change WTF value from 1 to true ()

This commit is contained in:
Mrinmay Mukherjee 2020-06-20 06:54:29 +05:30 committed by GitHub
parent 9fc0ab7fa0
commit d0457b77c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ The exported `read` and `readFile` functions accept an options argument:
for files employing other encryption methods. for files employing other encryption methods.
- WTF is mainly for development. By default, the parser will suppress read - WTF is mainly for development. By default, the parser will suppress read
errors on single worksheets, allowing you to read from the worksheets that do errors on single worksheets, allowing you to read from the worksheets that do
parse properly. Setting `WTF:1` forces those errors to be thrown. parse properly. Setting `WTF:true` forces those errors to be thrown.
### Input Type ### Input Type