Problem with save as html and hidden columns when they have merged cells as headers

I am using Aspose.Cells 7.7 and there is a Problem with save as html and hidden columns when they have merged cells as headers.
Please take a look at this sample code and attached files to see the problem.
Workbook wb = new Workbook(@"d:\Book1.xlsx");
HtmlSaveOptions options = new HtmlSaveOptions()
{
HiddenColDisplayType = HtmlHiddenColDisplayType.Remove
};
wb.Save(@"d:\Book1.html",options);
I think on showing merged cells Aspose.Cells ignores hidden columns and rows.


Hi Ali,

Thank you for bringing this issue to our knowledge.

I was able to reproduce the said problem on my end while using your provided sample spreadsheet and the latest build of Aspose.Cells for .NET 7.7.0.3. A ticket (CELLSNET-42261) has been logged in our bug tracking system to further investigate the problem cause, and to provide a fix at earliest. Please spare us little time to look into this matter. In the meanwhile, we will keep you posted with updates.

We are sorry for your inconvenience.

Hi,

Thanks for using Aspose.Cells.

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

Hi,

I think it has been fixed in this version. Thanks a lot.

Hi,


Good to know that your issue resolved by the new fix/version. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.

Thank you.

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.