没有 Excel 的 Excel 功能
目前,我们有一个付费系统,可以通过插件将信息推送到 Excel 中,并且只能推送到 Excel 中。这就是产品的设计方式。在电子表格中,您输入一个命令,然后该命令会提取适当的数据。
我编写了几行代码,将 Excel 中的数据保存到 SQL 数据库中,然后将这些信息推送到网页上,以便可以轻松查看。
这样做的问题是它需要 Excel 24/7 保持打开状态。 Excel 经常会出现问题,导致信息停止更新。通过重新启动 Excel 电子表格可以轻松解决此问题,但很繁琐。
我的问题:是否有任何 API 可以让我在不打开 Excel 的情况下模拟 Excel?
Currently we have a system which we paid for that pushes information into Excel through a plugin and only into Excel. This is the way the product was designed. In a spreadsheet you enter a command which then pulls the appropriate data.
I wrote a few lines of code to save the data from excel into a SQL database and then push this information onto a webpage so it can be easily viewed.
The problem with this is that it requires Excel to be open 24/7. Every so often Excel will hiccup causing information to stop updating. This is easily fixed by restarting the Excel spreadsheet, but is tedious.
My question: is there any API which allows me to mimic Excel without having Excel open?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否正在寻找可以嵌入到应用程序中的电子表格组件。您可以在此处找到列表:
http://www.devdirect.com/all/SPREADSHEET_PCAT_1977.aspx< /a>
Are you looking for a spreadsheet component that can be embedded in an application. You can find a list here:
http://www.devdirect.com/all/SPREADSHEET_PCAT_1977.aspx
经过对此进行一些研究后,我清楚地意识到,Microsoft 没有提供 Excel API 来允许在没有 Excel 的情况下访问 Excel。
After some research on this it has become clear to me that there is no Excel API from Microsoft to allow access to Excel without excel.