| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-15 | Worksheet#merge_cells sometimes produced invalid merge ranges when given an ↵ | Stefan Daschek | |
| array of cells. Merging e.g. cells A9 and A10 resulted in invalid range "A10:A9". | |||
| 2012-05-15 | bring coverage up to 100% and patch a few minor bugs in cell style overrides ↵ | Randy Morgan | |
| and misnamed app attributes. | |||
| 2012-05-13 | exclude cover_me gem from 1.8.7 | Randy Morgan | |
| 2012-05-13 | MOAR specs | Randy Morgan | |
| 2012-05-13 | fixing mis-named test class | Randy Morgan | |
| 2012-05-13 | cleaning up comments for pre-release | Randy Morgan | |
| 2012-05-12 | patch formula parsing. | Randy Morgan | |
| #92 many thanks to @alexei-lexx for not only finding this, but taking time to report the problem. | |||
| 2012-05-09 | patch nil row style issue | Randy Morgan | |
| https://github.com/randym/axlsx/issues/91 | |||
| 2012-05-08 | time is on my side | Randy Morgan | |
| 2012-05-08 | worksheet comments step 2. Needs docs and specs - but it works in Excel | Randy Morgan | |
| 2012-05-04 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-05-04 | beginnings of comments w/o TDD (^ ^)/ | Randy Morgan | |
| 2012-05-04 | add comment relationship type | Randy Morgan | |
| 2012-05-03 | Add support for pageSetup. | Stefan Daschek | |
| 2012-05-03 | Add support for printOptions | Stefan Daschek | |
| 2012-05-03 | spec fix | Randy Morgan | |
| 2012-05-03 | rebuild series data base objects with full implementation. | Randy Morgan | |
| Address shape validation error. | |||
| 2012-04-28 | spec for val -> named axis data change | Randy Morgan | |
| 2012-04-28 | specs for color and series changes | Randy Morgan | |
| 2012-04-28 | remove val_axis_data as it is replicated in named_axis_data. | Randy Morgan | |
| 2012-04-27 | test to ensure that add_cell properly updates worksheet column widths. | Randy Morgan | |
| 2012-04-25 | bug fix to properly assign style/type data when creating rows and partial ↵ | Randy Morgan | |
| style/types arrays | |||
| 2012-04-25 | label rotation and conditional formatting examples | Randy Morgan | |
| 2012-04-24 | 1.8.7 patches | Randy Morgan | |
| 2012-04-24 | add_style refactoring. | Randy Morgan | |
| 2012-04-23 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-04-23 | first stage refactoring for Style#add_style [inprogress] | Randy Morgan | |
| 2012-04-21 | Update conditional formatting tests to account for 3 cfvo objs in icon sets | Stephen Pike | |
| 2012-04-21 | adding in icon set and MOAR examples for conditional formatting. | Randy Morgan | |
| 2012-04-21 | add data bar conditional formatting support. | Randy Morgan | |
| 2012-04-21 | adding in color scale for conditional formatting | 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-19 | # Support for conditional formatting | Stephen Pike | |
| Adds support for conditional formatting via two new classes, ConditionalFormatting and ConditionalFormattingRule. Conditional Formats apply to ranges of cells, and can include multiple rules, ranked by priority. A single worksheet has many @conditional_formattings applied to different ranges. There are still pieces of the spec missing from the implementation. The biggest glaring ommission are the child elements colorScale, dataBar, and iconSet (I only implemented formula). http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule.aspx | |||
| 2012-04-18 | Cleanup benchmark and teach it to cleanup after itself. | Randy Morgan | |
| 2012-04-10 | Fix Dimension to check for nil members in rows. | Randy Morgan | |
| Fix column_widhts to allow adding new columns that may not exist in the worksheet yet. | |||
| 2012-04-09 | Merge pull request #76 from ochko/master | Randy Morgan | |
| Shared string table works! | |||
| 2012-04-09 | no symbol sorting in 1.8.7 | Randy Morgan | |
| 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 | Merge branch 'master' of git://github.com/randym/axlsx | ochko | |
| 2012-04-06 | put only plain string cells in shared string table | ochko | |
| 2012-04-05 | Fix missing merged cells. | Stefan Daschek | |
| Merge cell info for all but the last merged cell was missing from XML output. | |||
| 2012-04-05 | Fix position of pageMargins XML element. | Stefan Daschek | |
| Must appear after mergeCells but before drawing element. | |||
| 2012-04-05 | fixing spec for time serialization assuming timezone to be GMT+1 - | Randy Morgan | |
| 2012-04-04 | shared string should be faster than non-shared string serialization | ochko | |
| 2012-04-03 | Merge branch 'master' of git://github.com/randym/axlsx | ochko | |
| 2012-04-03 | pre release prep | Randy Morgan | |
| 2012-04-02 | Merge pull request #73 from jurriaan/empty-cell | Randy Morgan | |
| Support for empty cells like Excel | |||
| 2012-04-03 | Trying something crazy for jruby1.9 mode | Randy Morgan | |
| 2012-04-02 | Updated tests for nil cells | Jurriaan Pruis | |
