-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Rename/Remove default sheet name as Sheet1 #1143
Comments
Please rename sheet name with |
And how it can be deleted? I'm creating the sheets in a loop and this is just there. |
|
@xuri I am stuck in resizing the cell width according to the cell data. Is there any way to may it possible to resize the cell size automatically? |
This library support setting the text font size fit cell by setting the |
I was also wondering about deleting Sheet 1 after creating other named sheets in a loop. Found out you can with DeleteSheet() but only after you've added other sheets, so just append the delete after your loop |
Hi @esodell, as the documentation of the |
Description
I am trying to looking for some method so that I can rename the default sheet name or I can remove the default sheet named as Sheet1
go version go1.17.6 darwin/amd64
Describe the results you received:
The text was updated successfully, but these errors were encountered: