I want to import some data from excel which is in table form (raw from that it not formatted) and I want to import into a longtable with the appropriate formatting (if indeed it can be done in one step) what is the easiest way to do this?
Asked
Active
Viewed 637 times
.csvform, and then run an external script (inPython,C, whatever) that translates it into aLaTeXtable. As for the formatting, that might be harder, since.csvdoesn't have a single standard. What sort of formatting do you want to keep (i.e. bold words, centering, color...)? – Jānis Lazovskis Feb 03 '14 at 19:11Excel->tabular, which should not be really different fromExcel->longtablesincetabularandlongtablediffer only by the headers. – yo' Feb 03 '14 at 19:36