Skip to content

Latest commit

 

History

History
544 lines (356 loc) · 16.9 KB

File metadata and controls

544 lines (356 loc) · 16.9 KB

0.8.9 / 24.08.2013

Author: Doug Renn renn@nestegg.com Date: Fri Aug 23 17:10:24 2013 -0600

  • Work around to handle number formats that are being mistaken time formats

0.8.8 / 02.08.2013

Author: Nathan Colgate nathancolgate@gmail.com Date: Thu Aug 1 15:01:57 2013 -0500

  • Update excel/internals.rb to reference a valid Encoding type
  • Encoding.find("MACINTOSH") was throwing an error. Encoding.find("MACROMAN") does not.

0.8.7 / 24.07.2013

Author: Yasuhiro Asaka yasaka@ywesee.com Date: Wed Jul 24 11:31:12 2013 +0900

  • Remove warnings for test suite
  • warning: mismatched indentations at 'end' with 'class' at xxx
  • warning: method redefined; discarding old xxx
  • warning: assigned but unused variable xxx
  • warning: previous definition of xxx was here
  • The source :rubygems is deprecated because HTTP
  • requests are insecure. (Gemfile)

0.8.6 / 11.07.2013

Author: Arjun Anand and Robert Stern dev+arjuna+rstern@reenhanced.com Date: Wed Jul 10 13:45:30 2013 -0400

  • Allow editing of an existing worksheet.

0.8.5 / 24.04.2013

0.8.4 / 20.04.2013

0.8.3 / 12.03.2013

Author: Keith Walsh keith.walsh@adtegrity.com Date: Mon Mar 11 16:48:25 2013 -0400

  • Typo correction in guide example.

0.8.2 / 28.02.2013

Author: Roque Pinel roque.pinel@infotechfl.com Date: Wed Feb 27 12:10:29 2013 -0500

  • Requiring BigDecimal for checking.
  • Made API friendly to BigDecimal precision.
  • Changes introduced by the user 'valeriusjames'.

0.8.1 / 18.02.2013

  • Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb

0.8.0 / 18.02.2013

0.7.9 / 06.02.2013

Author: Eugeniy Belyaev (zhekanax)

  • You can merge if you are interested in perl-like Workbook.set_custom_color implementation. I know it is not really a proper way to deal with custom colors, but nevertheless it makes it possible.
  • zdavatz#27

0.7.8 / 06.02.2013

Author: Kenichi Kamiya kachick1@gmail.com Date: Wed Feb 6 11:23:35 2013 +0900

  • Link to Travis CI on README
  • Remove warnings "assigned but unused variable" in test
  • Remove warnings "assigned but unused variable"
  • Enable $VERBOSE flag when running test

0.7.7 / 22.01.2013

Author: DeTeam timur.deteam@gmail.com Date: Tue Jan 22 19:11:52 2013 +0400

  • Make tests pass
  • Readme updated
  • RuntimeError when file is empty
  • Hoe in dev deps
  • Finish with bundler
  • Add a Gemfile

also see: zdavatz#24

0.7.6 / 15.01.2013

Author: Kenichi Kamiya kachick1@gmail.com Date: Tue Jan 15 15:52:58 2013 +0900

  • Remove warnings "method redefined; discarding old default_format"
  • Remove warnings "`*' interpreted as argument prefix"
  • Remove warnings "instance variable @{ivar} not initialized"
  • Remove warnings "assigned but unused variable"

also see: zdavatz#21

0.7.5 / 06.12.2012

0.7.4 / 06.10.2012

0.7.3 / 26.06.2012

0.7.2 / 14.06.2012

0.7.1 / 08.05.2012

  • Author: Artem Ignatiev zazubrik@gmail.com
  • remove require and rake altogether
  • gem build and rake gem both work fine without those requires,
  • and requiring 'rake' broke bundler
  • add rake as development dependency
  • Somehow it broken rake on my other project

0.7.0 / 07.05.2012

  • Author: Artem Ignatiev zazubrik@gmail.com
  • use both ruby 1.8 and 1.9 compatible way of getting character code when hashing
  • Fix syntax for ruby-1.9
  • return gemspec so that bundler can find it When bundler loads gemspec, it evaluates it, and if the return value is not a gem specification built, refuses to load the gem.
  • Testing worksheet protection

0.6.9 / 28.04.2012

  • Yield is more simple here too.
  • No need to capture the block in Spreadsheet.open
  • Rather than extending a core class, let's just use #rcompact from a helper module

0.6.8 / 20.01.2012

  • adds the fix to allow the writing of empty rows, by ClemensP.
  • Test also by ClemensP.

0.6.7 / 18.01.2012

0.6.6 / 18.01.2012

0.6.5.9 / 7.9.2011

0.6.5.8 / 30.8.2011

  • This patch is about adding a sheet_count method to workbook so that it returns

  • the total no of worksheets for easy access. Please check. By

  • tamizhgeek@gmail.com

      * https://gist.github.com/1180625
    

0.6.5.7 / 20.7.2011

0.6.5.6 / 20.7.2011

0.6.5.5 / 24.6.2011

0.6.5.4 / 18.4.2011

0.6.5.3 / 23.3.2011

  • Updated Txt lib/spreadsheet/excel/writer/biff8.rb with a Patch from Alexandre Bini

0.6.5.2 / 14.2.2011

  • Updated test/integration.rb to work with Ruby ruby 1.9.2p136 (2010-12-25 revision 30365) [i686-linux]

0.6.5.1 / 17.1.2011

0.6.5 / 07.12.2010

  • 2 Enhancements courtesy to ISS AG.

    • Outlining (Grouping) of lines and columns is now possible. The outlining maximum is 8. This means you can do 8 subgroups in a group.

    • Hiding and Unhiding of lines and columns is now possible.

    • Both of above two points is now possible by creating a new Excel File from scratch or editing an existing XLS and adding groups or hiding lines to it.

0.6.4.1 / 2009-09-17

0.6.4 / 2009-07-03

0.6.3.1 / 2009-02-13

0.6.3 / 2009-01-14

0.6.2.1 / 2008-12-18

0.6.2 / 2008-12-11

0.6.1.9 / 2008-11-07

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

0.6.1.8 / 2008-10-31

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

0.6.1.7 / 2008-10-30

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

0.6.1.6 / 2008-10-28

0.6.1.5 / 2008-10-24

0.6.1.4 / 2008-10-23

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

0.6.1.3 / 2008-10-21

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

0.6.1.2 / 2008-10-20

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

0.6.1.1 / 2008-10-20

  • 1 Bugfix

    • Corrected the Manifest - included column.rb

0.6.1 / 2008-10-17

  • 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

0.6.0 / 2008-10-13

  • 1 major enhancement

    • Initial upload of the shiny new Spreadsheet Gem after three weeks of grueling labor in the dark binary mines of Little-Endian Biff and long hours spent polishing the surfaces of documentation.