Hello,
Here is the issue I have found. Data in columns formatted with a custom format of “???” are converted to empty strings when using Cells.ExportDataTableAsString.
Regards,
Rick J.
Hi Jack,
Yes, I get the same results with the latest release.
Hi,
This is an example that has the “???” formatting on the QTY column. Values export as empty.
Workbook workbook = new Workbook("C://Iguana.xlsx");Worksheet worksheet = workbook.Worksheets[0];DataTable dt = worksheet.Cells.ExportDataTableAsString(0, 0, 38, 12, true);workbook.Worksheets.Add("Exported Data");workbook.Worksheets["Exported Data"].Cells.ImportDataTable(dt,false,"A1");workbook.Worksheets["Exported Data"].AutoFitColumns();workbook.Save("C://IguanaOutput.xlsx");
Hi,
We have fixed this issue.
Please download and try the latest version: Aspose.Cells for .NET (Latest Version)
The issues you have found earlier (filed as CELLSNET-40756) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.