| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-30 | added MOAR documentation | 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 | Extracted and completed support for PageSetUpPr | 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-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 | 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 | 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 | 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 | |
| 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-22 | do not parse auto_filter if there is no range specified | Randy Morgan | |
| 2012-08-12 | Release prep | Randy Morgan | |
| 2012-08-12 | fix error in font_size calculation when using user specified styles that do ↵ | Randy Morgan | |
| not define sz and update read_example.rb | |||
| 2012-08-11 | backward compat for 1.8.7 | Randy Morgan | |
| 2012-08-11 | 1.8.7 fun | Randy Morgan | |
| 2012-08-11 | anyone remember 1.8.7? | Randy Morgan | |
| 2012-08-11 | add hyperlinks for worksheets #118 | Randy Morgan | |
| 2012-08-04 | pre-release prep | Randy Morgan | |
| clean up .yardops and basic documentation for serialization helpers | |||
| 2012-08-02 | hmm…. ditch red carpet and do some docs | Randy Morgan | |
| 2012-08-02 | bring coverage up to 100% for d_lbls and defined names | Randy Morgan | |
| release prep! | |||
| 2012-07-31 | Adding in proper defined names so we can repeat header rows for each printed ↵ | Randy Morgan | |
| page. | |||
| 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 | specs for d_lbls and a patch to cover for nil relationships in a worksheet. | Randy Morgan | |
| 2012-07-17 | lets actually call the validator… | Randy Morgan | |
| 2012-07-17 | fix part ordering for worksheet | Randy Morgan | |
| 2012-07-17 | clean up cell_range | Randy Morgan | |
| 2012-07-17 | move serializable parts list into private method | Randy Morgan | |
| 2012-07-17 | MOAR cleanup for worksheet. | Randy Morgan | |
| 2012-07-15 | refactor string based cell range retrival | Randy Morgan | |
| 2012-07-15 | cleanup worksheet initializer. | Randy Morgan | |
| 2012-07-15 | more cleanup for worksheet#to_xml_string | Randy Morgan | |
| 2012-07-15 | refactor cell_range helper | Randy Morgan | |
| This lets us specify if the range should be returned relative or absolute and ensures that cells are sorted prior to parsing. | |||
| 2012-07-15 | refactoring auto width calculation to improve code quality. | Randy Morgan | |
| 2012-07-14 | refactor dimension calculations because it is _NOT_ readable code | Randy Morgan | |
| 2012-07-14 | Additional validations for excel sheet name and example updates | Randy Morgan | |
| 2012-07-14 | 1.1.8 release prep | Randy Morgan | |
| 2012-07-14 | fix for #112 - encode html entities | Randy Morgan | |
| 2012-07-10 | more cleanup | Randy Morgan | |
| 2012-07-07 | Fix a typo in `Axlsx::Worksheet#dimension` when a row was added without value. | Jonathan Tron | |
| When `Axlsx::Worksheet#add_row` is called without values `#dimension` returned "AA:200" instead of "AA200", which resulted in a dimension of "A1:AA:200". This lead to an error in `Axlsx.name_to_indices` which is then called with "200" instead of "AA200" when using `Axlsx::Worksheet#abs_auto_filter`. | |||
| 2012-07-07 | fixing a type in worksheet serialization and adding in a few missing alias ↵ | Randy Morgan | |
| calls for the great snake_case move | |||
