Ultra Fast Excel Writer for Ruby v0.4.0 Release Notes

Release Date: 2021-02-14 // about 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.