Hi everybody,
We are using the UltraGridExcelExporter to Export Data from the UltraGrid to Excel 2003.We can still not use the new UltraGridExcelExporter which works with the 3.0 .NET Framework or higher. So the export to Excel 2007 which has not these limitations of 256 columns and 65536 rows is not interesting at the moment.
Our question is:How can we determine the count of all rows/columns the Excel-Workbook will have by calling the UltraGridExcelExporter's Export function. I mean before the FileLimitBehaviour throws an exception or truncates the data.
Hi,
There is no way to calculate this in advance without going through the actual export process.