Save excel as html

Hi ,

I am creating Excel using aspose and c# and save the same as HTML and cells bordering also included.In HTML the some fields text are getting cropped also when i open the Excel some fields are coming as "######" .please guide me in this

Hi,


Well, if you see “#####” for some cell values in MS Excel, those will be either shown as they are seen in MS Excel or the value might be cropped a bit.

Anyways, we recommend you to kindly use our latest version e.g. v7.4.0.3: Aspose.Cells for .NET v7.4.0.3

Also, you may try to Auto-fit the cols/rows accordingly to display the complete values for those cells before rendering to HTML or Excel file formats:
http://www.aspose.com/docs/display/cellsnet/AutoFit+Rows+and+Columns

Thank you.