Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm having trouble fully opening an Excel file as it's too large (1.1GB). I'm currently selecting: Data > Get Data From Text/CSV and choosing the file from there.

When I select Load Data it begins to export the information on to my worksheet but eventually the number of rows loaded freezes and I get the Error Message "Load to worksheet failed - file too large".

Is there any alternate way I could open this file? Is there any way I could extract data based on column content, for example, only extract rows where date in column A = 01/01/2000?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.5k views
Welcome To Ask or Share your Answers For Others

1 Answer

Assuming you are using a 32-bit version of Microsoft Office, you can try to download the 64-bit version. It should be capable of opening your file.

Otherwise, you could use a script to access the data (i.e. some python modules, like pandas or openpyxl).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...