- Add column auto width (thanks to @duffyjp)
- Update libxlsxwriter to 0.7.7
- Update libxlsxwriter to 0.7.6
- Don’t crash process when duplicated worksheet name
- Allow Date along with DateTime in write_value (thanks to @noxern)
- 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
- Add FastExcel::Formula
- Add FastExcel.date_num
- Add feature to use user default font
- Add benchmarks
Initial