Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 55 列数据的 Excel 表,每列有 1000 行。
有什么办法可以将它从 Excel 导出到记事本,顺序是 A 列的所有,然后是 B 列的所有,依此类推,直到它到达最后一列?
为什么不将 excel 表保存为 CSV 格式,然后用记事本打开 CSV?
另存为 CSV:
File -> Save As并从下拉扩展列表中选择 CSV。
File -> Save As
浏览到保存 CSV 文件的位置并右键单击它 -> Open With->Notepad
Open With
Notepad