我想在我的 .NET 应用程序中使用 Apache POI,我知道有一个端口 NPOI,但它不完整并且没有 PowerPoint 相关功能。
我尝试使用以下命令对其进行 IKVM 处理:
ikvmc -target:library poi-3.8.jar poi-ooxml-3.8.jar poi-ooxml-schemas-3.8.jar poi-excelant-3.8.jar poi-scratchpad-3.8.jar
但是在使用生成的 dll 中的类后,我执行了应用程序,得到了这个错误:
The type initializer for 'org.apache.poi.xslf.usermodel.XMLSlideShow' threw an exception.
有人可以指导我到我可以下载 IKVMed Apache POI 的链接,用谷歌搜索它,但到目前为止还没有多少运气。