summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2012-05-031.1.4 release prepRandy Morgan
2012-05-03add support for axis delete, cat axis tickLblSkip and tickMarkSkip with sensi...Randy 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-28fix Table#header_cells methodJurriaan Pruis
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-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-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-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-241.8.7 patchesRandy Morgan
2012-04-24add_style refactoring. Randy Morgan
2012-04-23Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-04-23first stage refactoring for Style#add_style [inprogress]Randy Morgan
2012-04-21Update icon_set to use percent in its value_objectsStephen Pike
2012-04-21adding in icon set and MOAR examples for conditional formatting.Randy Morgan
2012-04-21add data bar conditional formatting support.Randy Morgan
2012-04-21adding in color scale for conditional formattingRandy Morgan
2012-04-20Add some more documentation for example of conditional formattingStephen Pike
2012-04-20[#33] Add support for Dxf elements to enable conditional formattingStephen Pike
2012-04-20Formatting and documentation cleanupStephen Pike
2012-04-19Put encoding back... whoopsStephen Pike
2012-04-19# Support for conditional formattingStephen Pike
2012-04-19# Force result of Fixnum division to FixnumStephen Pike
2012-04-18rename dual-scoped variableRandy Morgan
2012-04-18update docs and remove unused mdw_count declarationRandy Morgan
2012-04-18use method not instance variable for determining if cell level style customiz...Randy Morgan
2012-04-18update readme / version for pre-releaseRandy Morgan
2012-04-16use class variable for counting stringRandy Morgan
2012-04-16The beginning of the end of RMagick! Still needs lots of testing but seems co...Randy Morgan
2012-04-13fix both autowidth calculations and column_widths assignation. Randy Morgan
2012-04-13update cell to use common lib methodRandy Morgan
2012-04-12fix bug for autowidth in handling nil cells.Randy Morgan
2012-04-10Fix Dimension to check for nil members in rows.Randy Morgan
2012-04-09credit where credit is due, some docs changes and removing the befor_script f...Randy Morgan
2012-04-09Merge pull request #76 from ochko/masterRandy Morgan
2012-04-09border edges and spec cleanup.Randy Morgan