.csv / Excel size limitations

  • Thread starter Thread starter M
  • Start date Start date
M

M

I know that .xls has approx. 65000 size limitation. But
does a .csv have the same limitaions as a .xls? Can a .csv
be larger than this since it is a "text" file?

Thanks

M
 
Hi
a csv file by itself can be alrger than 65536 rows. Though then opening
this file in Excel you only get the first 65356 rows. But if you import
this csy file for example in MS Access you will be able to read all
rows.

Frank
 
Back
Top