All Versions
25
Latest Version
Avg Release Cycle
33 days
Latest Release
728 days ago

Changelog History
Page 2

  • v0.3.18 Changes

    September 30, 2020
    • ๐Ÿ‘ Improve inline string support (#18)
  • v0.3.17 Changes

    July 03, 2020
    • ๐Ÿ›  Fix parsing of empty worksheets (#17)
  • v0.3.16 Changes

    June 03, 2020
    • ๐Ÿ‘Œ Support complex numbers (#16)
  • v0.3.15 Changes

    June 02, 2020
    • ๐Ÿ›  Fix issue with workbooks that don't contain shared strings (#15)
  • v0.3.14 Changes

    May 22, 2020
    • ๐Ÿ‘ Allow opening workbooks from Tempfile and anything that responds to #read

    • Preserve whitespace in text cells

  • v0.3.13 Changes

    May 12, 2020
    • โž• Add Sheet#hidden?

    • ๐Ÿ—„ Clean up code; get rid of some deprecation warnings

  • v0.3.12 Changes

    April 15, 2020
    • Accessing worksheets by name (texpert)
  • v0.3.11 Changes

    April 03, 2020
    • ๐Ÿ’Ž Backward compatibility with Ruby 2.5 (texpert)
  • v0.3.10 Changes

    March 19, 2020
    • ๐Ÿ˜Œ Relax version requirements for dependencies
  • v0.3.9 Changes

    March 16, 2020
    • ๐Ÿ›  Fix an edge case issue with row_skip and empty rows