Search code examples
c#documentopenoffice.org

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


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?


Solution

  • 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