I want to export more than 1 lacs row from datatable to excel. But when i exported my datatable row count is 111255 but after exporting using
worksheet.ImportDataTable(dtExport, True, 1, 1, True) method, it's shows only 65536 row in excel.
Is there any limitation?
What to do if i have to export more than 1 lacs records?