Maximum Allowed Rows

  • Thread starter Thread starter xc10miler
  • Start date Start date
X

xc10miler

I need to exceed the 65536 rows allowed in Excel. My work needs to be saved
in the csv format, and it must be a single column. Is there any way I can
create a single column with several hundred thousand rows?
 
You could use multiple worksheets, then save each as a .csv file. Then combine
each of those .csv files into a giant .csv file.
 
Back
Top