All Versions
10
Latest Version
Avg Release Cycle
161 days
Latest Release
1304 days ago
Changelog History
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
toworksheet.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.
- now it will work properly when using the
-
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