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. I have made a changes for this, please try to upgrade the master branch code, and this patch will be released in the next version.
… `AddChart` function
- Removed exported `ChartTitle` data type
- The `AddChart` function now supports formatting and setting rich text titles for the chart
- New exported function `GetFormControl` for getting form control
- Made case in-sensitive for internal worksheet XML path to improve compatibility
- Update the unit tests
- Update the documentation and internal comments on the codes
Please replace in lib.go :
string 56 (
excelize/lib.go
Line 56 in 2e9c290
to
We have excel files with fileName like "xl/worksheets/Sheet" - and sheets just skip because of upper case
The text was updated successfully, but these errors were encountered: