summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-09patch nil row style issueRandy Morgan
2012-05-08documentation for comments.Randy Morgan
2012-05-08time is on my sideRandy Morgan
2012-05-08worksheet comments step 2. Needs docs and specs - but it works in ExcelRandy Morgan
2012-05-04Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-05-04Thinking that the tables and comments collection is useless. Randy Morgan
2012-05-04beginnings of comments w/o TDD (^ ^)/Randy Morgan
2012-05-04add comment relationship typeRandy Morgan
2012-05-04remove unneeded namespace in drawing.Randy Morgan
2012-05-03Add support for pageSetup.Stefan Daschek
2012-05-03Add support for printOptionsStefan Daschek
2012-05-04more release prepRandy Morgan
2012-05-031.1.4 release prepRandy Morgan
2012-05-03examples cleanupRandy Morgan
2012-05-03spec fixRandy Morgan
2012-05-03add support for axis delete, cat axis tickLblSkip and tickMarkSkip with sensi...Randy Morgan
2012-05-03An example using 'real' data as a deeper chart example for @bruparelRandy Morgan
2012-05-03use string casting and matching for regex validations.Randy Morgan
2012-05-03alter REGEX validators for percentages so we can pass in an integer or string...Randy Morgan
2012-05-03bug fix - end_at should not be dependent on :start_at optionRandy Morgan
2012-05-03rebuild series data base objects with full implementation.Randy Morgan
2012-04-29Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-04-29examples and read me clean up as well as implementing outlineLevel for row an...Randy Morgan
2012-04-28Merge pull request #88 from jurriaan/table-header_cells-fixRandy Morgan
2012-04-28fix Table#header_cells methodJurriaan Pruis
2012-04-28updated readmeRandy Morgan
2012-04-28spec for val -> named axis data changeRandy Morgan
2012-04-28specs for color and series changesRandy Morgan
2012-04-28less # more <<Randy Morgan
2012-04-28val_axis_data removed so there is no point in trying to include it.Randy Morgan
2012-04-28add some colorization to the main examples as well.Randy Morgan
2012-04-28in living color! charts using the colors you want.Randy Morgan
2012-04-28support for specifying the colors to use for data series in charts.Randy Morgan
2012-04-28color needs to be delegated to the concrete series.Randy Morgan
2012-04-28bugfix. Values need to_sRandy Morgan
2012-04-28remove val_axis_data as it is replicated in named_axis_data.Randy Morgan
2012-04-27test to ensure that add_cell properly updates worksheet column widths. Randy Morgan
2012-04-27colored chart series and examples. Still need to workout scatter as it uses l...Randy Morgan
2012-04-27bug fix. https://github.com/randym/axlsx/issues/86Randy Morgan
2012-04-25bump version as I pushed a gem with missing docs.Randy Morgan
2012-04-25documentation updates and example dir restructuring.Randy Morgan
2012-04-25add label_rotation to readme bar chart exampleRandy Morgan
2012-04-25update README and version for pre-releaseRandy Morgan
2012-04-25properly return a numFmt object or numFmtId based on add style type infoRandy Morgan
2012-04-25bug fix to properly assign style/type data when creating rows and partial sty...Randy Morgan
2012-04-25label rotation and conditional formatting examplesRandy Morgan
2012-04-25er..Randy Morgan
2012-04-25update examples to show date time formatting and axis label rotation for chartsRandy Morgan
2012-04-241.8.7 patchesRandy Morgan
2012-04-24add_style refactoring. Randy Morgan