All Versions
91
Latest Version
Avg Release Cycle
95 days
Latest Release
-

Changelog History
Page 9

  • v0.6.1 Changes

    October 17, 2008
    • 3 minor enhancements

      • Adds Column formatting and Worksheet#format_column
      • Reads and writes correct Fonts (Font-indices > 3 appear to be 1-based)
      • Reads xf data
  • v0.6.1.9 Changes

    November 07, 2008
    • 🛠 1 Bugfix

      • Fixes a precision-issue in Excel::Row#datetime: Excel records Time-Values with more significant bits (but not necessarily more precise) than DateTime can handle. (Thanks to Bjørn Hjelle for the Bugreport)
    • 1 minor enhancement

      • Added support for appending Worksheets to a Workbook (Thanks to Mohammed Rabbani for the report)
  • v0.6.1.8 Changes

    October 31, 2008
    • 🛠 1 Bugfix

      • Fixes a bug where out-of-sequence reading of multiple Worksheets could lead to data from the wrong Sheet being returned. (Thanks to Bugreporter extraordinaire Bjørn Hjelle)
  • v0.6.1.7 Changes

    October 30, 2008
    • 🛠 1 Bugfix

      • Fixes a bug where all Formulas were ignored. (Thanks to Bjørn Hjelle for the report)
    • 1 minor enhancement

      • Allow the substitution of an IO object with a StringIO. (Thanks to luxor for the report)
  • v0.6.1.6 Changes

    October 28, 2008
  • v0.6.1.5 Changes

    October 24, 2008
  • v0.6.1.4 Changes

    October 23, 2008
    • 🛠 1 Bugfix

      • Biff8#wide now works properly even if $KCODE=='UTF-8' (Thanks to Bjørn Hjelle for the Bugreport)
    • 1 minor enhancement

      • Read/Write functionality for Links (only URLs can be written as of now)
  • v0.6.1.3 Changes

    October 21, 2008
    • 🛠 2 Bugfixes

      • Renamed UTF8 to UTF-8 to support freebsd (Thanks to Jacob Atzen for the Patch)
      • Fixes a Bug where only the first Rowblock was read correctly if there were no DBCELL records terminating the Rowblocks. (Thanks to Bjørn Hjelle for the Bugreport)
  • v0.6.1.2 Changes

    October 20, 2008
    • 🛠 2 Bugfixes

      • Corrected the Font-Encoding values in Excel::Internals (Thanks to Bjørn Hjelle for the Bugreport)
      • Spreadsheet now skips Richtext-Formatting runs and Asian Phonetic Settings when reading the SST, fixing a problem where the presence of Richtext could lead to an incomplete SST.
  • v0.6.1.1 Changes

    October 20, 2008
    • 🛠 1 Bugfix

      • Corrected the Manifest - included column.rb