Ultra Fast Excel Writer for Ruby v0.4.0 Release Notes

Release Date: 2021-02-14 // over 3 years ago
    • 👌 Support ruby 3.0
    • 🛠 Fix for ffi library loading issue on Windows

Previous changes from v0.3.0

    • ➕ Add support for FastExcel::URL
    • ➕ Add support for writing boolean values
    • Add enable_filters!(end_col: X)
    • 👍 Allow to open with an empty existing file
    • ➕ Add missing enums to chart
    • Don't change sheet name from "" to nil
    • 👌 Support build with docker
    • 🛠 Fix crash when sheet name exceeds maximum length.
    • [BREAKING CHANGE] Rename worksheet.right_to_left to worksheet.set_right_to_left:
      • now it will work properly when using the pry-rails gem, not forcing the document start from right even when this method is not called.