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
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