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

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

    Split the CSV into two files in Notepad. It's a pain, but you can just edit each of them individually in Excel after that.

提交回复
热议问题