Recently there was a requirement in one of my projects to parse Excel files (with xls/xlsx extensions) in the browser (using javascript ofcourse). So I looked around a bit on the internet and found these two useful libraries: - js-xls - js-xlsx Lets see how to work with each of them. JS-XLS Installing it is […]
The post Parse and Read Excel Files (xls/xlsx) With JavaScript appeared first on Code Theory.