Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to retrieve objects from merged cells or save them to Excel? #281

Open
ReallyCreep opened this issue Oct 26, 2023 · 1 comment
Open

Comments

@ReallyCreep
Copy link

image

@mganss
Copy link
Owner

mganss commented Oct 27, 2023

There is no specific support for reading merged cells. The value will be present only in the first row of the merged range. For saving there is no specific support, either, but you can subscribe to the Saving event and manipulate the saved sheet, setting the IsMergedCell property to true on the cells you want to merge.

Contributions for support of merged cells are very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants