PDF convertion aspose.cells

Hi,

Please provide a solution for generating the PDF for each sheet instead of entire excel once.

With below line of code, I am generating the PDF for the entire excel file, but my requirement is, I have to omit some sheets from excel while converting to PDF.


workbook.save();

Hi Suneetha,


Please see the document/article for your reference:
http://www.aspose.com/docs/display/cellsnet/Save+Each+Worksheet+to+a+Different+PDF+File

I think you may try to hide your unwanted sheets and make visible your desired sheets before converting to PDF file format.

Let me know if you need further help.

Thank you.