简体   繁体   English

没有Excel的Excel功能

[英]Excel functionality without Excel

Currently we have a system which we paid for that pushes information into Excel through a plugin and only into Excel. 当前,我们有一个付费的系统,该系统通过插件将信息推送到Excel中,并且仅推送到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. 我编写了几行代码,将excel中的数据保存到SQL数据库中,然后将此信息推送到网页上,以便可以轻松查看。

The problem with this is that it requires Excel to be open 24/7. 这样做的问题是,它需要Excel 24/7打开。 Every so often Excel will hiccup causing information to stop updating. Excel经常会打ic,导致信息停止更新。 This is easily fixed by restarting the Excel spreadsheet, but is tedious. 通过重新启动Excel电子表格可以很容易地解决此问题,但这很繁琐。

My question: is there any API which allows me to mimic Excel without having Excel open? 我的问题:是否有任何API可以让我在不打开Excel的情况下模仿Excel?

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 http://www.devdirect.com/all/SPREADSHEET_PCAT_1977.aspx

经过对此的一些研究,很明显我没有Microsoft提供的Excel API来允许不使用Excel的Excel进行访问。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在未安装 Excel 的情况下以编程方式填充 Excel 模板 - Populating an Excel template programmatically without Excel installed 在 Excel 中创建一列并在不启动 Excel / 保存文件的情况下获取其自动宽度 - Make a column in Excel and get its auto width without starting Excel / saving the file excel功能ARBEITSTAG无法使用英文版的Excel - excel function ARBEITSTAG not working in English version of Excel 使用Excel Interop打开Excel工作簿时出现问题 - Problem opening Excel workbook using Excel Interop 如何使用INSERT INTO OPENROWSET导出到Excel而不是目标服务器上的管理员 - How to use INSERT INTO OPENROWSET to export to Excel without being an admin on the target server 如何在没有网络共享或SharePoint的情况下为Microsoft Excel 2013及更高版本开发/部署Web应用程序? - How to develop/deploy a web app for Microsoft Excel 2013 and later without a network share or SharePoint? Excel VBA - 是否有TextChanging / TextChanged或类似事件? 或者如何在不使用Enter的情况下移动选择? - Excel VBA - Is there a TextChanging / TextChanged or a similar event? Or how to move a selection without using Enter? 强制excel超链接打开Acrobat Reader,而不更改系统默认的pdf阅读器 - Force excel hyperlink to open Acrobat Reader without changing system default pdf reader Excel工作表名称错误 - Excel Worksheet name error Excel在调试时崩溃(及其他) - Excel Crashes on Debug (and others)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM