Cells border are are not displayed

Hi.


I am using Aspose.Cells version 7.4.2.0 to convert odt or xls file to Html format. In result Html file cells border are invisible. Is Aspose.Cells support converting with cells border displaying?

Thanks in advance.

Hi,

Thanks for your posting and using Aspose.Cells.

Aspose.Cells give the same output as Ms-Excel displays in Print Preview. First set borders of the cells and then convert into Html. The file you provided does not have borders set, therefore they are not displaying in html output.

Hi Shakeel.


Thank you for your reply.
According to your answer I am set borders in original .ods file then open MS Excel preview and found that borders are displayed. Then convert file to html format and open it but borders are still not displayed.
Maybe my conversion code is not quite correct? The code is:

Aspose.Cells.Workbook wb = new Aspose.Cells.Workbook(contentStream);
wb.Save(resultFileName, Aspose.Cells.SaveFormat.Html);

Thanks in advance.

Hi,

Thanks for your posting and using Aspose.Cells.

Please download and try the latest version: Aspose.Cells for .NET v7.4.2.5

We have also attached the input and output files which are working fine.

Hi.

I am tested this issue on version Aspose.Cells 7.4.3.0 and found that borders shown in FireFox, IE but not in Chrome. Anyway I think this is not the aspose issue.

Thank you.

Hi,

Thanks for your posting and using Aspose.Cells.

We have tested this issue. It is not the Aspose.Cells issue. It works fine on FireFox and IE. If you face any other issue, please feel free to post, we will be glad to help you further.