Graphics, Figures & TablesCan't figure out pgfplotstable

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Singularity
Posts: 156
Joined: Sat Jan 22, 2011 9:55 pm

Can't figure out pgfplotstable

Post by Singularity »

I can't figure out pgfplotstable. Could someone show me how to import the attached Excel spreadsheet into Latex, with column spanning for the header rows?

It looks like it can't be done. If not, is it possible to use pgfplotstable for just the data part of the table (that is, I would do a regular tabular, with header row(s), and then use the pgfplotstable for just the data that follows, and then close the tabular?

Sorry if it looks like I'm just asking you to do my work. I've been struggling to understand its strange syntax for hours. Thanks.
Attachments
Energy Calcs over Tolerance (1D).csv
(6.35 KiB) Downloaded 228 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Can't figure out pgfplotstable

Post by Stefan Kottwitz »

Perhaps have a loo at the datatool package, it's great for reading, sorting and printing csv data.

Stefan
LaTeX.org admin
Post Reply