Google Docs and Spreadsheets: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 5: | Line 5: | ||
* {{Gd}} EXCEL 2007, EXCEL 2013: | * {{Gd}} EXCEL 2007, EXCEL 2013: | ||
** (約100萬列) 1,048,576 列 * 16,384 欄 = 17,179,869,184 個儲存格<ref>[http://office.microsoft.com/zh-tw/excel-help/HP010073849.aspx Excel 的規格及限制] 工作表大小</ref><ref>[http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HA103980614.aspx Excel specifications and limits - Excel]</ref> | ** (約100萬列) 1,048,576 列 * 16,384 欄 = 17,179,869,184 個儲存格<ref>[http://office.microsoft.com/zh-tw/excel-help/HP010073849.aspx Excel 的規格及限制] 工作表大小</ref><ref>[http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HA103980614.aspx Excel specifications and limits - Excel]</ref> | ||
* [http://www.libreoffice.org/ LibreOffice] Calc 3.3.3版以後: | * [http://www.libreoffice.org/ LibreOffice] Calc 3.3.3版以後: | ||
** (約100萬列) 1,048,576 列 * 1,024 欄 = 1,073,741,824 個儲存格<ref>[http://ask.libreoffice.org/en/question/8631/upper-limit-to-number-of-rows-in-calc/ upper limit to number of rows in Calc - Ask LibreOffice]</ref><ref>[http://www.libreoffice.org/get-help/documentation/ Documentation » LibreOffice] - [https://wiki.documentfoundation.org/images/b/b7/CG34-CalcGuideLO.pdf Calc Guide 3.4 (spreadsheets)]</ref> | ** (約100萬列) 1,048,576 列 * 1,024 欄 = 1,073,741,824 個儲存格<ref>[http://ask.libreoffice.org/en/question/8631/upper-limit-to-number-of-rows-in-calc/ upper limit to number of rows in Calc - Ask LibreOffice]</ref><ref>[http://www.libreoffice.org/get-help/documentation/ Documentation » LibreOffice] - [https://wiki.documentfoundation.org/images/b/b7/CG34-CalcGuideLO.pdf Calc Guide 3.4 (spreadsheets)]</ref> {{exclaim}} When I save the CSV as XLS format, I met the 65,536 rows limit & 256 column limit on linux LibreOffice 3.4.5 {{Linux}} /v. 4.2.3.3 {{Win}} | ||
* [http://www.openoffice.org/ Apache OpenOffice] 3.x Calc: | * [http://www.openoffice.org/ Apache OpenOffice] 3.x Calc: | ||
** (約60萬列) 65,536 列 * 1,024 欄 = 67,108,864 個儲存格<ref>[http://wiki.openoffice.org/wiki/Documentation/FAQ/Calc/Miscellaneous/What's_the_maximum_number_of_rows_and_cells_for_a_spreadsheet_file%3F What's the maximum number of rows and cells for a spreadsheet file? - Apache OpenOffice Wiki]</ref> | ** (約60萬列) 65,536 列 * 1,024 欄 = 67,108,864 個儲存格<ref>[http://wiki.openoffice.org/wiki/Documentation/FAQ/Calc/Miscellaneous/What's_the_maximum_number_of_rows_and_cells_for_a_spreadsheet_file%3F What's the maximum number of rows and cells for a spreadsheet file? - Apache OpenOffice Wiki]</ref> | ||
| Line 14: | Line 14: | ||
** 約 1000列。 所有工作表共 40 萬個儲存格。如果只使用一個工作表,使用256 欄,則列數限制為 1,562 列<ref>[https://support.google.com/drive/answer/37603?hl=zh-Hant Google 文件、試算表和簡報的檔案大小限制 - 雲端硬碟說明]</ref> | ** 約 1000列。 所有工作表共 40 萬個儲存格。如果只使用一個工作表,使用256 欄,則列數限制為 1,562 列<ref>[https://support.google.com/drive/answer/37603?hl=zh-Hant Google 文件、試算表和簡報的檔案大小限制 - 雲端硬碟說明]</ref> | ||
* [http://office.microsoft.com/zh-tw/excel-help/HA102837464.aspx 資料模型的規格與限制 - Excel - Office.com] 適用: Excel 2013, Power BI for Office 365 Preview, Power Pivot in Excel 2013 | * [http://office.microsoft.com/zh-tw/excel-help/HA102837464.aspx 資料模型的規格與限制 - Excel - Office.com] 適用: Excel 2013, Power BI for Office 365 Preview, Power Pivot in Excel 2013 | ||
== Import CSV to EXCEL == | == Import CSV to EXCEL == | ||
Revision as of 10:55, 2 December 2014
不同試算表方案的工作表或儲存格的大小限制
EXCEL 2007, EXCEL 2013:
- LibreOffice Calc 3.3.3版以後:
- Apache OpenOffice 3.x Calc:
- (約60萬列) 65,536 列 * 1,024 欄 = 67,108,864 個儲存格[5]
- EXCEL 2003: 工作表大小
- (約60萬列) 65,536 列 * 256 欄 = 16,777,216 個儲存格[6]
- Google spreadsheet:
- 約 1000列。 所有工作表共 40 萬個儲存格。如果只使用一個工作表,使用256 欄,則列數限制為 1,562 列[7]
- 資料模型的規格與限制 - Excel - Office.com 適用: Excel 2013, Power BI for Office 365 Preview, Power Pivot in Excel 2013
Import CSV to EXCEL
- 匯入或匯出文字檔案 - Excel 支援 Unicode 編碼 Win
- 欄位內容分隔符號 " (雙引號); 欄位分隔符號 , 不可夾雜空白。Unicode 檔案需要檔案有 BOM,這樣才能點選兩下 CSV,Excel 開啟時沒有問題。 (Excel 2007) Win
- Mac Office Excel 匯入中文 CSV 檔案 (Microsoft Excel for Mac 2011) macOS
Copy & Paste
- Microsoft Excel --> Google Spreadsheet:
- columns & rows: Copy & Paste is ok
- Plain text --> Google Spreadsheet: ok
- columns: Tab separated columns --> Google Spreadsheet: ok
- rows: Enter separated rows --> Google Spreadsheet: ok
- Plain text --> Microsoft Excel: ok
- columns: Tab separated columns --> Microsoft Excel: ok
- rows: Enter separated rows --> Microsoft Excel: ok
- Microsoft Excel --> Table of Google Document:
- columns & rows: Copy & Paste is ok
- Plain text --> Table of Google Document: fail
Suggest you copy to Microsoft Excel first and then copy paste to Google Document from Microsoft Excel.
- columns: Tab separated columns --> Table of Google Document: fail
- rows: Enter separated rows --> Table of Google Document: fail
- Plain text --> Microsoft Excel: ok
- columns: Tab separated columns --> Microsoft Excel: ok
- rows: Enter separated rows --> Microsoft Excel: ok
- How-to Create and Copy a Table in Google Mail (Gmail) from Excel - YouTube
Google spreadsheet
利用Google spreadsheet的函式,分析及統計可複選的問卷題目結果。
Excel 「樞紐分析表(Pivot Tables)」
區塊「Σ 值」的「計數 - 欄位名稱」(該欄位的項目個數),除非是沒有填入任何資料的「空值」,否則都會被計算加 1。包含
- 邏輯值 TRUE、FALSE、字串、數值、錯誤代碼 #NAME? 等資料,會被列入計算加 1
- IF 回傳的空值,也會被列入計算加 1
version: Excel 2013
Post to MovableType from Google Docs
MT 3.x
check Post via Google Docs
MT 2.x
- API: MovableType API
- URL: http://YOURBLOG/PATH/TO/mt-xmlrpc.cgi
- If you met the HTTP 503 code(Service Unavailable), you can switch the URL from domain name to IP address.
- Blog ID/Title
- Blog ID is not work!
- Blog title: It's Case-sensitive and was not support Chinese.
references
- ↑ Excel 的規格及限制 工作表大小
- ↑ Excel specifications and limits - Excel
- ↑ upper limit to number of rows in Calc - Ask LibreOffice
- ↑ Documentation » LibreOffice - Calc Guide 3.4 (spreadsheets)
- ↑ What's the maximum number of rows and cells for a spreadsheet file? - Apache OpenOffice Wiki
- ↑ Excel 的規格及限制 - Excel - Office.com
- ↑ Google 文件、試算表和簡報的檔案大小限制 - 雲端硬碟說明