nuovo / spreadsheet-reader

A PHP spreadsheet reader (Excel XLS and XLSX, OpenOffice ODS, and variously separated text files) with a singular goal of getting the data out, efficiently
http://www.nuovo.lv/
Other
674 stars 497 forks source link

Why this reader treat "TRUE" "FALSE" as 1, 0? #154

Open LazyKnightX opened 5 years ago

LazyKnightX commented 5 years ago

Eg.

title status
v1 TRUE
v2 FALSE

The "TRUE" and "FALSE" converted to 1 and 0. The question is, how do I keep this "TRUE" "FALSE" as its original text? Is there any option that I could use to disable this conversion?