randym / axlsx

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 696 forks source link

Add link to online documentation to the README #612

Closed mhanberg closed 4 years ago

mhanberg commented 5 years ago

Also lightly cleans up the README.

mhanberg commented 5 years ago

bump @randym

noniq commented 4 years ago

Thanks @mhanberg, the rdoc link has already been included in the README of caxlsx (https://github.com/caxlsx/caxlsx/commit/2cdaed01).