| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-09 | extracted accessor methods into module that is scope because polluting ↵ | Randy Morgan | |
| Module or Class is just not cool | |||
| 2012-10-09 | Added a helper to find and return a worksheet from the workbook by name | Randy Morgan | |
| 2012-10-09 | Merge branch 'master' of https://github.com/randym/axlsx | Randy Morgan | |
| 2012-10-08 | Merge pull request #133 from JonathanTron/fix-defined-names-escaping | Randy Morgan (@morgan_randy) | |
| Fix worksheet name escaping and cell sorting in Axlsx.cell_range | |||
| 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-10-04 | Added example for hacking on specific border parts | Randy Morgan | |
| 2012-10-01 | simplified app to_xml_string serialization | Randy Morgan | |
| 2012-09-30 | altered scope for generic validated_attr_accessor | Randy Morgan | |
| Seems to cause some problems with 1.9.1 not willing to spend the effort time to find out why ;? | |||
| 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 | Test a suggestion from @hsbt | Randy Morgan | |
| 2012-09-30 | Extracted String Attribute method generation. | Randy Morgan | |
| 2012-09-30 | Extracted boolean attribute class method generation to module. | Randy Morgan | |
| 2012-09-30 | Finished implementation of SheetCalcPr | Randy Morgan | |
| 2012-09-30 | added MOAR documentation | Randy Morgan | |
| 2012-09-30 | Updated Rakefile:gendoc to rely on yardops in listing undocumented files | Randy Morgan | |
| 2012-09-30 | Moved older release info to CHANGELOG.md | Randy Morgan | |
| 2012-09-30 | Patched .yardopts to remove nodoc option and proprly include CHANGELOG.md ↵ | Randy Morgan | |
| and LICENSE | |||
| 2012-09-30 | Updated auto_filter example to show how you can apply a specific value filter | Randy Morgan | |
| 2012-09-30 | update readme and version for release | Randy Morgan | |
| 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 | remove PageSetUpPr from sheetPr | Randy Morgan | |
| 2012-09-30 | Added validation spec for Range validator | Randy Morgan | |
| 2012-09-30 | Extracted and completed support for PageSetUpPr | Randy Morgan | |
| 2012-09-30 | patched range validator | Randy Morgan | |
| 2012-09-30 | Reformatted docs for Axlsx module | Randy Morgan | |
| 2012-09-30 | fixed regular expression generation for removing control characters. | Randy Morgan | |
| 2012-09-27 | Completed first run of auto_filter filter_columns and value based filters. | Randy Morgan | |
| This is not ready for release - needs more testing and docs! | |||
| 2012-09-27 | Merge branch 'master' into auto_filter | Randy Morgan | |
| 2012-09-26 | let's NOT use charts for a number example as numbers does not support OOXML ↵ | Randy Morgan | |
| charts yet! | |||
| 2012-09-26 | update readme to show clear example of use_shared_strings for Numbers | Randy Morgan | |
| 2012-09-26 | implement serialized attributes for filter_column | Randy Morgan | |
| This pattern feels much cleaner than doing crazy work in to_xml_string. Probably would be better to define serializable attributes as a constant of the class and extract this in to an includable, but for now.. this makes me happy! | |||
| 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 | fix typo colums -> columns | 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 | Merge pull request #129 from ebenoist/master | Randy Morgan (@morgan_randy) | |
| Fix for issue 127 | |||
| 2012-09-15 | Preserve newlines in xml output for a worksheet | Erik Benoist | |
| 2012-09-14 | Patch for 1.8.7 and update table style example to use custom name | Randy Morgan | |
| 2012-09-14 | Implement table style info for named tables. | Randy Morgan | |
| 2012-09-14 | erm... | Randy Morgan | |
| 2012-09-14 | sprk2012 prep | Randy Morgan | |
| 2012-09-14 | example for date styling | 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-14 | small bit of code cleanup | Randy Morgan | |
| 2012-09-11 | last release prep and early keynote for sprk | Randy Morgan | |
