14,970
edits
| Line 1: | Line 1: | ||
Export MySQL query to Excel file (XLS or XLSX file) | Export MySQL query to Excel file (XLS or XLSX file) | ||
== Microsoft Excel (XLS or XLSX) file limits == | == Microsoft Excel (XLS or XLSX) & OpenDocument Spreadsheet (ODS) file limits == | ||
<table border="1"> | <table border="1"> | ||
<tr> | <tr> | ||
<th>file format</th> | <th>file format</th> | ||
<th>file extension</th> | |||
<th>data rows size</th> | <th>data rows size</th> | ||
<th>length of | <th>length of cell</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>XLSX | <td>Microsoft Excel 2007</td> | ||
<td>XLSX<ref>[https://support.office.com/en-us/article/Excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3?ui=en-US&rs=en-US&ad=US&fromAR=1 Excel specifications and limits]</ref></td> | |||
<td>Maximum of worksheet size is 1,048,576 rows by 16,384 columns. </td> | <td>Maximum of worksheet size is 1,048,576 rows by 16,384 columns. </td> | ||
<td>(1) Length of formula contents: 8,192 characters <br />(2) Total number of characters that a cell can contain: 32,767 characters<ref>[http://errerrors.blogspot.com/2016/02/navicat.html Err: 解決 Navicat 「存放裝置空間不足,無法完成此操作」問題訊息]</ref></td> | <td>(1) Length of formula contents: 8,192 characters <br />(2) Total number of characters that a cell can contain: 32,767 characters<ref>[http://errerrors.blogspot.com/2016/02/navicat.html Err: 解決 Navicat 「存放裝置空間不足,無法完成此操作」問題訊息]</ref></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>XLS | <td>Microsoft Excel 2003</td> | ||
<td>XLS<ref>[http://superuser.com/questions/366468/what-is-the-maximum-allowed-rows-in-a-microsoft-excel-xls-or-xlsx What is the maximum allowed rows in a Microsoft Excel .xls or .xlsx - Super User]</ref><ref>[https://support.office.com/en-us/article/Worksheet-compatibility-issues-f9c80c5b-5afc-40da-a841-b888746abd40 Worksheet compatibility issues - Excel].</ref></td> | |||
<td>Maximum of worksheet size is 65,536 rows by 256 columns. <br />{{exclaim}} Because first row is column name, actual data size is 65,535 rows. </td> | <td>Maximum of worksheet size is 65,536 rows by 256 columns. <br />{{exclaim}} Because first row is column name, actual data size is 65,535 rows. </td> | ||
<td></td> | <td></td> | ||
</tr> | |||
<tr> | |||
<td>OpenDocument Spreadsheet</td> | |||
<td>ODS</td> | |||
<td>Maximum of worksheet size is 1,048,576 (2^20) rows by 1024 columns for LibreOffice spreadsheet & OpenOffice.org Calc 3 <ref>[https://wiki.documentfoundation.org/Faq/Calc/022 Frequently asked questions - Calc - The Document Foundation Wiki]</ref><ref>[https://simple.wikipedia.org/wiki/OpenOffice_Calc OpenOffice Calc - Simple English Wikipedia, the free encyclopedia]</ref>. </td> | |||
<td>Total number of characters that a cell can contain: 32,767 characters for LibreOffice spreadsheet<ref>[https://wiki.documentfoundation.org/Faq/Calc/022 Frequently asked questions - Calc - The Document Foundation Wiki]</ref>.</td> | |||
</tr> | </tr> | ||
</table> | </table> | ||