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 place worksheet.columns in 2 row #875

Closed
Harsimran247 opened this issue Jun 26, 2019 · 3 comments
Closed

how to place worksheet.columns in 2 row #875

Harsimran247 opened this issue Jun 26, 2019 · 3 comments

Comments

@Harsimran247
Copy link

I want to place column header in 2nd row and in 1st i want to add some other text.

@yoyo837
Copy link
Contributor

yoyo837 commented Jun 27, 2019

image

I'm using worksheet.sliceRows

@Harsimran247
Copy link
Author

Harsimran247 commented Jun 27, 2019

Hi @yoyo837 !
Thanks for the help. I resolved this issue a bit differently.
Refer this comment : #433 (comment).
This also works.

@gajus
Copy link

gajus commented Aug 29, 2019

@Harsimran247 I think that suggestion was made before spliceRows existed. @yoyo837 suggestion is certainly less intrusive. Just do: worksheet.spliceRows(1, 0, []);.

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