summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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 ↵Randy Morgan
line and shape
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 ↵Randy Morgan
style/types arrays
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
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 conditional formatting tests to account for 3 cfvo objs in icon setsStephen Pike
2012-04-21Update icon_set to use percent in its value_objectsStephen Pike
Extend conditional formatting to the entire examples Rename example file to "example_conditional_formatting.xls"
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-21MOAR credit where credit is dueRandy Morgan
2012-04-21Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-04-21credit where credit is dueRandy Morgan
2012-04-20Merge pull request #83 from scpike/masterRandy Morgan
Support for some of the conditional formatting spec
2012-04-20Add some more documentation for example of conditional formattingStephen Pike
2012-04-20Merge branch '33-conditional-formatting'Stephen Pike
2012-04-20Formatting and documentation cleanupStephen Pike
2012-04-20Put encoding back... whoopsStephen Pike
2012-04-20# Support for conditional formattingStephen Pike
Adds support for conditional formatting via two new classes, ConditionalFormatting and ConditionalFormattingRule. Conditional Formats apply to ranges of cells, and can include multiple rules, ranked by priority. A single worksheet has many @conditional_formattings applied to different ranges. There are still pieces of the spec missing from the implementation. The biggest glaring ommission are the child elements colorScale, dataBar, and iconSet (I only implemented formula). http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule.aspx
2012-04-20[#33] Add support for Dxf elements to enable conditional formattingStephen Pike
New Dxf class implements 18.8.14. Conditional formatting now "works". Add :type option to add_styles, defaults to :xf when add_styles is called with :dxf type, new styles are not added to the global @styles set. Dxf child elements only exist inside the `<dxf>` chunk. Added tests and an example.
2012-04-20Formatting and documentation cleanupStephen Pike
2012-04-19Put encoding back... whoopsStephen Pike
2012-04-19# Support for conditional formattingStephen Pike
Adds support for conditional formatting via two new classes, ConditionalFormatting and ConditionalFormattingRule. Conditional Formats apply to ranges of cells, and can include multiple rules, ranked by priority. A single worksheet has many @conditional_formattings applied to different ranges. There are still pieces of the spec missing from the implementation. The biggest glaring ommission are the child elements colorScale, dataBar, and iconSet (I only implemented formula). http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule.aspx
2012-04-19Merge pull request #82 from scpike/handle-mathnRandy Morgan
Force result of Fixnum division to integer before using
2012-04-19# Force result of Fixnum division to FixnumStephen Pike
The mathn library overrides Fixnum division to return a rational, so `1/2 => (1/2)` instead of `1/2 => 0`. Axslx calls chr on the result of Fixnum division, which is incompatible. Fix it by forcing to integer.
2012-04-18raw master imageRandy Morgan
2012-04-18pre-release README updatesRandy Morgan