summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-03-23Merge remote-tracking branch 'upstream/master'Sean Duckett
2012-03-23Use Alxsx.cell_rangeJurriaan Pruis
2012-03-23move requires out of specs and into helper that prepends lib directory for ↵Randy Morgan
requires
2012-03-23Explicitly state $LOAD_PATH in exampleRandy Morgan
2012-03-23move table spec inside of worksheet folder to keep in line with gem lib ↵Randy Morgan
structure
2012-03-23Added <definedNames> to workbookJurriaan Pruis
2012-03-23Merge pull request #59 from joekain/scatter-cleanRandy Morgan
Add Scatter charts
2012-03-22Add Scatter chartsJoe Kain
2012-03-23readme and examples updates.Randy Morgan
2012-03-23update add Styles#add_style to allow a simple hash to create a new border styleRandy Morgan
2012-03-23fix docs for manipulating border stylesRandy Morgan
2012-03-21brining the table example back in. Randy Morgan
Still frustrated that this tosses up 'unsupported' errors in mac.
2012-03-21@jurriaan is a rockstar.Randy Morgan
2012-03-21tiny bit of restructuring Randy Morgan
2012-03-21patching mistaken merge resolutionRandy Morgan
2012-03-21resolve small merge conflictRandy Morgan
2012-03-21resolving #53 and adding specs for use_autowidth, show_gridlinesRandy Morgan
2012-03-21Updated exampleJurriaan Pruis
2012-03-21Added support for tablesJurriaan Pruis
2012-03-21adding in an option to disable both the require of RMagick and auto-width ↵Randy Morgan
processing. see Workbook#use_autowidth. Defaults to true for backward compatibility.
2012-03-14Merge branch 'master' of https://github.com/randym/axlsxSean Duckett
2012-03-14Merge remote-tracking branch 'upstream/master'Sean Duckett
2012-03-14Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-03-14code formatting.Randy Morgan
2012-03-14Merge pull request #51 from ochko/masterRandy Morgan
applyAlignment should be included in xf
2012-03-14include applyAlignment attribute when adding styleochko
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