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

前端 未结 15 1008
长情又很酷
长情又很酷 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:11

    "DO I need to ask for a file in an SQL database format?" YES!!!

    Use a database, is the best option for this problem.

    Excel 2010 specifications .

提交回复
热议问题