Hi,
I have a question regarding aspose cells for java. When saving excel file as html using HtmlSaveOptions, is there a way for hidden rows and columns to be visible in html file? I saw that there are methods setHiddenColDisplayType() and setHiddenRowDisplayType() which have parameter of ‘HtmlHiddenColDisplayType’ (or ‘HtmlHiddenRowDisplayType’) type, which has ‘HIDDEN’ and ‘REMOVE’ possible values. Neither of them will show hidden rows and columns when opening html file with browser (although when using ‘HIDDEN’ there will be cells from hidden rows/columns in html code, but it will have ‘overflow:hidden’ style so they won’t be shown in browser). Is there a way to show those hidden columns/rows when opening html file using browser, when saving the excel file as html?
Regards,
Milorad