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

Add merged cells functionality #1

Merged
merged 1 commit into from
Nov 28, 2011
Merged

Conversation

timon
Copy link
Contributor

@timon timon commented May 24, 2011

Allow user to merge cells on worksheet:

@sheet.merge_cells start_row, start_column, end_row, end_column

@zdavatz
Copy link
Collaborator

zdavatz commented Jun 4, 2011

Timon: Can you please write a test for this.

Best
Zeno

@johanlunds
Copy link

I made some further changes to timon's fork. Also untested. But still, might be of interest to anyone that has the same problem I had. I implemented support for saving merged cell-edits when editing an existing file. Technically, #write_merged_cells will now also be called in Writer::Worksheet#write_changes. It was only called in #write_from_scratch before. My commit.

zdavatz added a commit that referenced this pull request Nov 28, 2011
Add merged cells functionality
@zdavatz zdavatz merged commit dbb7915 into voraz:master Nov 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants