Visual Studio Office 参考在没有 Office 的情况下在 PC 上工作?
我有一个程序,使用 Excel 对电子表格进行一些修改。发布后,如果客户端电脑安装了office,就可以正常工作,如果没有本地版本的office,有什么办法让它工作吗?
I have a program that uses excel to do some modifications to a spreadsheet. Once I publish it it works fine if the client PC has office installed, is there any way to get it to work if there is no local version of office?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,因为您只发布数据绑定库,而不发布程序本身 - 并且您需要许可证...
但是,有一些可用的库允许您在不安装 Office 的情况下创建 Excel 文件。我可以推荐 SpreadsheetGear 进行 .NET 开发! http://www.spreadsheetgear.com/
No, because you publish only the data binding libraries, but not the programs itself - and you would need a licence...
There are, however, libraries available which allow you to create Excel files without the installation of Office. I can recommend SpreadsheetGear for .NET development! http://www.spreadsheetgear.com/