MartinThoma / openpyxl-stubs

Type stubs for openpyxl
MIT License
9 stars 9 forks source link

Allow Cell.value to be float #19

Closed robertmetcalf closed 1 year ago

robertmetcalf commented 1 year ago

In file cell/cell.pyi, the Cell() class defines

Consider adding float as a type.

See the documentation for openpyxl.cell.cell module.

MartinThoma commented 1 year ago

If you add a pr, I'll accept it :-)