Cell was hidden when i convert excel files to html

the generated file source code contains style=“overflow:hidden;” but we need show all the words.How to do?

original file:

convert file:

Hi,


I think for confirmation, when you take the print preview of the sheet in MS Excel by opening your source file into it, you will also see the contents in the cells are not displayed completely, so Aspose.Cells renders the Excel file to HTML right. I think you may just try to auto-fit column(s) to show the contents completely before rendering to HTML file format, see the document for your reference:
http://www.aspose.com/docs/display/cellsnet/AutoFit+Rows+and+Columns

Thank you.

but we donn’t know which column is hiddened.and we used java cells,why show us .net??

Hi,


In that case, you should use AutoFitColumns() method to auto-fit all the columns in the sheet for your requirements.

Thank you.