oocalc 插件 - 开发分步指南可用吗?
我想为 OoCalc Open Office 开发插件, 是否有任何好的资源或链接将有助于开始研究它。
任何现有的文章(例如开发人员分步指南)都会很棒!
我想开发基于Python编程语言的插件。
I want to develop plugin for OoCalc Open Office,
is there any good resource or link will help to start working on it.
any existing article like step by step guide for developer would be great !!
I want to develop the plugin based on Python Programming Language.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以参考OpenOffice.org 的扩展开发站点。这里有关于 openoffice 扩展开发的所有信息。关于如何使用Python开发插件,可以参考这个链接。
另外,Danny 的 OOo 库 也会很有帮助,这使得在 Python 中进行 OOo 编程更像是用 Basic 进行 OOo 编程。
You can refer to the OpenOffice.org's extension development site. This has all the information regarding the development of extensions for openoffice. For how to develop plugin in Python, you can refer to this link.
Also Danny's OOo library would be helpful which makes programming OOo in Python much more like programming OOo in Basic.