xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
MIT License
2.62k
stars
695
forks
source link
fix name_to_indices so that it accepts downcase #647
I was adding some comments to an sheet through a job and i didn't pay attention to upcase. This took me some debugging to find why it threw errors so it could be a plus to ignore case on this method, or raise an descriptive error maybe.
Changing name_to_indices regex to ignore case
Occasion
I was adding some comments to an sheet through a job and i didn't pay attention to upcase. This took me some debugging to find why it threw errors so it could be a plus to ignore case on this method, or raise an descriptive error maybe.