dimastbk / python-calamine

Python binding for Rust's library for reading excel and odf file - calamine.
https://pypi.org/project/python-calamine/
MIT License
279 stars 6 forks source link

Support for merged cells #94

Open nlarusstone opened 1 week ago

nlarusstone commented 1 week ago

Thanks for the library -- it's great to have a performant binding.

One major feature of spreadsheets is merged cells, which calamine added support for earlier this year: https://github.com/tafia/calamine/pull/437

Do you have any plans to support merged cells in the python bindings?

If not, would you be open to a contribution here?

dimastbk commented 1 week ago

If not, would you be open to a contribution here?

Hi. Yes, PR welcome.