是否有人使用AODL在实际应用?在实际、AODL

2023-09-04 02:52:47 作者:我孤独成性却视你如命

目前,我们正在使用.NET中的Excel互操作的API来生成一个模板简单的小号preadsheet文件。因此,我们首先加载模板,插入一些行,填写一些数据(日期,文本和数字),使Excel中可见,以便用户可以打印或保存我们刚刚生成的文件。

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.

不过,我想摆脱Excel的依赖,并切换到ODF格式为好。谷歌搜索显示AODL(C#库,用于生成ODF文档)是最明显的解决方案。但他们的最后一个版本是1.3.0.0测试版,好像是3​​岁。所以,我不知道它是否是一个好主意,依赖于潜在的死项目......在这种情况下,我需要找到另一种解决方案。有任何想法吗?或者,也许有人可以告诉我,AODL还活着?

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?

推荐答案

是的,也有企业谁仍然使用,并依赖于它。 AFAIK的AODL尚未更新,以支持最新的ODT文件的改变,但到二OO 3.2它的工作原理相当好的。

Yes, there are companies who still use that, and depend on it. AFAIK the AODL has not been updated to support latest ODT document changes, but up to OO 3.2 it works quite alright.

最新AODL code是在 chrisc bitbucked 。他还增加了支持Silverlight的。此回购应该被认为是目前官方主回购。所有其他网站未使用的了。

Latest AODL code is at chrisc bitbucked. He has added support for SilverLight. This repo should be considered as the current official master repo. All other websites are not-used anymore.