GeneralImport an Excel table to LaTeX

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
erik_dragør
Posts: 2
Joined: Wed Jun 20, 2007 8:34 pm

Import an Excel table to LaTeX

Post by erik_dragør »

Does anybody know how to import a table from excel into latex?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

aeelmn
Posts: 15
Joined: Tue Apr 10, 2007 4:09 pm

Re: excel+latex

Post by aeelmn »

What I usually do is to insert columns with &'s between each column in the Excel table and a column with \\ in the end and then just copy paste the whole thing into a tabular environment. Maybe there's a better way, but this works fine for me.
balfonsi
Posts: 93
Joined: Wed Mar 14, 2007 12:05 am

Re: excel+latex

Post by balfonsi »

You have 3 packages :
-- excel2latex (conversion up to excel 97);
-- xl2latex (excel 97 and above);
-- exceltex which imports excel data.
Any details (location, distribution,...) to be found in the TeX Catalogue On Line.

Regards,
B.A.
erik_dragør
Posts: 2
Joined: Wed Jun 20, 2007 8:34 pm

Re: excel+latex

Post by erik_dragør »

Thanks for your answers, both very useful!
:D Erik
otoomet
Posts: 15
Joined: Sun Apr 01, 2007 9:39 am

Re: excel+latex

Post by otoomet »

I have used an openoffice macro which converts the selection to latex. There is a similar one for excel also. It does a pretty good job with fonts, lines, colors etc.
Post Reply