Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Error merging cells if the span includes the Z and AA column #24

Closed
RafaPolit opened this issue Feb 4, 2015 · 2 comments
Closed

Error merging cells if the span includes the Z and AA column #24

RafaPolit opened this issue Feb 4, 2015 · 2 comments
Assignees
Labels

Comments

@RafaPolit
Copy link
Contributor

Thanks for this wonderful tool!

I am seeing a very weird issue:

  • if I merge more than 2 cells in a span that includes the Z and AA columns (either with cells before the Z column, after the AA column or both), only Z and AA columns are merged, and all the others are kept with the original text but not merged.

To test this, a simple line will do:

  • ws.Cell(5, 25, 5, 28, true).String('Problem')

You will see that the Y cell has the text and remains unmerged, then columns Z and AA are merged, and then column AB will be unmerged again and hold the text individually.

Thanks for any solution,

Best regards,
Rafael Pólit.

@natergj natergj added the bug label Feb 4, 2015
@natergj natergj self-assigned this Feb 4, 2015
@natergj
Copy link
Owner

natergj commented Feb 5, 2015

Hello RafaPolit,
Thanks for letting me know about this issue. it turned out to be an error in my sort function for sorting an array of Excel references that would put AA ahead of Z. This has been resolved and the updated package pushed to npmjs.com.

@natergj natergj closed this as completed Feb 5, 2015
@RafaPolit
Copy link
Contributor Author

Fantastic swift response! It's a pleasure working with your library and to see such dedication. Thanks.

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

No branches or pull requests

2 participants