<div dir="ltr">Hey Vikas,<br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 18, 2018 at 10:21 AM, Vikas Mahato <span dir="ltr"><<a href="mailto:vikasmahato0@gmail.com" target="_blank">vikasmahato0@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hello Developers,<br><br></div>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?<br><br></div></div></div></blockquote><div><br></div><div>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.</div><div><br></div><div>Regards,</div><div>Markus<br></div></div><br></div></div>