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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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