summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-03-13Patching spec for 1.8.7 add that it fails when hitting map on the range as a ↵Randy Morgan
param, but hey - support for 1.8.7 is only required by one organization...
2012-03-13Merge github.com:/randym/axlsxRandy Morgan
2012-03-13credit where credit is due!Randy Morgan
2012-03-12Merge pull request #49 from joekain/r_absRandy Morgan
Fix Cell#r_abs to handle multi-digit row numbers and multi-letter column ids.
2012-03-12adding in option to show/hide gridlines in a sheet.Randy Morgan
2012-03-12Fix Cell#r_abs to handle multi-digit row numbers and multi-letterJoe Kain
column ids.
2012-03-12test r_abs with a cell in column AA.Joe Kain
2012-03-11no, really _fix_ the namespaced css doc selectors to use xpath and prefixed ↵Randy Morgan
nodes...
2012-03-11patch specs for nokogiri 1.5.1Randy Morgan
2012-03-10adding in quick patch for catAxis, valAxis on charts to specify gridlines = ↵Randy Morgan
false. Needs specs once I work out what the hell happened to nokogiri in 1.5.1
2012-03-09lower rake min requirement - because some people find it better to use ↵Randy Morgan
outdated software than fix warnings and bugs.
2012-03-09patch title serialization for graphic frameRandy Morgan
2012-03-08Merge pull request #46 from joekain/name_to_indices_with_zeroRandy Morgan
Axlsx::name_to_indices fix
2012-03-09adding specs for @joekain's patchRandy Morgan
2012-03-08In Axlsx::name_to_indices accept row numbers containing, but notJoe Kain
starting with, 0.
2012-03-07remove rubyXL interop and update readmeRandy Morgan
2012-03-07proper workbookview id - should be 0 based index iircRandy Morgan
2012-03-07fix #44 Randy Morgan
I think one workbook view is enough ;)
2012-03-07revert changes to validation reporting as it breaks backwards compatabilityRandy Morgan
2012-03-07fix typos in docsRandy Morgan
2012-03-07fix typos in docsRandy Morgan
2012-03-07update gitignoreRandy Morgan
2012-03-07adding email notifications for travis and updating readme in preparation for ↵Randy Morgan
.18 release
2012-03-07epoc => epochJurriaan Pruis
2012-03-07Updated example.rbJurriaan Pruis
Fixed indenting and commented date1904
2012-03-07Default to 1900 date systemJurriaan 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-07adding in additional features for next release changelog notes.Randy Morgan
2012-03-07readme edits.Randy Morgan
2012-03-07adding rake as runtime requirement for ruby 2.0.0Randy Morgan
2012-03-07credit where credit is dueRandy Morgan
2012-03-07touch of documentation for an excellent addition by @jurriaanRandy Morgan
2012-03-07Accept row numbers in Worksheet#[]Jurriaan Pruis
2012-03-07Added << alias for add_rowJurriaan Pruis
2012-03-07MOAR travis!Randy Morgan
2012-03-07travis testingRandy Morgan
2012-03-07ping travis rvm 1.9.2Randy Morgan
2012-03-07c'mon travis, show us some love! reverting config for incremental changes to ↵Randy Morgan
identify where my matrix breaks down.
2012-03-07interestingly specifying the language requires that I rvm it in myself?Randy Morgan
2012-03-07another run at travis matrix with multiple failuresRandy Morgan
2012-03-07another attempt at multiple allow_failures on travisRandy Morgan
2012-03-07adding head builds to the matrixRandy Morgan
2012-03-07....forgot to close me-quotes....Randy Morgan
2012-03-07adding in email notification from travis-ciRandy Morgan
2012-03-07altering 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-07testing to_xml validitiyRandy Morgan
2012-03-07patching time converter and specs as well as fixing warnings related to ↵Randy Morgan
uninitialized row#height and worksheet#page_margins
2012-03-07typo in examplesRandy Morgan
2012-03-07referencing 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-07Add support for rows with custom height.Stefan Daschek
2012-03-07Add support for underlined text.Stefan Daschek