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 implement merge cell #119

Closed
nvcken opened this issue Sep 25, 2014 · 3 comments
Closed

how to implement merge cell #119

nvcken opened this issue Sep 25, 2014 · 3 comments

Comments

@nvcken
Copy link

nvcken commented Sep 25, 2014

How can I implement merge cell ?

@SheetJSDev
Copy link
Contributor

As described https://github.com/SheetJS/js-xlsx#worksheet-object, when you read a workbook the merge cell groups are made available in the !merges key of each worksheet. These are range objects.

To see them in action, try playing with the merge cells example in the test suite: https://github.com/SheetJS/test_files/blob/master/merge_cells.xlsx

What specifically are you trying to do?

@nhoctanker
Copy link

Please give us more exmple , it help us faster to implement js-xlsx

@SheetJSDev
Copy link
Contributor

See #416 (comment)

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

No branches or pull requests

3 participants