| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-10-21 | Fixed and added specs for best_fit and custom_width attribute serialization | Randy Morgan | |
| 2012-10-21 | Fixed indentation and whitespace | Randy Morgan | |
| 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-14 | Refactored to use options parser, accessors and serialization attributes | Randy Morgan | |
| 2012-10-14 | refactored 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-09 | Added a helper to find and return a worksheet from the workbook by name | Randy Morgan | |
| 2012-10-08 | Fix worksheet name escaping and cell sorting in Axlsx.cell_range | Jonathan Tron | |
| We've discovered that Excel do not allow ' in defined_names to reference a worksheet name. All it does allow is to escape the simple quote by doubling it. Given that Worksheet#name is escaped using HTMLEntities, a simple quote appears as ' we're simply replacing it by the correct '' when using absolute reference to worksheet range. | |||
| 2012-09-30 | Forgot to add these files to last commit! | Randy Morgan | |
| extraction refactoring | |||
| 2012-09-30 | Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from module | Randy Morgan | |
| replaced with attr_accessor like methods: string_attr_accessor boolean_attr_accessor defined in module.rb | |||
| 2012-09-30 | Patched .yardopts to remove nodoc option and proprly include CHANGELOG.md ↵ | Randy Morgan | |
| and LICENSE | |||
| 2012-09-30 | Finished and Specced Auto Filter with Filters (standard) filter support | Randy Morgan | |
| This means you can add autofilters that will restrict the visible rows based on a specified value. | |||
| 2012-09-30 | Added validation spec for Range validator | Randy Morgan | |
| 2012-09-30 | Extracted and completed support for PageSetUpPr | Randy Morgan | |
| 2012-09-26 | set filter_mode | Randy Morgan | |
| 2012-09-26 | pre-release readme updates and more work on auto_filter preset values | Randy Morgan | |
| 2012-09-25 | hasty hasty | Randy Morgan | |
| 2012-09-25 | Add dummy test for filter column so it shuts up on 1.8.7 | Randy Morgan | |
| 2012-09-25 | more work on deep autofilter implementation | Randy Morgan | |
| Adding in Filters, Filter, DateGroupItem and FilterColumns. Still needs more specs/docs but we are almost there. | |||
| 2012-09-23 | Autofilter extended implementation | Randy Morgan | |
| Beginnings of 18.3.2 AutoFilter Settings implementation. I've moved auto_filter into its own directory as there will be a minimum of 15 or 20 classes required to implement this in full. | |||
| 2012-09-15 | Preserve newlines in xml output for a worksheet | Erik Benoist | |
| 2012-09-14 | Implement table style info for named tables. | Randy Morgan | |
| 2012-09-14 | New fonts should use the default font values before applying custom style ↵ | Randy Morgan | |
| options via add_style | |||
| 2012-09-14 | incorporate deeper check for cell size and adjust for bold | Randy Morgan | |
| 2012-09-07 | properly recognize exponential values as float | Randy Morgan | |
| 2012-09-02 | implement paper_size as at least some version of office ignore the paper ↵ | Randy Morgan | |
| width and paper height page setup attributes. See PageSetup#paper_size for a list of sizes supported in the specification. | |||
| 2012-08-12 | Release prep | Randy Morgan | |
| 2012-08-12 | remove expired option from test | Randy Morgan | |
| 2012-08-12 | finish specs for worksheet hyperlink to_xml_string | Randy Morgan | |
| 2012-08-12 | add specs for hyperlink target | Randy Morgan | |
| 2012-08-12 | specs to prove the sz bug is actually fixed. | Randy Morgan | |
| 2012-08-11 | temporarily disable to_xml_string testing for jruby | Randy Morgan | |
| need a way to add in the relations namespace or xerces cannot parse the xml string | |||
| 2012-08-11 | spec work | Randy Morgan | |
| 2012-08-11 | add hyperlinks for worksheets #118 | Randy Morgan | |
| 2012-08-02 | bring coverage up to 100% for d_lbls and defined names | Randy Morgan | |
| release prep! | |||
| 2012-07-23 | more cleanup for optional data label attributes | Randy Morgan | |
| 2012-07-20 | bring spec coverage back up to 100% | Randy Morgan | |
| 2012-07-20 | complete chart specs | Randy Morgan | |
| 2012-07-20 | specs for d_lbls and a patch to cover for nil relationships in a worksheet. | Randy Morgan | |
| 2012-07-17 | MOAR cleanup for worksheet. | Randy Morgan | |
| 2012-07-15 | cleanup worksheet initializer. | Randy Morgan | |
| 2012-07-15 | refactoring auto width calculation to improve code quality. | Randy Morgan | |
| 2012-07-14 | Additional validations for excel sheet name and example updates | Randy Morgan | |
| 2012-07-14 | fixing the fix for #112 -- need coffee… | Randy Morgan | |
| 2012-07-14 | fix for #112 - encode html entities | Randy Morgan | |
| 2012-07-08 | adding in axis line fill and patching view3d misname for line3DChart | Randy Morgan | |
| 2012-07-08 | adding in some excel bar chart defaults for LO interop testing | Randy Morgan | |
