Library for writing Open Office document

  • Thread starter Thread starter Michael Meyer
  • Start date Start date
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
 
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.
 
Back
Top