Skip to content

Releases: mitigate-dev/saxlsx

v1.11.0

01 Nov 08:47
a4640fa
Compare
Choose a tag to compare
  • Permit use of rubyzip version 2.x #15

v1.10.0

12 Jan 07:13
a1c7b39
Compare
Choose a tag to compare
  • Ruby 2.7 compatibility #13
  • Remove support for ruby <2.5
  • Run tests on ruby 2.5, 2.6, 2.7, 3.0

v1.9.0

12 Jul 13:16
c1434be
Compare
Choose a tag to compare
  • Support multiline strings #12

v1.8.0

09 Apr 12:29
0b43a79
Compare
Choose a tag to compare
  • Use SAX to parse rows count using dimensions or rows #10 #11
  • Support missing fmt #10 #11

v1.7.1

28 Aug 14:21
45dd83d
Compare
Choose a tag to compare
  • Fix formatted shared strings (regression in 1.7.0)

v1.7.0

21 Aug 09:15
5fe9b13
Compare
Choose a tag to compare
  • Support StringIO in Workbook#open
  • Use frozen_string_literal: true magick comments to improve memory usage in Ruby 2.4+

v1.6.1

11 May 23:37
b565274
Compare
Choose a tag to compare

Parse dates when date is a float (regression introduced in v1.5.0)

v1.6.0

24 Apr 10:05
33162c3
Compare
Choose a tag to compare
  • Make automatic string conversion to floats and integers conigurable with auto_format option
  • Fix automatic string conversion with octals ("0123" => 123)
  • Typecast fractures to ruby rationals

v1.5.0

08 Feb 06:07
e52ad9e
Compare
Choose a tag to compare
  • Fallback to string when typecasting fails
  • Min ruby version is now 2.1.0

v1.4.0

08 Apr 08:22
Compare
Choose a tag to compare
  • Do not divide percentage by 100