Page 1 of 1

Painting a XLSSpreadSheet to a canvas?

Posted: Fri May 08, 2009 12:35 pm
by torerik
Hi! I have a PDF generator which allows me to paint to its TCanvas. Can XLSSpreadSheet be painted onto a TCanvas?
Like XLSSpreadSheetInstance.PaintTo(PDFDocument.Canvas) ?

I want to be able to generate PDF files from Excel sheets in the background, with no visible things for the user.
For example: From TEST.XLS to TEST.PDF

T.