All Versions
83
Latest Version
Avg Release Cycle
136 days
Latest Release
553 days ago

Changelog History
Page 4

  • v1.10.1 Changes

    November 14, 2011

    ๐Ÿ›  Fixed

    • ๐Ÿ’Ž forgot dependency 'rubyzip'
    • at least one external application does create xlsx-files with different internal file names which differ from the original file names of Excel. Solution: ignore lower-/upper case in file names.
  • v1.10.0 Changes

    October 10, 2011

    ๐Ÿ”„ Changed / Added

    • ๐Ÿ†• New class Csv.
    • Openoffice, Libreoffice: new method 'labels'
    • Excelx: implemented all methods concerning labels
    • Openoffice, Excelx: new methods concerning comments (comment, comment? and comments)

    ๐Ÿ›  Fixed

    • ๐Ÿ XLSX: some cells were not recognized correctly from a spreadsheet file from a windows mobile phone.
    • ๐Ÿšš labels: Moved to a separate methode. There were problems if there was an access to a label before read_cells were called.
  • v1.9.7 Changes

    August 27, 2011

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Openoffice: Better way for extracting formula strings, some characters were deleted at the formula string.
  • v1.9.6 Changes

    August 03, 2011

    ๐Ÿ”„ Changed / Added

    • ๐Ÿ†• new class Libreoffice (Libreoffice should do exactly the same as the Openoffice class. It's just another name. Technically, Libreoffice is inherited from the Openoffice class with no new methods.

    ๐Ÿ›  Fixed

    • Openoffice: file type check, deletion of temporary files not in ensure clause
    • Cell type :datetime was not handled in the to_csv method
    • ๐Ÿ‘ Better deletion of temporary directories if something went wrong
  • v1.9.5 Changes

    June 25, 2011

    ๐Ÿ”„ Changed / Added

    • ๐Ÿšš Method #formulas moved to generic-spreadsheet class (the Excel version is overwritten because the spreadsheet gem currently does not support formulas.

    ๐Ÿ›  Fixed

    • Openoffice/Excelx/Google: #formulas of an empty sheet should not result in an error message. Instead it should return an empty array.
    • Openoffice/Excelx/Google: #to_yaml of an empty sheet should not result in an error message. Instead it should return an empty string.
    • Openoffice/Excelx/Google: #to_matrix of an empty sheet should not result in an error message. Instead it should return an empty matrix.
  • v1.9.4 Changes

    June 23, 2011

    ๐Ÿ”„ Changed / Added

    • โœ‚ removed gem 'builder'. Functionality goes to gem 'nokogiri'.

    ๐Ÿ›  Fixed

    • ๐Ÿšš Excel: remove temporary files if spreadsheed-file is not an excel file and an exception was raised
    • Excelx: a referenced cell with a string had the content 0.0 not the correct string
    • ๐Ÿ›  Fixed a problem with a date cell which was not recognized as a Date object (see 2011-05-21 in excelx.rb)
  • v1.9.3 Changes

    February 12, 2010

    ๐Ÿ”„ Changed / Added

    • ๐Ÿ†• new method 'to_matrix'

    ๐Ÿ›  Fixed

    • missing dependencies defined
  • v1.9.2 Changes

    December 08, 2009

    ๐Ÿ›  Fixed

    • ๐Ÿ›  double quoting of '"' fixed
  • v1.9.1 Changes

    November 10, 2009

    ๐Ÿ›  Fixed

    • syntax in nokogiri methods
    • ๐Ÿ’Ž missing dependency ...rubyzip
  • v1.9.0 Changes

    October 29, 2009

    ๐Ÿ”„ Changed / Added

    • ๐Ÿ’Ž Ruby 1.9 compatible
    • oo.aa42 as a shortcut of oo.cell('aa',42)
    • oo.aa42('sheet1') as a shortcut of oo.cell('aa',42,'sheet1')
    • oo.anton as a reference to a cell labelled 'anton' (or any other label name) (currently only for Openoffice spreadsheets)