| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-04 | chore(test): remove unused variables | randym | |
| 2016-11-04 | Merge pull request #455 from acl-services/text-type | Randy Morgan (@morgan_randy) | |
| Implement :text cell type | |||
| 2016-11-03 | Add tests | Arkadiy Butermanov | |
| 2016-11-03 | Merge pull request #495 from md5/merge_cells-allow-row | Randy Morgan (@morgan_randy) | |
| Allow a Row to be passed to merge_cells | |||
| 2016-11-03 | Merge pull request #497 from olleolleolle/fix/jruby-9.1.5.0-on-travis | Randy Morgan (@morgan_randy) | |
| Travis: Test on JRuby 9.1.5.0 | |||
| 2016-11-02 | Travis: drop 1.9.2 | Olle Jonsson | |
| 2016-11-02 | Travis: use Trusty, add haveged, get rbx-3 | Olle Jonsson | |
| 2016-11-02 | Allow a Row to be passed to merge_cells | Mike Dillon | |
| 2016-11-02 | Travis: Test on JRuby 9.1.5.0 | Olle Jonsson | |
| 2016-11-02 | chore(travis): allow all rbx builds to fail until the rvm binary is working ↵ | randym | |
| on travis | |||
| 2016-11-02 | chore(travis): remove 2.3 | randym | |
| 2016-11-02 | chore(travis): specify rbx-2 to test travis workaround | randym | |
| 2016-11-02 | fix(travis): allow rbx to fail and explicitly add 2.3 | randym | |
| 2016-11-02 | Merge pull request #483 from DatekWireless/master | Randy Morgan (@morgan_randy) | |
| Enable Windows testing on AppVeyor | |||
| 2016-11-02 | Merge pull request #496 from olleolleolle/patch-1 | Randy Morgan (@morgan_randy) | |
| README: Use SVG icon for Travis badge [ci skip] | |||
| 2016-11-01 | README: Use SVG icon for Travis badge [ci skip] | Olle Jonsson | |
| 2016-10-09 | Fix #472: worksheet name with underscore | sato-s | |
| Previously, worksheet name was defined as a serializable_attributes that Axlsx automatically camelize by Axlsx.camel . This cause an unexpected worksheet name convertion. For instance, - "Pie_chart" is converted into "Piechart" - "_example" is converted into "Example" This patch disables an unexpected worksheet name convertion. | |||
| 2016-10-07 | set color with Row#color= | sato-s | |
| 2016-09-06 | Adjust the Gemfile to work with older Rake on older Ruby 1.x | Uwe Kubosch | |
| 2016-09-06 | Add appveyor.yml | Uwe Kubosch | |
| 2016-04-05 | Escape html in :text type | Arkadiy Butermanov | |
| 2016-03-23 | Implement :text cell type | Arkadiy Butermanov | |
| 2016-02-28 | Merge pull request #420 from romuloceccon/fix_core_r_schema | Randy Morgan (@morgan_randy) | |
| Fix core rels namespace | |||
| 2016-02-02 | Merge pull request #443 from transoceanic2000/summary-position-config | Randy Morgan (@morgan_randy) | |
| Support configuration of outline summary position | |||
| 2016-02-01 | Add test case for worksheet rendering as requested | Bruce Davidson | |
| 2016-01-13 | Remove incorrect argument | Bruce Davidson | |
| 2016-01-13 | Fix #440 - allow control of position of outline summary row/columns | Bruce Davidson | |
| 2015-12-14 | [ci skip] Fix the documentation for Worksheet#cols | Roque Pinel | |
| 2015-11-19 | Merge pull request #426 from ringe/master | Randy Morgan (@morgan_randy) | |
| Update dependencies, remove som code reek | |||
| 2015-11-18 | remove some code reek | Runar Ingebrigtsen | |
| 2015-11-18 | update nokogiri and htmlentities | Runar Ingebrigtsen | |
| 2015-09-30 | Fix core rels namespace | Rômulo A. Ceccon | |
| The correct core rels namespace is http://schemas.openxmlformats.org/package/..., and not http://schemas.openxmlformats.org/officeDocument/... | |||
| 2015-09-23 | Merge pull request #417 from VueOps/escape_special_characters_in_drawing_str_val | Jonathan Tron | |
| Escape special characters in chart `StrVal` | |||
| 2015-09-22 | Escape special characters in chart `StrVal` | Clark Cutler | |
| So that, for example, pie charts can render with labels that include an ampersand | |||
| 2015-08-26 | Merge pull request #414 from chaimleib/patch-1 | Jonathan Tron | |
| Fix #360: Viewing docs requires kramdown | |||
| 2015-08-24 | #360 Viewing docs requires kramdown | Chaim-Leib Halbert | |
| 2015-08-07 | Merge pull request #412 from woto/master | Jonathan Tron | |
| Labels position on LineChart | |||
| 2015-08-07 | Merge branch 'master' of https://github.com/woto/axlsx | Ruslan Kornev | |
| 2015-08-07 | allow to use d_lbl_pos for LineChart | Ruslan Kornev | |
| 2015-08-05 | Merge pull request #410 from kernesti/master | Jonathan Tron | |
| Add `Chart#title_size`, `ScatterSeries#ln_width` and `Worksheet#is_reversed` | |||
| 2015-07-29 | Fix removed jruby-9.0.0.0 in .travis.yml | Jonathan Tron | |
| 2015-07-29 | Allow jruby-9.0.0.0 to fail for now and try to fix coverage for jruby | Jonathan Tron | |
| 2015-07-29 | Add jruby-9.0.0.0 to test matrix | Jonathan Tron | |
| 2015-07-29 | Try dropping uneeded nokogiri install step | Jonathan Tron | |
| 2015-07-29 | Use the new TravisCI infrastructure for faster tests | Jonathan Tron | |
| 2015-07-29 | workbook.rb: added possibility to reverse the serialization order of workbook | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-29 | num_val.rb, str_val.rb: added checking for nil values in to_xml_string | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-29 | Merge pull request #411 from nathos/readme-known-issues-formatting | Jonathan Tron | |
| Fix list formatting for known issues in README | |||
| 2015-07-28 | Fix list formatting for known issues in README | Nathan Henderson | |
| 2015-07-28 | scatter_series.rb: added line_width to scatter series | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
