| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-06 | Update header_footer.rb | Andrew Grimm | |
| Fix documentation. | |||
| 2014-01-02 | Merge pull request #271 from jurriaan/travis-fixes | Jurriaan Pruis | |
| Travis fixes | |||
| 2014-01-02 | Add ruby 2.1.0 to tests | Jurriaan Pruis | |
| 2014-01-02 | Travis rbx fixes | Jurriaan Pruis | |
| 2013-11-04 | Merge pull request #255 from skateinmars/fix-scatterchart-axes | Randy Morgan (@morgan_randy) | |
| Fix ScatterChart#y_val_axis returning the wrong axis | |||
| 2013-11-04 | Merge pull request #254 from skateinmars/bubble_chart | Randy Morgan (@morgan_randy) | |
| Add support for bubble charts | |||
| 2013-10-10 | Do not use a marker tag in bubble series tags | Jean-Philippe Moal | |
| As per the spec, a bubble series tag should not include a marker tag. This was preventing files from being open with Excel Viewer. | |||
| 2013-10-09 | Fix ScatterChart#y_val_axis returning the wrong axis | Jean-Philippe Moal | |
| The y_val_axis method was returning the x axis instead of the y axis. | |||
| 2013-10-09 | Add support for bubble charts | Jean-Philippe Moal | |
| 2013-09-30 | Fix image anchor swapping and update readme. | Randy Morgan | |
| 2013-09-29 | Merge pull request #251 from randym/cell_name | Randy Morgan (@morgan_randy) | |
| Add Cell#name | |||
| 2013-09-30 | add name attribute to cell to create defined names for a single cell. ↵ | Randy Morgan | |
| https://github.com/randym/axlsx/issues/241 | |||
| 2013-09-28 | Merge pull request #250 from randym/bookview_sheetstate | Randy Morgan (@morgan_randy) | |
| Managing Sheet Visibility and Tab Selection | |||
| 2013-09-29 | Adds examples for hiding sheets and workbook view | Randy Morgan | |
| These examples show using hidden and very hidden to manage worksheet visibility as well as using the active_tab attribute of a workbook#view in order to specify which tab should be showing when the sheet is opened. | |||
| 2013-09-29 | Integrate workbook views and alter serialization | Randy Morgan | |
| This integrates workbook views and sheet state into serialization. I also noticed that we were populating defined names during serialization. While it is good to delay this as late as possible as there is always the chance that some conditional programming by the consumer adds, and then removes an autofilter, I am choosing to risk it at this point for cleaner code. | |||
| 2013-09-29 | Added workbook views collection and workbook view object | Randy Morgan | |
| 2013-09-29 | add validation for Worksheet#state and WorkbookView#visibility | Randy Morgan | |
| 2013-09-27 | update readme | Randy Morgan | |
| 2013-09-26 | Merge pull request #245 from patorash/feature-line-chart-smooth | Randy Morgan (@morgan_randy) | |
| smooth line for line chart | |||
| 2013-09-27 | Fix example.rb | patorash | |
| 2013-09-27 | smooth line for line chart | patorash | |
| 2013-09-26 | extended examples and smooth lines for line chart | Randy Morgan | |
| 2013-09-13 | bump the version and get onto 1.0.0 | Randy Morgan | |
| 2013-09-13 | add .yardopts_guide to gem | Randy Morgan | |
| 2013-09-13 | fix contributors link | Randy Morgan | |
| 2013-09-13 | remove coverage task as it happens automatically when specs are run | Randy Morgan | |
| 2013-09-13 | update README and CHANGE log for pre-release | Randy Morgan | |
| 2013-09-13 | remove unused test vars | Randy Morgan | |
| 2013-09-13 | initialize subtotal to remove warnings | Randy Morgan | |
| 2013-09-13 | version 2.0.0 | Randy Morgan | |
| 2013-09-13 | Add support for automatically adjusting serialized times and dates to ↵ | Randy Morgan | |
| account for the zone | |||
| 2013-09-13 | remove stupidity, remove warning | Randy Morgan | |
| 2013-09-13 | Bring documentation up to 100% | Randy Morgan | |
| 2013-09-13 | repair pivot table data ref populate and bring coverage back up to 100% | Randy Morgan | |
| 2013-09-13 | Fixes for anchor swapping when adding images. - Two -> One swap still pending. | Randy Morgan | |
| 2013-09-13 | Page Breaks - round one | Randy Morgan | |
| This sets up the basic col and row break creation and serialization. You can specify either a string reference like "C7" or provide an Axlsx::Cell instance to specify the break point. Serialization is working cleanly but excel does not automatically render those breaks yet. You need to switch to page preview mode. | |||
| 2013-09-13 | sorry folks 1.8.7 is just simply a no-go | Randy Morgan | |
| 2013-09-13 | docs for ColBreaks | Randy Morgan | |
| 2013-09-13 | re-enable 1.8.7 travis and pin rubyzip at 0.9.9 | Randy Morgan | |
| 2013-08-29 | Merge pull request #231 from delwyn/rubyzip | Randy Morgan (@morgan_randy) | |
| upgrade to rubyzip 1.0.0 | |||
| 2013-08-29 | dont rely on jruby 1.9 to produce an ordered hash | Randy Morgan | |
| 2013-08-29 | upgrade to rubyzip 1.0.0 | Delwyn de Villiers | |
| 2013-08-19 | More work on page breaks | Randy Morgan | |
| 2013-08-17 | refactored stupidity | Randy Morgan | |
| 2013-08-17 | file naming | Randy Morgan | |
| 2013-08-17 | add uppercase file for image file checking tests | Randy Morgan | |
| 2013-08-17 | add first bits of col/row break support | Randy Morgan | |
| 2013-08-17 | whitespace and debug cleanup | Randy Morgan | |
| 2013-08-17 | Extracted control char sanitization to module level and applied to shared ↵ | Randy Morgan | |
| strings table output. | |||
| 2013-08-17 | add spec to ensure that serialized symbol values are cameled. | Randy Morgan | |
