Open nlarusstone opened 3 weeks ago
Hi! It's not on the roadmap yet, but if you feel like implementing it, we'll happily review! What kind of API did you have in mind ?
Hi! It's not on the roadmap yet, but if you feel like implementing it, we'll happily review! What kind of API did you have in mind ?你好!它尚未出现在路线图上,但如果您想实施它,我们将很乐意进行审查!您想要什么样的 API?
I switched from pandas to Polars, and then because openpyxl encountered the expected <class 'openpyxl.styles.fills.Fill'> error, I switched to the calamine engine. Now I find that calamine cannot merge cells, so I use faseexcel instead. But I can't find any information. Please, merge cells function
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?