Can anybody tell me how to export an excel spreadsheet to pdf using delphi code?
I know there is a command in the MS Word OLE object for exporting to PDf, but I cannot find anything about Excel.
Word To PDF Example:
Const
wdExportFormatPDF = 17;
WrdDoc.ExportAsFixedFormat(SaveToFile, wdExportFormatPDF);