ToucanToco / fastexcel

A Python wrapper around calamine
http://fastexcel.toucantoco.dev/
MIT License
121 stars 6 forks source link

Support for merged cells? #313

Open nlarusstone opened 3 weeks ago

nlarusstone commented 3 weeks 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?

lukapeschke commented 2 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 ?

wuxianggujun commented 6 days 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 ?你好!它尚未出现在路线图上,但如果您想实施它,我们将很乐意进行审查!您想要什么样的 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