Graphics, Figures & TablesSophisticaed Excel2LateX converter

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
M.A
Posts: 58
Joined: Sun Nov 30, 2008 10:42 am

Sophisticaed Excel2LateX converter

Post by M.A »

Hi,

I need an excel2latex converter, and I found a tool with that name, but doesn't translate all the excel table specifications.
For example, if the excel table has shaded cells (colored), then the translated table cells are all white.
Does anyone knows a better tool?

Regards,

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Sophisticaed Excel2LateX converter

Post by localghost »

Just do some post-processing by using colortbl. It is best loaded by the xcolor package. Both manuals have detailed information.

Code: Select all

\usepackage[table]{xcolor}

Best regards
Thorsten
M.A
Posts: 58
Joined: Sun Nov 30, 2008 10:42 am

Re: Sophisticaed Excel2LateX converter

Post by M.A »

I know how to do it, but I was wondering if there is some tool that saves the time needed for this post-processing.

Regards,
Post Reply