Roo v0.4.0 Release Notes

Release Date: 2007-06-27 // almost 17 years ago
  • ๐Ÿ”„ 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