xlsx-extract
xlsx-extract copied to clipboard
nodejs lib for extracting data from XLSX files
Results
2
xlsx-extract issues
Sort by
recently updated
recently updated
newest added
Is there a way to stop the read until I have finished a preprocessing task? new XLSX() .extract("../excel_source/Software List_1.2.xlsm", { sheet_name: "Products", ignore_header: 0 }) // or sheet_name or sheet_nr...
I have an application that receives an Excel from a streaming interface (AWS S3). I would love a library that can 1) Take an Excel stream as input 2) Emit...
enhancement