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


my friend asked me make simple application generate charts (bar, curves) excel file. opted use javascript language since know powerful chart.js. before using chart.js, have gather data excel file. how read excel file via javascript?

after research have managed internet explorer (using activex), need work across browsers.

there javascript libraries allow xls & xlsx parsed in pure javascript. tested chrome (albeit on windows) , worked fine.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -