summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx
AgeCommit message (Collapse)Author
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 ↵Randy Morgan
serialized as differntly named nodes with the same data content
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 ↵Randy Morgan
validation
2012-10-18Patched serialized attributes to use double quotes for attribute valuesRandy 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 ↵Randy Morgan
patched type on Cfvo
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
This still needs the Camel -> Snake patch and aliases
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
This should be done for all classes that use this same peice of repeated code.
2012-10-14Patched serialized_attributes for 1.8.7Randy Morgan
I really need to discontinue support for 1.8.7...
2012-10-14refactored camelCase attributes to snake_case and implemented serializable ↵Randy Morgan
attriubtes for Border Aliases are provided for altered attriubte names
2012-10-14Refactor in aliases for snake cased methods and integrate serialized ↵Randy Morgan
attributes for drawing/hyperlink
2012-10-14refactored Col to use serialized attributes and correct camel cased ↵Randy Morgan
outline_level attribute An alias to outlineLevel is provided for backwards compatability
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 ↵Randy Morgan
additional_attributes parameter to specify attributes that are not instance_values
2012-10-14Extracted attriubte serializationRandy Morgan
2012-10-09extracted accessor methods into module that is scope because polluting ↵Randy Morgan
Module or Class is just not cool
2012-10-09Added a helper to find and return a worksheet from the workbook by nameRandy Morgan
2012-10-01simplified app to_xml_string serializationRandy Morgan
2012-09-30altered scope for generic validated_attr_accessorRandy Morgan
Seems to cause some problems with 1.9.1 not willing to spend the effort time to find out why ;?
2012-09-30Forgot to add these files to last commit!Randy Morgan
extraction refactoring
2012-09-30Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from moduleRandy Morgan
replaced with attr_accessor like methods: string_attr_accessor boolean_attr_accessor defined in module.rb
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-30update readme and version for releaseRandy Morgan
2012-09-30Finished and Specced Auto Filter with Filters (standard) filter supportRandy Morgan
This means you can add autofilters that will restrict the visible rows based on a specified value.
2012-09-30remove PageSetUpPr from sheetPrRandy Morgan