How to create .odt files with C#.NET?

Rodrigo Amaya picture Rodrigo Amaya · Oct 22, 2008 · Viewed 17.2k times · Source

Note: I found this "Creating a Word Doc in C#.NET", but that is not what I want.

Do you know how to create a .odt to create file from C# .NET?
Is there a .NET component or wrapper for an OpenOffice.org library to do this?

Answer

bmotmans picture bmotmans · Jan 5, 2009

Have a look at AODL (see http://odftoolkit.org/projects/odftoolkit/pages/AODL).

  • fully managed .NET 1.1 (so it runs on MS.Net and Mono)
  • support for text and spreadsheet documents
  • create, read, edit, save documents
  • ...

EDIT by kame: New link AODL-Wiki