xlsx-stream-reader
xlsx-stream-reader copied to clipboard
Memory efficinet minimalist non-blocking/event based streaming XLSX reader
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Is my understanding correct regarding the workSheetReader.abort() and workSheetReader.skip() function. The code will stop the processing of the worksheet as soon as workSheetReader.abort() is called, and then it will go...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Hi, thanks for the great package! Problem: The datetime can't be parsed properly. From: 536365 | 84029E | RED WOOLLY HOTTIE WHITE HEART. | 6 | 12/1/2010 8:26 | 3.39...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Date value parsed in wrong format "DD/MM/YYYY" but I am getting while reading M/D/YY for Eaxmple :- 02/08/2018 but after reading i am getting 2/8/18
Each row's parsing response mentioned below [null,"JK","[email protected]","","",""] [null,"JK1","[email protected]","","",""] [null,"JK2","[email protected]","","",""] Attaching sample file for reference [borders_1.xlsx](https://github.com/DaSpawn/xlsx-stream-reader/files/5515313/borders_1.xlsx)