summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-11-25Updated readme and docs for pre 1.3.4 releaseRandy Morgan
2012-11-25Patched serilalized_element_attributes to properly update value from called ↵Randy Morgan
block
2012-11-25Refactored header_footer element serialization.Randy Morgan
This adds a serializable_element_attributes helper that should be integrated as we have time for serializing child elements that are based on object attributes.
2012-11-23Adds an example of header/footers.Adam Mueller
Also, header and footer content is now escaped. So that the user doesn't have to worry about that. Change-Id: Ib35b2eca6755d9b2d9974be25887734873d6e64a
2012-11-23Updated readme to give adammathys the respect he deserves!Randy Morgan
2012-11-22Merge pull request #145 from freerunningtechnologies/masterRandy Morgan (@morgan_randy)
Basic support for headers and footers.
2012-11-23Updated thin_chars and replaced cover_me with simplecovRandy Morgan
2012-11-22Adds tests for HeaderFooter.Adam Mueller
Change-Id: I77c92cb6af09a13193517adc102093c26cd0cead
2012-11-22Adds 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-16Minimized two_tone class methodRandy 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-16Updated README & version for next releaseRandy Morgan
2012-11-16Added sensible defaults for color scaleRandy Morgan
You can now use Axlsx::ColorScale.three_tone or Axlsx::ColorScale.two_tone to create pretty conditional formatting.
2012-11-15Patched for 1.8.7Randy Morgan
Time to think about ending support for 1.8.7?
2012-11-15Updated DataBar conditional formatting to accept cfvo hashes in the ↵Randy Morgan
initializer to bring the API inline with ColorScale
2012-11-15Added color scale initializationRandy 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-12Merge pull request #140 from die-antwort/escape-hyperlink-urlsRandy Morgan (@morgan_randy)
Escape URLs used as target for hyperlinks. Awesome
2012-11-12Escape 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-08updated read me for new versionRandy Morgan
Unfortunately I already pushed the gem…..
2012-11-08fixed cell text run validation for u and familyRandy Morgan
2012-11-05refactored Row serializationRandy Morgan
2012-11-05completed documentationRandy Morgan
2012-11-05updated readme and version for 1.3.2 releaseRandy Morgan
2012-11-05added example for surrounding borderRandy Morgan
2012-10-27removed instance caching for package partsRandy 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-21Added index_of to drawing for finding the position of a chart, image or ↵Randy Morgan
hyperlink
2012-10-21refactored conditional formatting classes that depend on pre-initialized ↵Randy Morgan
cfvo collections and fixed camel casing in data_bar
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 ↵Randy Morgan
position
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 ↵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-18Updated examples so I can conditionally execute specific features.Randy Morgan
Just comment out what you dont want to generate.
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