I see that the number of rows at a worksheet is limited to 1,048,576.
Is this just an excel thing? For example can I create a csv file that has more rows say 5 Million rows? I understand I can't open it with excel but can I still have the file and access it some other way (say C++).
I assume this is feasible as CSV is not necessarily an excel thing right?
Thanks in advance.