GeneralAdding charts from MS Excel

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ma501th
Posts: 50
Joined: Tue Apr 08, 2008 7:31 pm

Adding charts from MS Excel

Post by ma501th »

What would be the best way to add charts from ms excel?

please help

thanks

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Adding charts from MS Excel

Post by localghost »

Export the chart as CSV file (comma separated value) or any text file format which separates the coulumns and plot your chart with a program like GnuPlot. It offers many output formats like EPS or PDF.

If you only want to plot your data sets without any manipulation, you can also use LaTeX packages like pgf/tikZ (specifically pgfplots) or pstricks (better pstricks-add).

Another approach could be to install a virtual printer driver like Bullzip PDF Printer and print the chart directly to PDF. Note that PDF is only accepted by pdflatex.


Best regards
Thorsten¹
Post Reply