summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet
AgeCommit message (Expand)Author
2017-10-12Fix incorrect option value in rdocRyan Kendall
2016-11-07Override NumFmt serialized_attributes to ovid removing underscoresEvan Hallmark
2014-04-04Use #booleanizeJurriaan Pruis
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2014-01-08Fixing typo in documentation. ws.styles!!Sudhir
2013-08-16Merge pull request #226 from Fapper/patch-1Randy Morgan (@morgan_randy)
2013-08-08Don't mutate the object passed into Color#rgb=Trent Ogren
2013-08-06Fix minor typosMartin madsen
2013-07-31Fix minor typoMichael Westbom
2013-05-26Update bg_color in conditional formattingAnkur Sethi
2013-01-21Update comments to reflect new usage of #add_row methodNestor Pestelos and Ramon Tayag
2012-11-27Merge pull request #147 from raiis/masterRandy Morgan (@morgan_randy)
2012-11-28Better way hot to override borders style.raiis
2012-11-26Added individual border override options.raiis
2012-11-05completed documentationRandy Morgan
2012-10-18refactored pattern_fill to specify tag name for fg and bg colorsRandy Morgan
2012-10-18Updated color to_xml_string to use snake cased tag_nameRandy Morgan
2012-10-18Refactored color to_xml_string to accept a tag name as colors are sometimes s...Randy Morgan
2012-10-14Refactored to use options parser and serialized attributesRandy Morgan
2012-10-14Refactored to use options parserRandy Morgan
2012-10-14extracted percentage validation for gradient fill left, right, top, bottomRandy Morgan
2012-10-14Refactored GradientFill to use options parser and serialized attributes and p...Randy Morgan
2012-10-14Refactored CellStyle to use options parser and serialized attributesRandy Morgan
2012-10-14Refactored CellProtection to use options parser and serialized attributesRandy Morgan
2012-10-14refactor options parsing for dxfRandy Morgan
2012-10-14refactored Xf to use serialized attributes.Randy Morgan
2012-10-14patched border parsing for Style#add_style to enforce color and style optionsRandy Morgan
2012-10-14refactored cell allignmentRandy Morgan
2012-10-14Refactored options parse into module and applied it to border_rbRandy Morgan
2012-10-14refactored camelCase attributes to snake_case and implemented serializable at...Randy Morgan
2012-09-14Patch for 1.8.7 and update table style example to use custom nameRandy Morgan
2012-09-14New fonts should use the default font values before applying custom style opt...Randy Morgan
2012-08-23show how to do border edges in the exempts and update docs in stylesheetRandy Morgan
2012-07-07documentation updatesRandy Morgan
2012-05-15patch for 1.8.7Randy Morgan
2012-05-13patch gradient fill serializationRandy Morgan
2012-04-25properly return a numFmt object or numFmtId based on add style type infoRandy Morgan
2012-04-241.8.7 patchesRandy Morgan
2012-04-24add_style refactoring. Randy Morgan
2012-04-23first stage refactoring for Style#add_style [inprogress]Randy Morgan
2012-04-20[#33] Add support for Dxf elements to enable conditional formattingStephen Pike
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
2012-04-06Add edges() to border to return list of applied edgesScott
2012-04-06put only plain string cells in shared string tableochko
2012-04-05Removed rake 0.8.7 dependency specific to ruby 1.9.2, as it didn't seemScott
2012-04-04shared string should be faster than non-shared string serializationochko
2012-04-03pre-release cleanupRandy Morgan