pyexcel / pyexcel-xlsx

A wrapper library to read, manipulate and write data in xlsx and xlsm format using openpyxl
Other
115 stars 32 forks source link

Detect an empty cell #26

Closed colasbd closed 6 years ago

colasbd commented 6 years ago

I have imported my .xlsx file. The empty cells are imported as 0. Is it possible to detect these empty cells?

Thanks