Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing documentation for WTF mode #487

Closed
ghost opened this issue Oct 21, 2016 · 1 comment
Closed

Missing documentation for WTF mode #487

ghost opened this issue Oct 21, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 21, 2016

No description provided.

@SheetJSDev
Copy link
Contributor

WTF:true exposes all of the sheet-level errors (by default they are caught and suppressed). It also adds a whole host of new errors pertaining to file features that are not recognized by the parser.

It is mainly useful for development, as the errors usually represent "we don't know what that thing is" and the default behavior is "just ignore the odd things".

A note will be added to the README.

saarCiklum pushed a commit to Folcon/js-xlsx that referenced this issue Aug 18, 2020
- decode sheet name for XLSX and XLML (fixes SheetJS#203 h/t @rocketmonkeys)
- XFExt (fixes SheetJS#298 h/t @aetna-softwares @aimcom @baharudinafif)
- handle truly empty `<is>` elements (fixes SheetJS#506 h/t @asksahil)
- pin version numbers for dependencies (fixes SheetJS#469 h/t @nhtera)
- sed usage fix (see SheetJS#572 h/t @Liryna)
- fix hex2RGB substr indices (fixes SheetJS#294 h/t @kamorahul)
- removed stale typescript files (see SheetJS#442)
- reworked shift formula regex (fixed SheetJS#551 h/t @SheetJSDev)
- README note on webpack codepage suppression (fixes SheetJS#438 h/t @rusty1s)
- README note on WTF (fixes SheetJS#487 h/t @livesoftware)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant