How to open a huge excel file efficiently

前端 未结 11 731
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-30 21:29

I have a 150MB one-sheet excel file that takes about 7 minutes to open on a very powerful machine using the following:

# using python
import xlrd
wb = xlrd.open_         


        
11条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-30 21:49

    I would like to have more info about the system where you are opening the file... anyway:

    look in your system for a Windows update called
    "Office File Validation Add-In for Office ..."

    if you have it... uninstall it...
    the file should load much more quickly
    specially if is loaded froma share

提交回复
热议问题