Thanks Shakeel,
Hi,
We have fixed this issue. Please download and use the latest version:
Aspose.Cells
for .NET v7.2.0.2
Hi Shakeel,
Hi,
Thanks for your feedback.
I can understand your requirement, therefore I have logged your comment in our database against the issue id: CELLSNET-40581
Developers will look into your requirement and once it is resolved or we have some other update for you, we will let you know asap.
Hi,
We have fixed this issue. It will be contained in a next fix.
There’s a new property named “HtmlHiddenColDisplayType” in HtmlSaveOptions and it got two options (“Hidden”/“Remove”) inside it.
Hi,
We have released the fix with this new feature.
Please download and try:
Aspose.Cells
for .NET v7.2.0.8 and let us know your feedback.
Hi,
Hi,
Hi,NakulKapadia:Hi,Column is hiding but hidden rows are appearing in output.Please check this.Thanks and Regards,Nakul
Thanks for your feedback.
I was able to observe this issue using the latest version: Aspose.Cells for .NET 7.3.0 as mentioned by you.
Actually the hidden row is still present inside the html. I have attached a screenshot for your reference.
Just like HtmlSaveOptions.HiddenColDisplayType, we also need HtmlSaveOptions.HiddenRowDisplayType property.
We will look into it and fix this issue soon. Below is my test code, I have attached the source xlsx file and the output html files for a reference.
C#
HtmlSaveOptions opts = new HtmlSaveOptions();
opts.HiddenColDisplayType = HtmlHiddenColDisplayType.Remove;
Workbook workbook = new Workbook(filePath);
workbook.Save(filePath + ".out.html", opts);
Screenshot:
Hi,
Thanks for your comments.
We have logged this issue as a priority user.
Once, it is fixed, we will update you soon.
If you encounter any other issue, please feel free to post, we will help you asap.
Hi Shakeel,
Hi,
Hi Amjad,
Hi,
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,
Hi Shakeel,
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)