Skip to content

[BUG] readFile error #1168

@jshin07

Description

@jshin07

readFile 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions