Hi all,
Hi ,
Please post your template xls file, we will check it soon.
Hi,
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We have tested your issue with the latest version and it work fine.
Please download and use the latest version: Aspose.Cells
for .NET v7.3.4.3 and let us know your run results.
Please see the following code. I have attached the output html files and screenshot for your reference.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\sample.xls”;
Workbook workbook = new Workbook(filePath);
workbook.Save(filePath + “.out.htm”, SaveFormat.Html);
Screenshot:
Thank you very much for your fast reaction.
Hi,vrogovskiy:
Thank you very much for your fast reaction.Please tell me why I am getting 7.3.3 version from NuGet? Or I shouldn't use NuGet for getting last Aspose.Cells version?
Thanks for your posting and using Aspose.Cells for .NET.
Well, 7.3.3 is a very recent version. It seems NuGet is not updated as frequently as the site is updated.
The current major version is 7.3.4. The major versions are released officially.
The link I provide is the most recent minor version 7.3.4.3, these minor versions are not released officially.
So, I will recommend you to get major version from the site than NuGet in case if you want to be totally sure. Otherwise, you can just use the NuGet version because it is also the very recent one if not the most recent.
Here is a website link to get all the major versions of Aspose.Cell for .NET.
( http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/default.aspx )
vrogovskiy:
Please tell me why I am getting 7.3.3 version from NuGet? Or I shouldn't use NuGet for getting last Aspose.Cells version?