summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-03-28ignore example.csvochko
2012-03-27bug fixed, so useless.Sean Duckett
2012-03-27Fix no-example in rendered docs, comment to match method.Sean Duckett
2012-03-27Merge branch 'master' of https://github.com/randym/axlsxSean Duckett
2012-03-28Still not fast enough?Randy Morgan
2012-03-27Merge github.com:randym/axlsxJurriaan Pruis
2012-03-27use << for row string processing as well.Randy Morgan
2012-03-27FAST ENOUGH?Randy Morgan
2012-03-27benchmarking shows << to be faster than "%s" % xRandy Morgan
2012-03-27properly render inline colorsRandy Morgan
2012-03-27value and type required for shared_string comparison. this should be extracted.Randy Morgan
2012-03-27Some small improvementsRandy Morgan
2012-03-26fix specs for cell when serializing to string as hashes are not ordered!Randy Morgan
2012-03-26adjust specs to 0 based index references for worksheet[0] as first row.Randy Morgan
2012-03-26indexes should be 0 based, and the <worksheet> node needed to be closedRandy Morgan
2012-03-26need to make columns - even if we are not using auto_widthRandy Morgan
2012-03-26Merge pull request #64 from ochko/go-fasterRandy Morgan
2012-03-26use Array#join instead of concatenatingochko
2012-03-26do nothing unless it is told to autowith fittingochko
2012-03-26add perftools.rbochko
2012-03-26Quick and Dirty run on trying interpolated strings instead of nokogiri for sh...Randy Morgan
2012-03-25include scatter plot exampleRandy Morgan
2012-03-25Merge pull request #62 from joekain/scatter-cleanRandy Morgan
2012-03-23Add Scatter Chart example.Joe Kain
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 re...Randy Morgan
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 struc...Randy Morgan
2012-03-23Added <definedNames> to workbookJurriaan Pruis
2012-03-23Merge pull request #59 from joekain/scatter-cleanRandy Morgan
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
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 pro...Randy Morgan
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
2012-03-14include applyAlignment attribute when adding styleochko