blob: 92662441e01f4c0708fe59c75adb4ccf7d92f7d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<chapter id="faq">
<chapterinfo>
<authorgroup>
<author>
<firstname>Pamela</firstname>
<surname>Robert</surname>
<affiliation>
<address><email>[email protected]</email></address>
</affiliation>
</author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->
</authorgroup>
</chapterinfo>
<title>Questions and Answers</title>
<qandaset>
<qandaentry>
<question><para>How many rows and columns can I have in a sheet?</para>
</question>
<answer><para>Theoretically up to 32767 rows and 32767 columns.</para></answer>
</qandaentry>
<qandaentry>
<question><para>Where are the templates stored?</para>
</question>
<answer><para>As <literal role="extension">.kst</literal> files under
<filename>~/.trinity/share/apps/kspread/templates/</filename>.
</para></answer>
</qandaentry>
</qandaset>
</chapter>
|