Hi
From the samples, we found that we can save the entire workbook as html but is it possible to save individual worksheets as html too? Basically, what we want is to generate a html of a specific sheet on demand without converting the entire workbook. (Each worksheet usually has around 10,00 rows).
I saw an option to convert the active sheet to html but I am unable to figure out how to change the active sheet using aspose.
My questions are:-
(1) Does converting the active sheet convert the entire workbook internally? This is important to us for performance concerns.
(2) I believe the active sheet could be set using Aspose. Can you give me a sample on how to do this?
(3) If you convert sheet by sheet, can Aspose handle references from other sheets (e.g. chart data values)
Regards,
Wai