thscharler / spreadsheet-ods

Apache License 2.0
29 stars 6 forks source link

Ability to merge cells #29

Closed edgarogh closed 1 year ago

edgarogh commented 1 year ago

Hello,

I'm wondering if there is currently a way to merge/join cells with this library. Looking for these terms in the docs lead to nothing that seemed relevant.

If the feature is missing, I might implement it in a PR.

thscharler commented 1 year ago

There is Sheet::set_row_span() and Sheet::set_col_span() for this. This enlarges the given Cell to the required size.