diff options
| author | sato-s <[email protected]> | 2016-10-09 21:47:10 +0900 |
|---|---|---|
| committer | sato-s <[email protected]> | 2016-10-09 22:14:40 +0900 |
| commit | fe80334f213e3dc149f560a50d90d09054f519fe (patch) | |
| tree | ccf8d929d473dc651e84fdb5c48bca7559caed77 /examples/conditional_formatting | |
| parent | d136835f3a3a54831ad2c7c793a51d3a57273892 (diff) | |
| download | caxlsx-fe80334f213e3dc149f560a50d90d09054f519fe.tar.gz caxlsx-fe80334f213e3dc149f560a50d90d09054f519fe.zip | |
Fix #472: worksheet name with underscore
Previously, worksheet name was defined as a serializable_attributes that Axlsx automatically camelize by Axlsx.camel .
This cause an unexpected worksheet name convertion.
For instance,
- "Pie_chart" is converted into "Piechart"
- "_example" is converted into "Example"
This patch disables an unexpected worksheet name convertion.
Diffstat (limited to 'examples/conditional_formatting')
0 files changed, 0 insertions, 0 deletions
