Office integration pack on web browser

*爱你&永不变心* 提交于 2019-12-12 02:35:26

问题


I get the below error when i try to export excel from web browser based lightswitch using office integration pack :

File Operation not permitted. Access is denied

Is there is any way to export the excel from the lightswitch running in the browser?


回答1:


It is not possible to use the Office Integration Pack in a browser based app. You will need to write custom code to write out a .csv or an OpenXML Spreadsheet. Alternatively you could use SQL Server Reporting Services.

See this MSDN thread for more details.



来源:https://stackoverflow.com/questions/21646208/office-integration-pack-on-web-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!