summaryrefslogtreecommitdiff
path: root/math/ruby-spreadsheet
AgeCommit message (Collapse)AuthorFilesLines
2012-01-21Update ruby-spreadsheet to 0.6.8.obache2-6/+6
=== 0.6.8 / 20.01.2012 * adds the fix to allow the writing of empty rows, by ClemensP. * Test also by ClemensP.
2012-01-18Update ruby-spreadsheet to 0.6.7.obache3-7/+9
=== 0.6.7 / 18.01.2012 * http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points point 2. * Tests by Michal * Patches by Timon === 0.6.6 / 18.01.2012 * http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points 8 and 9. * Fixes byjsaak@napalm.hu * Patches by Vitaly Klimov
2011-09-08Update ruby-spreadsheet to 0.6.5.9.obache3-7/+8
=== 0.6.5.9 / 7.9.2011 * Fixed a frozen string bug thanks to dblock (Daniel Doubrovkine),
2011-08-31Update ruby-spreadsheet to 0.6.5.8.obache2-6/+6
=== 0.6.5.8 / 30.8.2011 * 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 * tamizhgeek@gmail.com * https://gist.github.com/1180625
2011-07-20Updated ruby-spreadsheet to 0.6.5.7.obache2-6/+6
=== 0.6.5.7 / 20.7.2011 * Fixed the bug introduced by Roel van der Hoorn and updated the test cases. * https://github.com/vanderhoorn/spreadsheet/commit/c79ab14dcf40dee1d6d5ad2b174f3fe31414ca28
2011-07-20Update ruby-spreadsheet to 0.6.5.6.obache2-6/+6
=== 0.6.5.6 / 20.7.2011 * Added a fix from R. van der Hoorn to sanitize_worksheets if 'sheets' is empty. * https://github.com/vanderhoorn/spreadsheet/commit/c109f2ac5486f9a38a6d93267daf560ab4b9473e
2011-07-11Update ruby-spreadsheet to 0.6.5.5.obache2-6/+6
=== 0.6.5.5 / 24.6.2011 * updated the color code for orange to 0x0034 => :orange, thanks to the hint of Jonty * https://gist.github.com/1044700
2011-06-19Update ruby-spreadsheet package to 0.6.5.4.taca2-7/+6
=== 0.6.5.4 / 18.4.2011 * Updated worksheet.rb according to the Patch of Bjªª¢ùrn Andersson. * https://gist.github.com/925007#file_test.patch * http://url.ba/09p9
2011-04-13fix a typo.obache1-2/+2
2011-04-13Import ruby-spreadsheet-0.6.5.3 as math/ruby-spreadsheet.obache5-0/+99
The Spreadsheet Library is designed to read and write Spreadsheet Documents. As of version 0.6.0, only Microsoft Excel compatible spreadsheets are supported. Spreadsheet is a combination/complete rewrite of the Spreadsheet::Excel Library by Daniel J. Berger and the ParseExcel Library by Hannes Wyss. Spreadsheet can read, write and modify Spreadsheet Documents.