内联定义矩阵:LibreOffice Calc 与 OpenOffice Calc
Define matrix inline: LibreOffice Calc vs OpenOffice Calc
我已了解如何使用 the inline definition 在 LibreOffice 中创建矩阵。
我已经在 OpenOffice 4.1.1 中试过了,它运行良好。
={1;2;3|4;5;6|7;8;9}
创建:
1 2 3
4 5 6
7 8 9
在 LibreOffice 4.4.2.2 中使用相同的公式呈现:
1 1 1
2 2 2
3 3 3
这是 LibreOffice Calc 中的已知错误还是我遗漏了什么?
来自您问题中的link:
The column separator (separating elements in one row) and the row separator are language and locale dependent. But in this help content, the ';' semicolon and '|' pipe symbol are used to indicate the column and row separators, respectively. For example, in the English locale, the ',' comma is used as the column separator, while the ';' semicolon is used as the row separator.
在我的系统上,这适用于 LibreOffice:={1,2,3;4,5,6;7,8,9}
。
然而,
Apache OpenOffice 使用这个:={1;2;3|4;5;6|7;8;9}
。来自 AOO docs:
Contrary to Excel, the separators are not UI-version and/or locale dependent.
我已了解如何使用 the inline definition 在 LibreOffice 中创建矩阵。
我已经在 OpenOffice 4.1.1 中试过了,它运行良好。
={1;2;3|4;5;6|7;8;9}
创建:
1 2 3
4 5 6
7 8 9
在 LibreOffice 4.4.2.2 中使用相同的公式呈现:
1 1 1
2 2 2
3 3 3
这是 LibreOffice Calc 中的已知错误还是我遗漏了什么?
来自您问题中的link:
The column separator (separating elements in one row) and the row separator are language and locale dependent. But in this help content, the ';' semicolon and '|' pipe symbol are used to indicate the column and row separators, respectively. For example, in the English locale, the ',' comma is used as the column separator, while the ';' semicolon is used as the row separator.
在我的系统上,这适用于 LibreOffice:={1,2,3;4,5,6;7,8,9}
。
然而,
Apache OpenOffice 使用这个:={1;2;3|4;5;6|7;8;9}
。来自 AOO docs:
Contrary to Excel, the separators are not UI-version and/or locale dependent.