hi, Aspose,
i use following Aspose to populate datatable into a sheet. it works perfectly.
However, i found the format is always ‘text’, even thought it should be ‘numeric’.
when populating a datatable from below method, is it possible to keep original format?
_worksheet.Cells.ImportDataTable(dataTable, true, startCell);