Hey Vikas,

On Sun, Mar 18, 2018 at 10:21 AM, Vikas Mahato <vikasmaha...@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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to