{pgfplotstable} is a package that can read, parse, modify or generate tables from data that is either provided via external files or inline code. It also serves as the data handler of the graphics package {pgfplots}.

learn more… | top users | synonyms

0
votes
0answers
124 views

Change Table header cells formatting [closed]

How can I make header cells italic using pgfplotstable? I load several csv files and add their content to an object using \pgfplotstablecreatecol. Then I use the following code to generate the table ...

1 2