Hi Teams,
Greetings of the day!
We have recently upgraded to Aspose.Cells version 26.2.0 for .NET 9.
We have below code
ExportTableOptions options = new ExportTableOptions();
options.CheckMixedValueType = true;
Dat…...for global settings for all workbook instances and the second one...one is for specific Workbook instance. For your case, we think...