Hi
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Please download and try the latest version:
Aspose.Cells
for .NET v7.1.0.2
If the problem persists, then please provide us your source xls/xlsx file which is throwing error. We will look into it and update you asap.
Hi,
Thanks for providing the sample source xls file.
I was able to reproduce the exception using the latest version with the below code.
We have logged this issue in our database. Once we will fix this issue or we have some update, we will let you know.
This issue has been logged as CELLSNET-40338
C#
string path = @“F:\Shak-Data-RW\Downloads\Sample.xls”;
Workbook workbook = new Workbook(path);
workbook.Save(path + “.out.xlsx”);
Hi,
It’s the limitation of MS Excel about “Characters in a header or footer”:
http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP010342495.aspx?CTT=5&origin=HP005199291
We will only export 255 Characters if the header/footer length is greater than 255 , then MS Excel will not pop up error message,but the some characters will disappear.
If the font of the header or footer is same , please just set the font only once.
For example about left header:
&“Arial,”&10&K000000 rhrth
&“Arial,”&10&K000000 rhtrht
Please simply enter:
rhrth
rhtrht
Otherwise we have to remove the Characters beyond 255 Characters.
The issues you have found earlier (filed as CELLSNET-40338) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.