Excel CSV. file with more than 1,048,576 rows of data

前端 未结 15 996
长情又很酷
长情又很酷 2020-12-07 17:44

I have been given a CSV file with more than the MAX Excel can handle, and I really need to be able to see all the data. I understand and have tried the method of \"splitting

15条回答
  •  [愿得一人]
    2020-12-07 18:10

    Use MS Access. I have a file of 2,673,404 records. It will not open in notepad++ and excel will not load more than 1,048,576 records. It is tab delimited since I exported the data from a mysql database and I need it in csv format. So I imported it into Access. Change the file extension to .txt so MS Access will take you through the import wizard.

    MS Access will link to your file so for the database to stay intact keep the csv file

提交回复
热议问题