| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-22 | Adds basic support for headers and footers. | Adam Mueller | |
| Based on the discussion here: https://github.com/randym/axlsx/issues/111 Very simple implementation right now. Does not include any tests yet! Change-Id: Ia8ec8c52f82577d05e07e21311cdb5fe5d1294be | |||
| 2012-11-16 | Minimized two_tone class method | Randy Morgan | |
| This is really the same as just initializing the object, but anyone who knows about three_tone is going to expect two_tone to be there as well. | |||
| 2012-11-16 | Updated README & version for next release | Randy Morgan | |
| 2012-11-16 | Added sensible defaults for color scale | Randy Morgan | |
| You can now use Axlsx::ColorScale.three_tone or Axlsx::ColorScale.two_tone to create pretty conditional formatting. | |||
| 2012-11-15 | Patched for 1.8.7 | Randy Morgan | |
| Time to think about ending support for 1.8.7? | |||
| 2012-11-15 | Updated DataBar conditional formatting to accept cfvo hashes in the ↵ | Randy Morgan | |
| initializer to bring the API inline with ColorScale | |||
| 2012-11-15 | Added color scale initialization | Randy Morgan | |
| This lets us pass hashes defiing cfvo and colors for color scale conditional formatting with out the bs of hacking up the existing defaults. | |||
| 2012-11-12 | Escape URLs used as target for hyperlinks. | Stefan Daschek | |
| Up to now, when using an URL containing a & character, the generated XML was invalid. | |||
| 2012-11-08 | fixed cell text run validation for u and family | Randy Morgan | |
| 2012-11-05 | refactored Row serialization | Randy Morgan | |
| 2012-11-05 | completed documentation | Randy Morgan | |
| 2012-11-05 | updated readme and version for 1.3.2 release | Randy Morgan | |
| 2012-10-27 | removed instance caching for package parts | Randy Morgan | |
| Some users have reported that they are repeatedly serializing the package. They need to know that it is not additive, and I need to remove the instance variable as there is no reason to maintain completed parts list since it is only used for serialization. | |||
| 2012-10-21 | Added index_of to drawing for finding the position of a chart, image or ↵ | Randy Morgan | |
| hyperlink | |||
| 2012-10-21 | refactored conditional formatting classes that depend on pre-initialized ↵ | Randy Morgan | |
| cfvo collections and fixed camel casing in data_bar | |||
| 2012-10-21 | Added insert_worksheet to Workbook so we can add worksheets at a specific ↵ | Randy Morgan | |
| position | |||
| 2012-10-19 | refactored content types. | Randy Morgan | |
| 2012-10-19 | added namespace parameter to element_for_attribute | Randy Morgan | |
| 2012-10-19 | refactored view_3D to reduce complexity and duplication | Randy Morgan | |
| 2012-10-18 | refactored pattern_fill to specify tag name for fg and bg colors | Randy Morgan | |
| 2012-10-18 | Updated color to_xml_string to use snake cased tag_name | Randy Morgan | |
| 2012-10-18 | Refactored 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-18 | removed unneeded quotation for single word symbol | Randy Morgan | |
| 2012-10-18 | moved sort boolean reader declaration to boolean_attr_accessor | Randy Morgan | |
| 2012-10-18 | Removed unused variable | Randy Morgan | |
| 2012-10-18 | fixed indentation and removed UTF-8 hint | Randy Morgan | |
| 2012-10-18 | Added support for custom defined names by removing _xlnm prefixed values ↵ | Randy Morgan | |
| validation | |||
| 2012-10-18 | Patched serialized attributes to use double quotes for attribute values | Randy Morgan | |
| 2012-10-14 | Refactored to use options parser, accessors and serialization attributes | Randy Morgan | |
| 2012-10-14 | Refactored to use options parser and serialized attributes. | Randy Morgan | |
| 2012-10-14 | Refactored to use options parser and serialized attributes | Randy Morgan | |
| 2012-10-14 | Refactored to use use options parser. | Randy Morgan | |
| 2012-10-14 | Refactored to use options parser | Randy Morgan | |
| 2012-10-14 | refactored ConditionalFormatting to use options parser and serialized attributes | Randy Morgan | |
| 2012-10-14 | refactored IconSet to use options parser and serialized attributes | Randy Morgan | |
| 2012-10-14 | extracted percentage validation for gradient fill left, right, top, bottom | Randy Morgan | |
| 2012-10-14 | Refactored GradientFill to use options parser and serialized attributes and ↵ | Randy Morgan | |
| patched type on Cfvo | |||
| 2012-10-14 | refactored Cfvo to use options parser and serialized attributes | Randy Morgan | |
| 2012-10-14 | Refactored CellStyle to use options parser and serialized attributes | Randy Morgan | |
| 2012-10-14 | Refactored CellProtection to use options parser and serialized attributes | Randy Morgan | |
| 2012-10-14 | Refactored DataBar to use serializable attributes and options parser | Randy Morgan | |
| 2012-10-14 | refactor options parsing for dxf | Randy Morgan | |
| 2012-10-14 | refactored Xf to use serialized attributes. | Randy Morgan | |
| This still needs the Camel -> Snake patch and aliases | |||
| 2012-10-14 | Updated options parser to reject nil values | Randy Morgan | |
| 2012-10-14 | patched border parsing for Style#add_style to enforce color and style options | Randy Morgan | |
| 2012-10-14 | refactored cell allignment | Randy Morgan | |
| 2012-10-14 | Refactored options parse into module and applied it to border_rb | Randy Morgan | |
| This should be done for all classes that use this same peice of repeated code. | |||
| 2012-10-14 | Patched serialized_attributes for 1.8.7 | Randy Morgan | |
| I really need to discontinue support for 1.8.7... | |||
| 2012-10-14 | refactored camelCase attributes to snake_case and implemented serializable ↵ | Randy Morgan | |
| attriubtes for Border Aliases are provided for altered attriubte names | |||
| 2012-10-14 | Refactor in aliases for snake cased methods and integrate serialized ↵ | Randy Morgan | |
| attributes for drawing/hyperlink | |||
