willtrnr / pyxlsb

Excel 2007+ Binary Workbook (xlsb) reader for Python
GNU Lesser General Public License v3.0
90 stars 21 forks source link

Expose the Number Format for the cells #30

Open snoopyjc opened 4 years ago

snoopyjc commented 4 years ago

Allow me to see the Number Format for each cell, so that I can properly format the cell's contents, convert the cell to the proper type, and/or pass this along when converting the sheet to xlsx or other formats.