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

Release 3.0.0 #575

Closed randym closed 6 years ago

randym commented 6 years ago

deps updates, fixes for anchors and multithreading relationships.

jesperronn commented 6 years ago

I tested out the release-3.0.0 branch, and it works fine for me. (simple usecase, just one sheet with numbers and dates)

What is the missing work before you draft a release 3.0.0?

randym commented 6 years ago

Hi @jesperronn

Just about there -

  1. Multithreaded example / specs ensuring that we have solved the thread saftey problem with relationship id generation.

  2. Documentation of significant changes and readme updates.

I'm also watching for new issues from the released 3.0.0.pre gem