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
Post a Comment