在 Open Office calc 中提取单元格值以在 VB.net 中设置变量

发布于 2024-10-05 12:52:03 字数 77 浏览 0 评论 0原文

我有兴趣了解如何使用 VB.net 在开放式办公室计算中添加和提取单元格值,

任何人都知道在线的任何好的参考资料来帮助我入门

Im intrested in finding out how i can add and extract cell values in open office calc using VB.net

dose anybody know any good refrences online to help me get started

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦太阳 2024-10-12 12:52:03

您首先想到的是 OpenOffice SDK。这是该链接: http://download.openoffice.org/other.html#tested- sdk

现在,大部分例子都是用JAVA和C++编写的。不过,有几个站点提供了用于移植到 VB.NET 的实用程序或示例代码。但是,您应该通过以下链接真正了解 UNO 与 Open Office:http ://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide

将本指南与您使用的任何控件或界面结合使用,以便您清楚地了解您正在尝试执行的操作。这是来自另一个站点的线程,显示了一些示例代码: http://user.services.openoffice.org/en/forum/viewtopic.php?f=25&t=15504

The first think you need is the OpenOffice SDK. Here is that link: http://download.openoffice.org/other.html#tested-sdk

Now, most of the examples are written in JAVA and C++. However, there are several sites out there that have utilities or example code for porting to VB.NET. However, you should really learn about UNO with Open Office through this link here: http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide.

Use the guide in tandem with any control or interface you use so that you have a clear understanding of what you are attempting to do. Here is an thread from another site that shows some example code: http://user.services.openoffice.org/en/forum/viewtopic.php?f=25&t=15504

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文