HI,
Hi,
Hi Jaspreet,
Hi,
Hi,
Hi Jaspreet,
Thanks for your posting and using Aspose.Cells.
If you do not want to display hidden rows and hidden columns in the HTML code, then you should use HtmlHiddenColDisplayType.REMOVE and HtmlHiddenRowDisplayType.REMOVE options.
i.e
htmlSaveOptions.setHiddenColDisplayType(HtmlHiddenColDisplayType.REMOVE);
htmlSaveOptions.setHiddenRowDisplayType(HtmlHiddenRowDisplayType.REMOVE);
It will remove the hidden rows and columns from the HTML code.
If you find any issue, then please provide us your simple runnable sample code so that we could investigate this issue at our end and log it in our database if we find any problem inside it to get it fixed at the earliest.
Hi,
Hi Jaspreet,