|
|
|
|
|
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 |
|