Microsoft Excel: Difference between revisions
Jump to navigation
Jump to search
→Troubleshooting of CSV errors
m (→references) |
|||
| Line 191: | Line 191: | ||
** 先使用 [https://zh-tw.libreoffice.org/discover/calc/ LibreOffice Calc] 操作 ODS ([https://en.wikipedia.org/wiki/OpenDocument OpenDocument] Spreadsheet) 或 Excel XML 檔案格式,處理速度比較快。再輸出成 Excel 檔案格式。 | ** 先使用 [https://zh-tw.libreoffice.org/discover/calc/ LibreOffice Calc] 操作 ODS ([https://en.wikipedia.org/wiki/OpenDocument OpenDocument] Spreadsheet) 或 Excel XML 檔案格式,處理速度比較快。再輸出成 Excel 檔案格式。 | ||
== | === Excel 匯入 CSV 檔案後,遇到欄位錯置 === | ||
Excel 開啟 CSV | Excel 開啟 CSV 檔案,遇到欄位錯置 | ||
* 如果 CSV 檔案內的欄位值包含換行符號 (Return symbol),Excel | 原因: | ||
* 如果 CSV 檔案內的欄位值包含換行符號 (Return symbol),Excel 開啟時會出現錯誤:原本應該同一欄位,卻換行變成第二筆資料。 | |||
解決方法: | |||
* 使用 [https://zh-tw.libreoffice.org/ LibreOffice] 開啟 CSV 檔案,再轉換成 Excel 檔案。建議再用 Office Excel 開啟檔案確認有沒有問題 | |||
=== 此文字檔案含有多餘單一工作表所能容納的資料。 === | |||
Excel 匯入 CSV 檔案,遇到「此文字檔案含有多餘單一工作表所能容納的資料。」 | |||
原因: | |||
* CSV 檔案資料筆數超出單一工作表所能容納的資料筆數上限:1,048,576 (rows)。<ref>[https://support.microsoft.com/en-us/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3 Excel specifications and limits - Excel]</ref> | |||
解決方法: | |||
* 限制筆數 | |||
== 不同試算表方案的工作表或儲存格的大小限制 == | == 不同試算表方案的工作表或儲存格的大小限制 == | ||