xlsx-stream
xlsx-stream copied to clipboard
JavaScript / Node.js library to stream data into an XLSX file
Is there any plan for adding xlsb exporting support in the future?
For a reference, we have this unhandled error: ``` Unhandled rejection TypeError: Cannot read property 'length' of undefined at row (/home/apifier/app/programs/server/npm/node_modules/xlsx-write-stream/dist/templates/row.js:19:49) at XLSXRowTransform._transform (/home/apifier/app/programs/server/npm/node_modules/xlsx-write-stream/dist/XLSXRowTransform.js:22:44) at XLSXRowTransform.Transform._read (_stream_transform.js:186:10) at XLSXRowTransform.Transform._write (_stream_transform.js:174:12)...
Hello it feels like I am missing something, as I don't see anyone raising this issue, but our pipelines started to fail when testing for the latest version of xlsx-stream...
When you're running the Lambda function, the deprecation warning is being treated as an error. This is because Lambda handles unhandled promise rejections or exceptions in a way that might...
#30 Issue Fixed This change addresses the Node.js deprecation warning: What Changed Replaced Buffer-based operations in the sanitize() function with pure string methods to eliminate deprecated Buffer constructor usage. The...