summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-03-07Taking advantage of Stafan's excellent suggestion to take advantage of lazy ↵Randy Morgan
loading page margins.
2012-03-07beef-up the gitignoreRandy Morgan
2012-03-07readme and examples updatesRandy Morgan
2012-03-07add 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-07Fix default value for left/right margins.Stefan Daschek
2012-03-07Add support for page margins to worksheet.Stefan Daschek
2012-03-07Fix DateTimeConverter testsJoseph HALTER
2012-03-07patch for variations between Array#to_s between ruby versions.Randy Morgan
2012-03-07worksheet names need to be limited to 31 charactersRandy Morgan
2012-03-07out of time to play with this. We will need to create some 1.8.7 valid test ↵Randy Morgan
later.
2012-03-07disable timezone testing for 1.8.7 for nowRandy Morgan
2012-03-07ruby version conditional specs to deal with epoc issues Randy Morgan
http://ruby-doc.org/core-1.8.7/Time.html
2012-03-07renaming 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-07Fix my name in READMEJonathan Tron
2012-03-07Extract date and time to serial converting and put serious tests on itJoseph HALTER
2012-03-07Ignore Gemfile.lockJoseph HALTER
2012-03-05cleanup of useless line breakRandy Morgan
2012-03-04remove rubyXL interop and update readmeRandy Morgan
2012-03-04proper workbookview id - should be 0 based index iircRandy Morgan
2012-03-04fix #44 Randy Morgan
I think one workbook view is enough ;)
2012-03-04revert changes to validation reporting as it breaks backwards compatabilityRandy Morgan
2012-03-04fix typos in docsRandy Morgan
2012-03-04fix typos in docsRandy Morgan
2012-03-03update gitignoreRandy Morgan
2012-03-03Merge https://github.com/randym/axlsxRandy Morgan
2012-03-03adding email notifications for travis and updating readme in preparation for ↵Randy Morgan
.18 release
2012-03-02Merge pull request #41 from jurriaan/1904-date-fixRandy Morgan
Default to 1900 date system
2012-03-02epoc => epochJurriaan Pruis
2012-03-02Updated example.rbJurriaan Pruis
Fixed indenting and commented date1904
2012-03-02Default 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-02adding in additional features for next release changelog notes.Randy Morgan
2012-03-02readme edits.Randy Morgan
2012-03-01adding rake as runtime requirement for ruby 2.0.0Randy Morgan
2012-03-01credit where credit is dueRandy Morgan
2012-03-01touch of documentation for an excellent addition by @jurriaanRandy Morgan
2012-03-01Merge https://github.com/randym/axlsxRandy Morgan
2012-03-01Merge pull request #39 from jurriaan/small-fixesRandy Morgan
Small (but great!) fixes
2012-03-01Accept row numbers in Worksheet#[]Jurriaan Pruis
2012-03-01Added << alias for add_rowJurriaan Pruis
2012-03-01MOAR travis!Randy Morgan
2012-03-01travis testingRandy Morgan
2012-03-01ping travis rvm 1.9.2Randy Morgan
2012-03-01c'mon travis, show us some love! reverting config for incremental changes to ↵Randy Morgan
identify where my matrix breaks down.
2012-03-01interestingly specifying the language requires that I rvm it in myself?Randy Morgan
2012-03-01another run at travis matrix with multiple failuresRandy Morgan
2012-03-01another attempt at multiple allow_failures on travisRandy Morgan
2012-03-01adding head builds to the matrixRandy Morgan
2012-03-01....forgot to close me-quotes....Randy Morgan
2012-03-01adding in email notification from travis-ciRandy Morgan
2012-02-29altering 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.