Roo v1.13.0 Release Notes

Release Date: 2013-12-05 // over 10 years ago
  • ๐Ÿ”„ Changed / Added

    • ๐Ÿ‘Œ Support extracting link data from Excel and Excelx spreadsheets, via Excel#read_cell() and Excelx#hyperlink(?). #47
    • ๐Ÿ‘Œ Support setting the Excel Spreadsheet mode via the :mode option. #88
    • ๐Ÿ‘Œ Support Spreadsheet.open with a declared :extension that includes a leading '.'. #73
    • Enable file type detection for URI's with parameters / anchors. #51

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix that CSV#each_row could overwrite the filename when run against a uri. #77
    • ๐Ÿ›  Fix that #to_matrix wasn't respecting the sheet argument. #87