Does anyone use AODL in a real application?

Posted by HyperQuantum on Stack Overflow See other posts from Stack Overflow or by HyperQuantum
Published on 2011-01-04T09:31:46Z Indexed on 2012/04/16 11:30 UTC
Read the original article Hit count: 179

Filed under:
|

We are currently using the Excel interop API in .NET to generate simple spreadsheet documents from a template. So we load the template first, insert some rows, fill in some data (dates, text, and numbers), and make Excel visible so that the user can print or save the document we just generated.

But I'd like to get rid of the Excel dependency, and switch to the ODF format as well. Googling suggests AODL (C# libs for generating ODF docs) as the most obvious solution. But their last release is 1.3.0.0 BETA, and seems to be 3 years old. So I'm not sure if it's a good idea to depend on a potentially dead project... In that case, I'd need to find another solution. Any ideas? Or maybe someone could assure me that AODL is still alive?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about odf