Hi Aspose Team,
I've a workbook with 5 worksheets.
I define a print area in the last worksheet.
When I convert the workbook to pdf, all the worksheets get converted.
I only want the content of the print area in the last worksheet to be converted.
How can I do that?
I'll send you the workbook by mail.
code:
wbk.Open(path);
MemoryStream str = new MemoryStream();
wbk.CalculateFormula();
wbk.Save(str, FileFormatType.AsposePdf);