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 can I perform merge cells? #95

Open
juandreww opened this issue Aug 29, 2023 · 1 comment
Open

How can I perform merge cells? #95

juandreww opened this issue Aug 29, 2023 · 1 comment

Comments

@juandreww
Copy link

I tried

worksheet.merge_range(0, 0, 1, 0, 'Sudah merged', format = workbook.bold_format)

but seems not working..

@Paxa
Copy link
Owner

Paxa commented Dec 29, 2023

work for me like this, I added example

intro = "some text"
worksheet.merge_range(0, 0, 1, 4, intro, nil) // will merge frist 2 rows in first 5 columns

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

2 participants