read-excel-file
read-excel-file copied to clipboard
Read *.xlsx files in a browser or Node.js. Parse to JSON with a strict schema.
When using TypeScript with [native ECMAScript Module support](https://www.typescriptlang.org/tsconfig#node16nodenext-nightly-builds) (eg. `"moduleResolution": "nodenext"`) and `"type": "module"` importing from `read-excel-file/node` produces the following error: ``` > tsc --build node_modules/.pnpm/[email protected]/node_modules/read-excel-file/node/index.d.ts:13:8 - error TS2307: Cannot...
I tried to read and save my excel file into the database, but there appears the character _x000D_\n in some of the data, how do I remove the character without...
Hey everyone, Thanks a lot for your library, appreciate the work that you have done, but I have an unusual problem. what can I do with merged cells in one...
Thanks for the program, its great and i am trying to include in my angular project Seem to have to problem, i loaded an excel file with 400+ rows, in...
I have deployed my code on an Azure App Service container that is running node version v12.16.3. My code works perfectly on my local machine and I am able to...
I found this strange bug, after parsing my excel file with large amount of Chinese characters, the output file contains very few amount of illegal utf8 characters ( shown as...
Hello, I'm using the node version with below code: ``` const readXlsxFile = require('read-excel-file/node'); (async () => { const rows = await readXlsxFile('2019_07_24.xlsx'); console.log(rows); })(); ``` Parsing a ~73500 rowed...
ERROR in ./node_modules/readable-stream/lib/_stream_readable.js Module not found: Error: Can't resolve 'util' in 'D:\.....\node_modules\readable-stream\lib' @ ./node_modules/readable-stream/lib/_stream_readable.js 72:16-31 @ ./node_modules/readable-stream/readable-browser.js @ ./node_modules/stream-browserify/index.js @ ./node_modules/jszip/lib/readable-stream-browser.js @ ./node_modules/jszip/lib/support.js @ ./node_modules/jszip/lib/index.js @ ./node_modules/read-excel-file/modules/unpackXlsxFileBrowser.js @ ./node_modules/read-excel-file/modules/readXlsxFileBrowser.js @...
Could you please share the upper limit on number of rows and columns in a sheet and also the number of sheets in an workbook?.. [so that read-excel-file can successfully...
We use this package to read and parse relatively small xlsx files containing user records. For a specific file from a customer, calling `readXlsxFile` causes the process to crash with...