SheetJS / js-cfb

:floppy_disk: OLE File Container Format

Home Page:https://sheetjs.com/cfb-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fs.readFileSync is not a function

95sunny opened this issue · comments

How do I use "fs" in my browser

"file" mode (using fs) is for nodejs only. For browser use, you need to pull in data with fetch or XHR or FileReader depending on where the file is stored. The example index.html uses FileReader