よくある質問/Calc/022
Jump to navigation
Jump to search
Outdated translations are marked like this.
LibreOffice Calc(表計算)の最大セル数、行数、列数、シート数はいくつまでですか?
- 最大列数は、1,024 列 (A列からAMJ列まで);
- 最大行数は、1,048,576 行 (220行);
- 1シートあたりの最大セル数は、1,073,741,824 セル (230セル。10億を超えるセルです);
- セル一つあたりの最大文字数は
32767文字です (要更新 - プログラム上の限界は、おそらく231です。7000万文字まで入力できるようにテストされていますが、非常に遅延がありました);
- セル一つあたりの最大文字数は
- 完全なワークシートの最大数は、10000 シートです。
- The maximum number of columns is 1,024 (from column A to column AMJ);
- the maximum number of rows is 1,048,576 (220);
- the maximum number of cells in one sheet is 1,073,741,824 (230 which is more than 1 billion cells);
- the maximum number of characters in one cell is
32767(needs updating - likely 231 is the programmatic limit; tested to accept 70 million characters, although worked exceptionally laggy);- the maximum number of characters in a function result is 228 (256Mi)[1];
- the maximum number of a formula's tokens (internal data units after parsing the formula) is 4096/sizeof(pointer) (1024 in 32-bit program, 512 in 64-bit program)[2]. This does not map 1:1 to number of characters or functions in a formula, but still limits its complexity (would give error for too complex formulas);
- the maximum number of characters in one cell is
- the maximum number of individual sheets in a complete worksheet is 10000.
こちらのFAQ「大きな表計算シートを別のアプリから変換しましたが、いくつかの行がありませんでした。何が起こったのでしょうか?」もご覧ください。