Hacker News new | ask | show | jobs
by TAForObvReasons 3446 days ago
> It's an incredibly fast and robust language with a vibrant ecosystem

You will find support for the most random and amazing things in JS. It is truly mindblowing.

I recently had a client request to run a process involving extracting data from an Excel file. Originally wrote it in python using openpyxl http://openpyxl.readthedocs.io/en/default/, then it turned out the client also needed XLSB support. openpyxl and xlrd don't support XLSB, but the only thing that did work was a JS library http://oss.sheetjs.com/js-xlsx/ and node module

1 comments

Yes, it's pretty much bananas. There is SO MUCH work being put into the ecosystem, that there really isn't much you can't do at this point. There is a node module for EVERYTHING. For all of JS's warts, it's fantastic to deal with.