-
-
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
Protected cell #191
Comments
What's the "be protected" means? I have tested and it works well. Please provide the file attachment if you can. |
Please, look file before and after.
} |
…issue #191; - godoc and go test has been updated
I have added set protection properties support for the function |
Thank You!) |
Hi!
Why does the cell become protected when using SetCellStyle?
style, err := xlsx.NewStyle(
{"font":{"color":"#FF0000", "size":12}, "border":[{"type":"right","color":"#09600b","style":1}], "alignment":{"horizontal":"right"}}
)if err != nil {
fmt.Println(err)
}
xlsx.SetCellStyle(sheetFull, cell, cell, style)
Advance thanks!
The text was updated successfully, but these errors were encountered: