文件名称:MoreBasicFunctions:用Java编写的LibreOffice附加组件,提供更多基本功能
文件大小:18KB
文件格式:ZIP
更新时间:2024-04-09 00:45:07
Python
MoreBasicFunctions-用Java编写的LibreOffice附加组件,提供更多基本功能。版权所有(C)2021朱利安·费拉德(JulienFérard)。 目标 LibreOffice Basic非常有限,并且调用Calc函数很麻烦。因此,这个附加组件的想法。 用法 目前,这仅是概念证明。您可以使用扩展管理器安装插件。然后在LibreOffice宏控制台中尝试: strings = createUNOService("com.github.jferard.mbfs.Strings") MsgBox strings.reversed("MoreBasicFunctions") 目标 MoreBasicFunctions旨在提供多种服务。 Strings 对于字符串操作:反向,拆分,联接,小写/大写,切片,搜索... 也许差异,编码... Regexes 对于正则表达式的用法
【文件预览】:
MoreBasicFunctions-main
----.gitignore(46B)
----README.md(899B)
----pom.xml(2KB)
----jar-resources()
--------Strings.idl(1KB)
--------XStrings.idl(1KB)
--------MANIFEST.MF(88B)
----oxt-resources()
--------com.github.jferard.mbfs.components(1KB)
--------META-INF()
--------LICENSE(738B)
--------description.xml(2KB)
--------more-basic-funcs.png(1KB)
--------MoreBasicFunctions.rdb(16KB)
--------package-description.txt(74B)
----src()
--------main()
----mbfs.py(5KB)