Library for writing Open Office document

M

Michael Meyer

Hello,

I am looking for a possibility to create Open Office documents from my
C# program. Does someone know a library for writing Calc documents?

Regards

Michael
 
K

kndg

Hello,

I am looking for a possibility to create Open Office documents from my
C# program. Does someone know a library for writing Calc documents?

Regards

Michael

Hi Michael,

Open Office use the OpenDocument standard and previously I had used ODF
toolkit to create OpenOffice documents. After checking back their
website, the project has long been un-updated (but I think the tool may
still work). You may download the toolkit at below webpage:

http://odftoolkit.org/ (It's under SDK -> AODL, then click Download)

You may need to download the source code also as it contains the API
documentation.

Sample code is at below page:

http://odftoolkit.org/projects/odftoolkit/pages/AODL-Examples

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top