Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个客户开发了一个 Excel 电子表格来使用 VBA 脚本计算各种统计数据(至少可以说 Excel/VBA 不是我的强项)。他希望我为此创建一个 Web 前端(我将使用 PHP/CakePHP),该前端将具有用于输入单元格值的简单表单,将查询电子表格并返回值以在网站上显示。
客户不想将 Excel/VBA 脚本转换为另一种语言 - 他希望将其保存在“筒仓”中,只是让网站查询现有脚本。
这可能吗?任何可以提供帮助的图书馆?我该怎么办?
您需要运行 MS Excel 本身,并使用 COM ...这是我知道的唯一方法,它允许您从 PHP 的 Excel 工作簿中运行 VBAScript。您甚至不能为此使用 OpenOffice,因此它限制您使用安装了 MS Excel 的 Windows Server