You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your issue. This issue has been fixed, please upgrade to the master branch code by go get -u github.com/xuri/excelize/v2@master, and this patch will be released in the next version.
Uh oh!
There was an error while loading. Please reload this page.
Description
When I specify the font family for the title on a chart then I am getting a nil pointer exception:
...
Title: []excelize.RichTextRun{{Text: "Test", Font: &excelize.Font{Size: 11, Family: "Aptos"}}},
...
For me it looks like the problem is here:
Steps to reproduce the issue
Add Family parameter to title of a chart
Describe the results you received
Getting a nil pointer exception
Describe the results you expected
No exceptions
Go version
1.24
Excelize version or commit ID
2.9.0
Environment
Validations
The text was updated successfully, but these errors were encountered: