When writing up part of my doctoral thesis, I need to take charts from Excel and put them into a LaTeX document. The best way to embed figures into LaTeX is to use Encapsulated PostScript (EPS). Unfortunately Excel does not have any ability to export directly to EPS or any other vector graphics format. There are a couple techniques. If you have a vector graphics package, like Corel Draw, then select the chart in Excel and hold down Shift and then Edit->Copy Picture. Then paste the chart into Co
…