| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-07 | Updated example.rb | Jurriaan Pruis | |
| Fixed indenting and commented date1904 | |||
| 2012-03-07 | Default to 1900 date system | Jurriaan Pruis | |
| Office 2011 for Mac uses the 1900 system by default see http://www.officeformachelp.com/2010/10/excel-2011-defaults-to-1900-date-system/ for more info | |||
| 2012-03-07 | adding in additional features for next release changelog notes. | Randy Morgan | |
| 2012-03-07 | readme edits. | Randy Morgan | |
| 2012-03-07 | adding rake as runtime requirement for ruby 2.0.0 | Randy Morgan | |
| 2012-03-07 | credit where credit is due | Randy Morgan | |
| 2012-03-07 | touch of documentation for an excellent addition by @jurriaan | Randy Morgan | |
| 2012-03-07 | Accept row numbers in Worksheet#[] | Jurriaan Pruis | |
| 2012-03-07 | Added << alias for add_row | Jurriaan Pruis | |
| 2012-03-07 | MOAR travis! | Randy Morgan | |
| 2012-03-07 | travis testing | Randy Morgan | |
| 2012-03-07 | ping travis rvm 1.9.2 | Randy Morgan | |
| 2012-03-07 | c'mon travis, show us some love! reverting config for incremental changes to ↵ | Randy Morgan | |
| identify where my matrix breaks down. | |||
| 2012-03-07 | interestingly specifying the language requires that I rvm it in myself? | Randy Morgan | |
| 2012-03-07 | another run at travis matrix with multiple failures | Randy Morgan | |
| 2012-03-07 | another attempt at multiple allow_failures on travis | Randy Morgan | |
| 2012-03-07 | adding head builds to the matrix | Randy Morgan | |
| 2012-03-07 | ....forgot to close me-quotes.... | Randy Morgan | |
| 2012-03-07 | adding in email notification from travis-ci | Randy Morgan | |
| 2012-03-07 | altering package validation errors to show the document they occurred in. | Randy Morgan | |
| validates now returns an array of {:entry=>'file_name', :errors=>[error,error]} hashes. | |||
| 2012-03-07 | testing to_xml validitiy | Randy Morgan | |
| 2012-03-07 | patching time converter and specs as well as fixing warnings related to ↵ | Randy Morgan | |
| uninitialized row#height and worksheet#page_margins | |||
| 2012-03-07 | typo in examples | Randy Morgan | |
| 2012-03-07 | referencing Converter, which is now known as DateTimeConverter. | Randy Morgan | |
| This should have been caught in the specs, so I will update them later to make sure we cover this path. | |||
| 2012-03-07 | Add support for rows with custom height. | Stefan Daschek | |
| 2012-03-07 | Add support for underlined text. | Stefan Daschek | |
| 2012-03-07 | Taking advantage of Stafan's excellent suggestion to take advantage of lazy ↵ | Randy Morgan | |
| loading page margins. | |||
| 2012-03-07 | beef-up the gitignore | Randy Morgan | |
| 2012-03-07 | readme and examples updates | Randy Morgan | |
| 2012-03-07 | add support for page margin initialization options as well as adding an ↵ | Randy Morgan | |
| option to worksheet initialization so we can do stuff like this: workbook.add_worksheet(:page_margins => {:top=> 1.9}) and yielding the page_margins object off the worksheet for stuff like: worksheet.page_margins do |pm| pm.left = 0.7 end | |||
| 2012-03-07 | Fix default value for left/right margins. | Stefan Daschek | |
| 2012-03-07 | Add support for page margins to worksheet. | Stefan Daschek | |
| 2012-03-07 | Fix DateTimeConverter tests | Joseph HALTER | |
| 2012-03-07 | patch for variations between Array#to_s between ruby versions. | Randy Morgan | |
| 2012-03-07 | worksheet names need to be limited to 31 characters | Randy Morgan | |
| 2012-03-07 | out of time to play with this. We will need to create some 1.8.7 valid test ↵ | Randy Morgan | |
| later. | |||
| 2012-03-07 | disable timezone testing for 1.8.7 for now | Randy Morgan | |
| 2012-03-07 | ruby version conditional specs to deal with epoc issues | Randy Morgan | |
| http://ruby-doc.org/core-1.8.7/Time.html | |||
| 2012-03-07 | renaming for clarity, a bit of docs and some patches to spec for AWSOME ↵ | Randy Morgan | |
| date/time converter as negative date/time does not parse in some environments under 1.8.7 | |||
| 2012-03-07 | Fix my name in README | Jonathan Tron | |
| 2012-03-07 | Extract date and time to serial converting and put serious tests on it | Joseph HALTER | |
| 2012-03-07 | Ignore Gemfile.lock | Joseph HALTER | |
| 2012-03-05 | cleanup of useless line break | Randy Morgan | |
| 2012-03-04 | remove rubyXL interop and update readme | Randy Morgan | |
| 2012-03-04 | proper workbookview id - should be 0 based index iirc | Randy Morgan | |
| 2012-03-04 | fix #44 | Randy Morgan | |
| I think one workbook view is enough ;) | |||
| 2012-03-04 | revert changes to validation reporting as it breaks backwards compatability | Randy Morgan | |
| 2012-03-04 | fix typos in docs | Randy Morgan | |
| 2012-03-04 | fix typos in docs | Randy Morgan | |
| 2012-03-03 | update gitignore | Randy Morgan | |
