Aspose Cell Save as HTML shows hidden column in output

Hi,


We already set your request for your issue as Priority Request into our database. Anyways, I have just talked to the relevant developer and hopefully we will fix your issue within a couple of days or so.

By the way, for "This issue has been posted in priority forum also"
Could you give me the Priority Forum’s Thread URL?

Thanks for your understanding!

Hi,

Please download and try this fix: Aspose.Cells for .NET v7.3.0.2

We have added a property name “HtmlHiddenRowDisplayType” for your needs.

Hi Shakeel,


I will test it and soon I will let you know.
Thanks,
Nakul



Hi Shakeel,


It is working fine.

Thanks ,
Nakul

Hi,

Thanks for your testing and feedback.

It’s good to know that this issue is now resolved with the latest fix.

If you face any other problem, please feel free to let us know, we will be glad to help you asap.

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


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

Hello, it appears the issue is back again. I am using the latest 7.6 version.


string myData;

HtmlSaveOptions opts = new HtmlSaveOptions();

opts.HiddenColDisplayType = HtmlHiddenColDisplayType.Remove;
opts.HiddenRowDisplayType = HtmlHiddenRowDisplayType.Remove;
opts.ExportActiveWorksheetOnly = true;
opts.HtmlCrossStringType = HtmlCrossType.Cross;

using (var memStream = new MemoryStream())
{
wb.Save(memStream, opts);
memStream.Position = 0;
var sr = new StreamReader(memStream);
myData = sr.ReadToEnd();
}

Resulting HTML still contains hidden columns.

Please advise.


Hi Joel,

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

We were not able to replicate this issue using the latest version: Aspose.Cells
for .NET v7.6.0.2
. If your issue still occurs with the latest version, then please provide us your sample source file and the screenshot highlighting the issue with red circles. We will look into it and help you asap.