-
-
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
Issue getting estyle from GetStyle function #1963
Comments
Is it exist other way for retrieve and modify some style, maybe I could use while issue is reviewed? |
Thanks for your issue. Could you show us a complete, standalone example program or reproducible demo? If you open an existing workbook, please provide the file attachment without confidential info. |
issue_file.xlsx thank you very much for your prompt response |
On the other hand how can I understand what it mean propterty names like |
Thanks for your feedback. This issue has been fixed, please upgrade to the master branch code by |
Thank you for your prompt response and implementation of the fix! |
…e without sysClr
Description
Im getting invalid memory address or nil pointer dereference when use GetStyle() > extractFills() functions, looks like if some background style does not set
Steps to reproduce the issue:
On above screenshots I can see that clrScheme.Lt1.SysClr is nil then when it try to get LastClr get panic.
Then my question is, Why SysClr is nil and what that it mean?
Describe the results you received:
invalid memory address or nil pointer dereference
Describe the results you expected:
Stye by index provided
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
The text was updated successfully, but these errors were encountered: