dhatim / fastexcel

Generate and read big Excel files quickly
Other
684 stars 122 forks source link

Support for Boolean cell type #55

Closed a1brz closed 5 years ago

a1brz commented 5 years ago

Hello. Currently I'm getting error on creating cell with Boolean value: "No supported cell type for class java.lang.Boolean".

Database: MySQL Column Type: TINYINT(1) Library: mysql-connector-java Library Version: 8.0.13

Thank you for your time.

ochedru commented 5 years ago

Implemented by #56