All Versions
10
Latest Version
Avg Release Cycle
161 days
Latest Release
1178 days ago

Changelog History

  • v0.4.0 Changes

    February 14, 2021
    • πŸ‘Œ Support ruby 3.0
    • πŸ›  Fix for ffi library loading issue on Windows
  • v0.3.0 Changes

    July 23, 2020
    • βž• 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.
  • v0.2.6 Changes

    January 26, 2019
    • βž• Add column auto width (thanks to @duffyjp)
  • v0.2.5 Changes

    June 22, 2018
    • ⚑️ Update libxlsxwriter to 0.7.7
  • v0.2.4 Changes

    March 13, 2018
    • ⚑️ Update libxlsxwriter to 0.7.6
    • Don’t crash process when duplicated worksheet name
  • v0.2.3 Changes

    October 27, 2017
    • πŸ‘ Allow Date along with DateTime in write_value (thanks to @noxern)
  • v0.2.2 Changes

    September 20, 2017
    • Nice setters and getters for format.align
    • βž• Add nice setters for colors and borders
    • Add sheet.append_row, sheet.last_row_number
    • βœ… Run tests in CI
    • 🐎 Performance optimizations and type check refactoring
    • βž• Add styles_example.rb
    • πŸ›  Fix assigning align from other format
  • v0.2.1 Changes

    June 20, 2017
    • βž• Add FastExcel::Formula
  • v0.2.0 Changes

    April 24, 2017
    • βž• Add FastExcel.date_num
    • βž• Add feature to use user default font
    • βž• Add benchmarks
  • v0.1.0 Changes

    February 24, 2017

    πŸŽ‰ Initial