Description: Booleans in XLS files (BoolErr records) are treated as numbers rather than Boolean values Steps to Reproduce: Open a file with a BoolErr record and no format. Actual Results: Boolean values are drawn as 0 and 1 Expected Results: They should be drawn as FALSE and TRUE Reproducible: Always User Profile Reset: Yes (n/a) Additional Info: Sample offending file attached User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
Created attachment 130929 [details] XLS file with BoolErr record that LO is incorrectly handling
Looks like bug 86456, bug 81350 and/or bug 83779.
(In reply to MM from comment #2) > Looks like bug 86456, bug 81350 and/or bug 83779. The first two bugs pertain specifically to XLSX, but https://bugs.documentfoundation.org/show_bug.cgi?id=83779#c1 suggests the real problem is in calc core: > Calc does not have a distinct boolean type, whereas Excel does and expects it and does not convert numeric type to boolean type. Should we make a new issue?
This is not an issue. Select all of the cells, then Format | Cells. Numbers tab | Category = Boolean Value and OK and you will see the boolean values. Closing as RESOLVED NOTABUG
(In reply to Xisco Faulí from comment #4) > This is not an issue. > Select all of the cells, then Format | Cells. Numbers tab | Category = > Boolean Value and OK and you will see the boolean values. Well, if you then save as xls (or xslx) and reload, the boolean values are changed again.