文件名称:macro-converter:〜从Excel宏到LibreOffice宏的宏转换项目〜
文件大小:6.64MB
文件格式:ZIP
更新时间:2024-05-28 08:48:51
HTML
〜从Excel宏到LibreOffice宏的宏转换项目〜 概述 存在此项目的目的是,Microsoft Excel工作簿宏代码不适用于libreoffice calc。 这是因为,Excel Visual Basic for Application(VBA)和LibreOfice Basic在语法上是相同的,但是VBA和LibreOfice Basic对象模型之间存在差异。 由于方法具有数百个属性,因此无法进行完全转换。 这个项目只能取得一定的成功。 我们正在等待您的帮助。 如果您找到匹配的代码,请将其发送给我们。 我们将审核匹配项并添加到项目中。 好处 假定用户知道VBA语言,并且熟悉Microsoft Excel对象模型。 用户将在尝试任何VBA宏时学习LibreOffice Basic上的等效代码。 Microsoft Exel VBA始终在更新,并且具有非常大的结构。 我们
【文件预览】:
macro-converter-master
----db.sqlite3(132KB)
----.gitignore(1KB)
----templates()
--------examples.html(6KB)
--------contact.html(5KB)
--------license.html(4KB)
--------about.html(5KB)
--------contribute.html(4KB)
--------used-technologies.html(5KB)
--------progress.html(5KB)
--------benefits.html(4KB)
--------home.html(6KB)
----LICENSE(34KB)
----macro_converter()
--------urls.py(1KB)
--------wsgi.py(423B)
--------settings.py(3KB)
----static()
--------images()
--------progress()
--------macro()
--------video()
----README.md(3KB)
----macro()
--------views.py(14KB)
--------models.py(207B)
--------apps.py(90B)
--------admin.py(121B)
--------migrations()
--------send_mail.py(3KB)
--------tests.py(63B)
----manage.py(562B)