File Handling in Calc

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Mar 18 11:12:12 UTC 2018


Hey Vikas,

On Sun, Mar 18, 2018 at 10:21 AM, Vikas Mahato <vikasmahato0 at gmail.com>
wrote:

> Hello Developers,
>
> Can you please provide me a link to documentation or code snippets
> regarding file handling (opening, saving and closing files in ODS format)
> in Calc?
>
>
File handling in LibreOffice is split across many pieces. The most
important ones for ODS are sc/source/filter/xml, containing the Calc
specific parts of ODF import, and xmloff/, containing the shared ODF
import/export code. Usually you don't have to worry about the low level xml
parser and some of the remaining infrastructure when you work on import and
export code.

Regards,
Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20180318/d798028f/attachment.html>


More information about the LibreOffice mailing list