summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-10-21Added index_of to drawing for finding the position of a chart, image or hyper...Randy Morgan
2012-10-21refactored conditional formatting classes that depend on pre-initialized cfvo...Randy Morgan
2012-10-21Fixed and added specs for best_fit and custom_width attribute serializationRandy Morgan
2012-10-21Fixed indentation and whitespaceRandy Morgan
2012-10-21Added insert_worksheet to Workbook so we can add worksheets at a specific pos...Randy Morgan
2012-10-19refactored content types.Randy Morgan
2012-10-19added namespace parameter to element_for_attributeRandy Morgan
2012-10-19refactored view_3D to reduce complexity and duplicationRandy 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-18removed unneeded quotation for single word symbolRandy Morgan
2012-10-18moved sort boolean reader declaration to boolean_attr_accessorRandy Morgan
2012-10-18Removed unused variableRandy Morgan
2012-10-18fixed indentation and removed UTF-8 hintRandy Morgan
2012-10-18Added support for custom defined names by removing _xlnm prefixed values vali...Randy Morgan
2012-10-18Patched serialized attributes to use double quotes for attribute valuesRandy Morgan
2012-10-18Updated examples so I can conditionally execute specific features.Randy Morgan
2012-10-14Refactored to use options parser, accessors and serialization attributesRandy Morgan
2012-10-14Refactored to use options parser and serialized attributes.Randy Morgan
2012-10-14Refactored to use options parser and serialized attributesRandy Morgan
2012-10-14Refactored to use use options parser.Randy Morgan
2012-10-14Refactored to use options parserRandy Morgan
2012-10-14refactored ConditionalFormatting to use options parser and serialized attributesRandy Morgan
2012-10-14refactored IconSet to use options parser and serialized attributesRandy 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 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)