All Versions
83
Latest Version
Avg Release Cycle
136 days
Latest Release
553 days ago
Changelog History
Page 4
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)