I will be using Microsoft Excel to produce graphs and I was wondering if there was a simple way to put those graphs into a LaTeX document?
|
You can put the graph as a seperate document tab (opposed to inside a sheet). Then you can print it to PDF, using either some installed PDF printer or the Office built-in PDF printer. Then you can include the graph using the package You can as well download the TeX fonts as OTF and use them in Office, achieving the font consistency. The basic Computer Modern can be gotten here in the renewed version Latin Modern: http://www.gust.org.pl/projects/e-foundry/latin-modern/download |
|||||||||||||||
|
|
In addition to what the other posters said it is worth mentioning that one can also use A while ago I wrote a blogpost on this, the following VBA code is taken from this post:
|
||||
|
|

epsorpdforjpgand then include them with\includegraphics{}. – Sigur Dec 28 '12 at 23:06