summaryrefslogtreecommitdiffstats
path: root/doc/cpp/core/index.rst
blob: 3bb0623996c7ef8d0e999540e2e67ffdc9da1c6b (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
Core
====

This section presents the API's from the ``liborcus`` part of this library,
which contains the import filters that process various file formats containing
spreadsheet document contents or contents that can be loaded into spreadsheet
documents.  It consists of the filter classes that parse the file streams and
put their contents into the document store via a set of pre-defined interfaces,
and these interfaces themselves.

This module does not contain the document store itself, which is provided by
the ``liborcus-spreadsheet-model`` module.  Alternatively, the user can
provide their own document store implementation wrapped inside a factory that
provides all required interfaces.

.. toctree::
   :maxdepth: 1

   import-filter/index.rst
   tree-doc/index.rst
   interface/index.rst
   types/index.rst
   utils.rst
   config.rst