All Versions
83
Latest Version
Avg Release Cycle
136 days
Latest Release
447 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.6.1 Changes
October 06, 2007๐ Changed / Added
- Openoffice: percentage-values are now treated as numbers (not strings)
- ๐จ Openoffice: refactoring
๐ Fixed
- Openoffice: repeating date-values in a line are now handled correctly
-
v0.6.0 Changes
October 06, 2007๐ Changed / Added
- csv-output to stdout or file
-
v0.5.4 Changes
August 27, 2007๐ Fixed
- ๐ Openoffice: fixed a bug with internal representation of a spreadsheet (thanks to Ric Kamicar for the patch)
-
v0.5.3 Changes
August 26, 2007๐ Changed / Added
- Openoffice: can now read zip-ed files
- Openoffice: can now read files from http://-URL over the net
-
v0.5.2 Changes
August 26, 2007๐ Fixed
- ๐ excel: removed debugging output
-
v0.5.1 Changes
August 26, 2007๐ Changed / Added
- ๐ป Openoffice: Exception if an illegal sheet-name is selected
- 0๏ธโฃ Openoffice/Excel: no need to set a default_sheet if there is only one in the document
- Excel: can now read zip-ed files
- Excel: can now read files from http://-URL over the net
-
v0.5.0 Changes
July 20, 2007๐ Changed / Added
- 0๏ธโฃ Excel-objects: the methods default_sheet= and sheets can now handle names instead of numbers ### Changedd the celltype methods to return symbols, not strings anymore (possible values are :formula, :float, :string, :date, :percentage (if you need strings you can convert it with .to_s)
- ๐ tests can now run on the client machine (not only my machine), if there are not public released files involved these tests are skipped
-
v0.4.1 Changes
June 27, 2007๐ Fixed
- there was ONE false require-statement which led to misleading error messageswhen this gem was used
-
v0.4.0 Changes
June 27, 2007๐ Changed / Added
- 0๏ธโฃ robustness: Exception if no default_sheet was set
- ๐ new method reload() implemented
- ๐ about 15 % more method documentation
- ๐ optimization: huge increase of speed (no need to use fixed borders anymore)
- โ added the method 'formulas' which gives you all formulas in a spreadsheet
- โ added the method 'set' which can set cells to a certain value
- โ added the method 'to_yaml' which can produce output for importing in a (rails) database
๐ Fixed
- ..row_as_letter methods were nonsense - removed
- 0๏ธโฃ @cells_read should be reset if the default_sheet is changed
- โ error in excel-part: strings are now converted to utf-8 (the parsexcel-gem gave me an error with my test data, which could not converted to .to_s using latin1 encoding)
- ๐ fixed bug when default_sheet is changed
-
v0.3.0 Changes
June 20, 2007๐ Changed / Added
- ๐ Openoffice: formula support