All Versions
91
Latest Version
Avg Release Cycle
95 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.6.9 Changes
- Yield is more simple here too.
- No need to capture the block in Spreadsheet.open
- Rather than extending a core class, let's just use #rcompact from a helper module
-
v0.6.8 Changes
- โ adds the fix to allow the writing of empty rows, by ClemensP.
- โ Test also by ClemensP.
-
v0.6.7 Changes
- ๐ http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points point 2.
- โ Tests by Michal
- Patches by Timon
-
v0.6.6 Changes
- ๐ http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points 8 and 9.
- ๐ Fixes [email protected]
- Patches by Vitaly Klimov
-
v0.6.5 Changes
2 Enhancements courtesy to ISS AG.
- Outlining (Grouping) of lines and columns is now possible. The outlining maximum is 8. This means you can do 8 subgroups in a group.
- Hiding and Unhiding of lines and columns is now possible.
- Both of above two points is now possible by creating a new Excel File from scratch or editing an existing XLS and adding groups or hiding lines to it.
-
v0.6.5.9 Changes
- ๐ Fixed a frozen string bug thanks to dblock (Daniel Doubrovkine),
-
v0.6.5.8 Changes
- This patch is about adding a sheet_count method to workbook so that it returns
- the total no of worksheets for easy access. Please check. By
-
* https://gist.github.com/1180625
-
v0.6.5.7 Changes
๐ Fixed the bug introduced by Roel van der Hoorn and updated the test cases.
-
v0.6.5.6 Changes
โ Added a fix from Roel van der Hoorn to sanitize_worksheets if 'sheets' is empty.
-
v0.6.5.5 Changes
โก๏ธ updated the color code for orange to 0x0034 => :orange, thanks to the hint of Jonty