[BUG] readFile error
See original GitHub issuereadFile gives TypeError: Cannot read property 'F_OK' of undefined
I have
import { Workbook } from "exceljs";
let workbook = new Workbook();
files.forEach((file) => {
const data = workbook.csv.readFile(file.name)
})
Tried with workbook.xlsx.readFile
and this gives same error.
I have version 3.8.1 installed.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:21 (4 by maintainers)
Top Results From Across the Web
javascript - Bug in custom fs.readfile callback function to return ...
I am trying to implement a decorator on the fs.readFile function. Instead of the regular error and data params ...
Read more >Developers - [BUG] readFile error - - Bountysource
readFile gives TypeError: Cannot read property 'F_OK' of undefined. I have import { Workbook } from "exceljs"; let workbook = new ...
Read more >Error: Can't read file, or Presentation cannot be opened
Right-click the file in File Explorer and select Open. Still having trouble? If you're having a problem with PowerPoint that's not resolved here,...
Read more >Solved: Mass Effect Readfile Error Crash - Answers HQ
The error message reads: ReadFile beyond EOF 137+4/137 for file C:\Users\Hank\Documents\BioWare\Mass Effect\Save\Profile.MassEffectProfile.
Read more >FileReader: error event - Web APIs | MDN
The error event is fired when the read failed due to an error (for example, because the file was not found or not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Exceljs v4.1.0 :
import { Workbook } from 'exceljs/excel'
fix the problem with Electron.Workaround if using this in electron