.csv / Excel size limitations

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
 
F

Frank Kabel

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
 
Top