Excel 插件开发
我想开发 Excel 插件,使用它我想从不同的列读取数据并将它们发送到我的数据库。
那么,您能给我推荐一本好的电子书或任何网站链接来教授开发中的最佳添加....???
I want to develop Excel Add-In using which i want to read data from its different columns and send them to my database.
So can you suggest me good eBook or any website link which teaches the best add in development....???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
ExcelDna 是一个用于开发 Excel Addins 的优秀框架。而且它是免费的。 http://exceldna.codeplex.com/
ExcelDna is a great framework for developing Excel Addins. And its free. http://exceldna.codeplex.com/
此站点提供有关 Excel 的最新 JavaScript 加载项的帮助:
http://microsoft-office-add-ins.com
This site provides help on the latest JavaScript Add-ins for Excel:
http://microsoft-office-add-ins.com
我建议从这里的示例之一开始: https:// github.com/OfficeDev?utf8=%E2%9C%93&query=excel
这个示例尤其有用https://github.com/OfficeDev/Excel-Add-in-VisualizeExcelData
I'd suggest starting with one of the samples here: https://github.com/OfficeDev?utf8=%E2%9C%93&query=excel
This sample, particularly, is helpful https://github.com/OfficeDev/Excel-Add-in-VisualizeExcelData