I want to parse an excel file in javascript function module that can be invoked from html. I have used ActiveXobject for opening the excel sheet, but not all browsers allow opening of activexobject and alert message is not shown in all of the browsers. I need to know if there exists any other method of opening excel sheet from javascript code and is supported by all the browsers
问问题
348 次
2 回答
0
我使用的方法类似于本网站上概述的方法。
于 2012-07-30T11:28:50.603 回答
0
并非没有浏览器插件,您的用户必须先安装这些插件。
专有格式等于缺乏第 3 方支持。
于 2012-07-30T11:22:01.497 回答