Issue with hided columns in export HTML

Hi,

in the attached document some columns are hidden.
When I save the document with Aspose.Cells for .NET 7.3.4.0 the other cells were unsorted in the generated HTML (see attachment).

Hi,

Thanks for your posting and using Aspose.Cells for .NET

We were able to replicate this issue using the latest version: Aspose.Cells
for .NET v7.3.4.3
with the following code.

The issue does not occur on IE but occurs on FireFox.

We have logged this issue in our database. We will look into this issue and fix it. Once the issue is fixed or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSNET-41273.

Please see the following test code and screenshot for your reference.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\Aspose\test.xlsx”;


Workbook workbook = new Workbook(filePath);

workbook.Save(filePath + “.out.html”, SaveFormat.Html);


Screenshot:

Hi,

We have fixed this issue.

Please download and try this fix: Aspose.Cells for .NET v7.3.4.5 and let us know your feedback.

Hi,

thanks for your fix. I have tried it, but it doesn´t fix the issue.
The result is still the same in firefox.

I use Firefox 17.0.1 and IE 9.0.8112.16421


Rossmanith:
Hi,

thanks for your fix. I have tried it, but it doesn´t fix the issue.
The result is still the same in firefox.

I use Firefox 17.0.1 and IE 9.0.8112.16421


Hi,

Thanks for you feedback.

We have looked into your issue further and we are afraid, this issue cannot be fixed completely.

If you open your test.xlsx file in Ms-Excel 2010 and save it in html form and then open it in FireFox, you will still see the same problem.

We generate the standard html as generated by Ms-Excel which FireFox does not display well.

The issues you have found earlier (filed as CELLSNET-41273) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.