How can I read an Excel File with JavaScript (without ActiveXObject)

后端 未结 4 766
盖世英雄少女心
盖世英雄少女心 2021-01-04 05:26

My friend asked me to make for a simple application to generate charts (bar, curves) from an Excel file. I opted to use JavaScript as a language since I know already the pow

4条回答
  •  花落未央
    2021-01-04 06:13

    i think without the use of ActiveX you cant read the excel file..I am not sayin that you cant read excel file file without ActiveX may be there is a way ,but i dont know that way so if you want to read using Activex then here is the code you can use for reading the excel file

    
    
    

    it will run only in IE 9 and above ,and you have to activate activeX functionality from the settings ..

提交回复
热议问题