UNO 类到 VB .NET
我找到了一些 OpenOffice UNO dll 示例来尝试使用 VB.NET,但我仍然遇到问题:
它不想使用 2.0 以上的任何版本的 .NET Framework 进行编译(这是至少 7 岁了!)
示例功能很差,只需插入一些没有格式化的纯文本。
是否有适用于 .NET 的 UNO 的任何规范或文档? C#还是VB?
有人对 OpenOffice Automation 和 .NET 有良好的体验吗?
I've found some samples of OpenOffice UNO dll to try out with VB.NET, but I'm still having issues with it:
It doesn't want to compile with any version of .NET Framework over 2.0 (Which is at least 7 years old!)
Sample is very poor in functionalities, just insert some plain text without formating.
Are there any specs or documentation available for UNO for .NET? C# or VB?
Has anyone had a good experience with OpenOffice Automation and .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经在我的项目中成功使用了 OpenOffice UNO SDK。
我发布了 hello world 示例来回答这个问题“Hello World”使用 OpenOffice 3 示例代码
I have successfully used OpenOffice UNO SDK in my projects.
I posted hello world example in answer to this question "Hello World" using OpenOffice 3 sample code