Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excel does not open large file

I am trying to open a CSV file in Excel 2013 but nothing really happens. Excel is just opening without anything visible (just the gray background as you have just closed a workbook).

The CSV file is 2.7GB. I have no idea how many rows that could be, the columns are 30.

I have seen similar problems with quite smaller files which still doesn't open. No solutions so far...

Thanks :)

like image 600
Pepys Avatar asked Nov 26 '13 08:11

Pepys


1 Answers

For info, these are the limits for Excel 2013, so it looks like you will need to split your input file and examine it in sections - that's especially true if you are on 32-bit because Excel expects to have only 500 - 700 Mb free for data in a 2GB address space.

If it helps, Google found the Large Text File Viewer, which may be a useful alternative.

like image 136
Roger Rowland Avatar answered Sep 28 '22 23:09

Roger Rowland