CSV limited to 65k "rows"?

Laurence, does the latest version of your Aspose.Excel library limit CSV exports to the same number of rows as Excel? Thanks.

Nevermind, I answered my own question. Apparently it doesn't, and I see why, as the CSV must first be loaded into a worksheet.

If I may ask, do you have any plans on changing this? CSV files are generally needed where there is more then 65k rows. Thanks.

We cannot exceed the 65k limitation because Aspose.Excel is a spreadsheet creation engine. When you import csv file which is more than 65k, please split it first. If you want to export data to exceed 65k limitation, You can export data from a worksheet to a csv file. Then you can combine these csv files to a single csv file.