diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /doc/kspread/faq.docbook | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kspread/faq.docbook')
-rw-r--r-- | doc/kspread/faq.docbook | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/kspread/faq.docbook b/doc/kspread/faq.docbook new file mode 100644 index 00000000..c8687449 --- /dev/null +++ b/doc/kspread/faq.docbook @@ -0,0 +1,45 @@ +<chapter id="faq"> +<chapterinfo> +<authorgroup> +<author> +<firstname>Pamela</firstname> +<surname>Robert</surname> +<affiliation> +<address><email>pamroberts@blueyonder.co.uk</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>~/.kde/share/apps/kspread/templates/</filename>. +</para></answer> +</qandaentry> + +</qandaset> +</chapter> + + +<!-- +Local Variables: +mode: sgml +sgml-parent-document: ("index.docbook" "book" "chapter") +sgml-minimize-attributes:nil +sgml-general-insert-case:lower +sgml-indent-step:0 +sgml-indent-data:nil +End: +--> |