Aspose Team,
Hi Jim,
I have tested your project with latest version v5.3.2.2 and found the issue as my initial test. I did see the difference in the generated xlsx.xml and xlsb.xml file as you have
mentioned. The xlsx file has blank data whereas the xlsb has “0” values. We need to investigate your issue further whether it is an issue or something else. I have logged an issue with an id: CELLSNET-26308. We will figure it out soon.
Thank you.
Hi Amjad,
Hi,
Thanks for looking this issue further and providing us your feedback. It will be helpful for us to sort out the problem.
I have logged this information now.
Hi,
I think you are right. I tested it. If we add a line i.e. wb.CalculateFormula(),
then both xlsx.xml and xlsb.xml files are created fine. Both files are identical.
e.g
public static void WriteHiddenSheetData(string fileType, Workbook wb)
{
wb.CalculateFormula();
Cells cells = wb.Worksheets[“Hidden Sheet”].Cells;
DataTable tbl = cells.ExportDataTable(0, 0, cells.MaxDataRow + 1, cells.MaxDataColumn + 1);
tbl.TableName = fileType;
tbl.WriteXml(@“e:\test2” + fileType + “.xml”);
}
I think you may add this line to your code at the moment and we will continue to look into your issue.
Once we have any update, we will let you know.
Thank you.
Hi,
We have fixed your issue now.
Kindly try Aspose.Cells for .NET v5.3.2.4.
If you still find the issue, let us know.
Thanks,
Hi Amjad,
The issues you have found earlier (filed as 26308) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.