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

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