从 VBA Excel 2003 迁移
我有一系列像程序一样工作的大excel文件,但我讨厌被束缚(陷入excel 2003的VBA中),所以...
通过excel vba程序(office 2003)实现GUI的最佳方法是什么? (是否有任何工具可以做到这一点......我想离开办公套件,但仍然在后台使用它)
或者将此代码迁移到更开放的语言的最简单的替代方案是什么。 有什么想法吗?
I have a series of big excel files that work like a program, but I hate beeing tied up (stuck in VBA for excel 2003), so...
Whats the best way to implement a gui over a excel vba program (office 2003)? (are there any tools for that... I want to move away from the office suite, but still have it in the background)
Or what's the easiest alternative for migrating this code to a more open language.
Any ideias?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否看过VSTO?
Have you looked at VSTO?
Resolver One 是一个 Python 电子表格系统,对导入有强大的支持来自 MS Excel。它经常用于您所描述的情况。
Resolver One is a Python spreadsheet system with strong support for importing from MS Excel. It's often used for the situation you describe.