| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-12 | Fix incorrect option value in rdoc | Ryan Kendall | |
| 2016-11-07 | Override NumFmt serialized_attributes to ovid removing underscores | Evan Hallmark | |
| 2014-04-04 | Use #booleanize | Jurriaan Pruis | |
| 2014-04-04 | Fix boolean values so the output matches Excel and works on Numbers | Jurriaan Pruis | |
| Use 1 or 0 instead of 'true' or 'false' in the XML output | |||
| 2014-02-26 | Huge refactoring | Jurriaan Pruis | |
| Do not create huge strings Let Row inherit from SimpleTypedList Optimized sanitizing Optimized validation And more.. | |||
| 2014-01-08 | Fixing typo in documentation. ws.styles!! | Sudhir | |
| Replaced ws.style with ws.styles. | |||
| 2013-08-16 | Merge pull request #226 from Fapper/patch-1 | Randy Morgan (@morgan_randy) | |
| Correct minor typos | |||
| 2013-08-08 | Don't mutate the object passed into Color#rgb= | Trent Ogren | |
| 2013-08-06 | Fix minor typos | Martin madsen | |
| 2013-07-31 | Fix minor typo | Michael Westbom | |
| 2013-05-26 | Update bg_color in conditional formatting | Ankur Sethi | |
| Conditional formatting for background color fills is different for DXF. This must be undocumented and is quite annoying. I verified the behavior in Excel 2010 Mac and Windows. I didn't understand why background colors were not being applied even though the style was being applied for conditional formatting. Looking at styles.xml I saw that it is different in a file created by Excel. I have updated the code to reflect it and tested in Mac and Windows. | |||
| 2013-01-21 | Update comments to reflect new usage of #add_row method | Nestor Pestelos and Ramon Tayag | |
| 2012-11-27 | Merge pull request #147 from raiis/master | Randy Morgan (@morgan_randy) | |
| Different left/right border style | |||
| 2012-11-28 | Better way hot to override borders style. | raiis | |
| 2012-11-26 | Added individual border override options. | raiis | |
| 2012-11-05 | completed documentation | 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-14 | Refactored to use options parser and serialized attributes | Randy Morgan | |
| 2012-10-14 | Refactored to use options parser | 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 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 | 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 | 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 | refactored camelCase attributes to snake_case and implemented serializable ↵ | Randy Morgan | |
| attriubtes for Border Aliases are provided for altered attriubte names | |||
| 2012-09-14 | Patch for 1.8.7 and update table style example to use custom name | Randy Morgan | |
| 2012-09-14 | New fonts should use the default font values before applying custom style ↵ | Randy Morgan | |
| options via add_style | |||
| 2012-08-23 | show how to do border edges in the exempts and update docs in stylesheet | Randy Morgan | |
| 2012-07-07 | documentation updates | Randy Morgan | |
| Huge thanks to @teleological for pointing out the error in Styles#add_style | |||
| 2012-05-15 | patch for 1.8.7 | Randy Morgan | |
| 2012-05-13 | patch gradient fill serialization | Randy Morgan | |
| 2012-04-25 | properly return a numFmt object or numFmtId based on add style type info | Randy Morgan | |
| 2012-04-24 | 1.8.7 patches | Randy Morgan | |
| 2012-04-24 | add_style refactoring. | Randy Morgan | |
| 2012-04-23 | first stage refactoring for Style#add_style [inprogress] | Randy Morgan | |
| 2012-04-20 | [#33] Add support for Dxf elements to enable conditional formatting | Stephen Pike | |
| New Dxf class implements 18.8.14. Conditional formatting now "works". Add :type option to add_styles, defaults to :xf when add_styles is called with :dxf type, new styles are not added to the global @styles set. Dxf child elements only exist inside the `<dxf>` chunk. Added tests and an example. | |||
| 2012-04-09 | credit where credit is due, some docs changes and removing the befor_script ↵ | Randy Morgan | |
| from travis as it requires rake in the deps it seems. | |||
| 2012-04-09 | Merge pull request #76 from ochko/master | Randy Morgan | |
| Shared string table works! | |||
| 2012-04-09 | border edges and spec cleanup. | Randy Morgan | |
| 2012-04-06 | Add edges() to border to return list of applied edges | Scott | |
| Add border edge tests to styles spec | |||
| 2012-04-06 | put only plain string cells in shared string table | ochko | |
| 2012-04-05 | Removed rake 0.8.7 dependency specific to ruby 1.9.2, as it didn't seem | Scott | |
| to break anything without it Made border definitions access instead of delete hash params, as calling it from within a loop without cloning the style hash was causing it to be empty on subsequent loops. Didn't see any reason to be deleting them. Added :edges param to :border hash to specify [:top,:bottom], etc. If it's absent, defaults to all edges. | |||
| 2012-04-04 | shared string should be faster than non-shared string serialization | ochko | |
| 2012-04-03 | pre-release cleanup | Randy Morgan | |
