summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-10-14Refactored GradientFill to use options parser and serialized attributes and p...Randy Morgan
2012-10-14refactored Cfvo to use options parser and serialized attributesRandy 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-14Refactored DataBar to use serializable attributes and options parserRandy Morgan
2012-10-14refactor options parsing for dxfRandy Morgan
2012-10-14refactored Xf to use serialized attributes.Randy Morgan
2012-10-14Updated options parser to reject nil valuesRandy 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-14Patched serialized_attributes for 1.8.7Randy Morgan
2012-10-14refactored camelCase attributes to snake_case and implemented serializable at...Randy Morgan
2012-10-14Refactor in aliases for snake cased methods and integrate serialized attribut...Randy Morgan
2012-10-14refactored Col to use serialized attributes and correct camel cased outline_l...Randy Morgan
2012-10-14updated serialized_attributes to reject nil valuesRandy Morgan
2012-10-14Applied serialized_attributes to worksheet_hyperlinkRandy Morgan
2012-10-14Corrected serializable_attributes declaraion and added an additional_attribut...Randy Morgan
2012-10-14Adding in a examples for conditionally formatted hyperlink color and a financ...Randy Morgan
2012-10-14Extracted attriubte serializationRandy Morgan
2012-10-09extracted accessor methods into module that is scope because polluting Module...Randy Morgan
2012-10-09Added a helper to find and return a worksheet from the workbook by nameRandy Morgan
2012-10-09Merge branch 'master' of https://github.com/randym/axlsxRandy Morgan
2012-10-08Merge pull request #133 from JonathanTron/fix-defined-names-escapingRandy Morgan (@morgan_randy)
2012-10-08Fix worksheet name escaping and cell sorting in Axlsx.cell_rangeJonathan Tron
2012-10-04Added example for hacking on specific border partsRandy Morgan
2012-10-01simplified app to_xml_string serializationRandy Morgan
2012-09-30altered scope for generic validated_attr_accessorRandy Morgan
2012-09-30Forgot to add these files to last commit!Randy Morgan
2012-09-30Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from moduleRandy Morgan
2012-09-30Test a suggestion from @hsbtRandy Morgan
2012-09-30Extracted String Attribute method generation.Randy Morgan
2012-09-30Extracted boolean attribute class method generation to module.Randy Morgan
2012-09-30Finished implementation of SheetCalcPrRandy Morgan
2012-09-30added MOAR documentationRandy Morgan
2012-09-30Updated Rakefile:gendoc to rely on yardops in listing undocumented filesRandy Morgan
2012-09-30Moved older release info to CHANGELOG.mdRandy Morgan
2012-09-30Patched .yardopts to remove nodoc option and proprly include CHANGELOG.md and...Randy Morgan
2012-09-30Updated auto_filter example to show how you can apply a specific value filterRandy Morgan
2012-09-30update readme and version for releaseRandy Morgan
2012-09-30Finished and Specced Auto Filter with Filters (standard) filter supportRandy Morgan
2012-09-30remove PageSetUpPr from sheetPrRandy Morgan
2012-09-30Added validation spec for Range validatorRandy Morgan
2012-09-30Extracted and completed support for PageSetUpPrRandy Morgan
2012-09-30patched range validatorRandy Morgan
2012-09-30Reformatted docs for Axlsx moduleRandy Morgan
2012-09-30fixed regular expression generation for removing control characters.Randy Morgan
2012-09-27Completed first run of auto_filter filter_columns and value based filters.Randy Morgan
2012-09-27Merge branch 'master' into auto_filterRandy Morgan
2012-09-26let's NOT use charts for a number example as numbers does not support OOXML c...Randy Morgan