| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-01 | chore(string): remove patching of String | randym | |
| 2017-04-01 | chore(depreciated): remove depreciated members | randym | |
| 2017-04-01 | fix(two_cell_anchor): spat arguments for start_at, end_at when they are in ↵ | randym | |
| the options hash | |||
| 2017-03-23 | Fix typo | mparramon-kantox | |
| :) | |||
| 2016-11-15 | Merge pull request #499 from ehallmark/pivot_table_bugs | Randy Morgan (@morgan_randy) | |
| Pivot table bugs | |||
| 2016-11-15 | Merge pull request #494 from sato-s/sheet-title | Randy Morgan (@morgan_randy) | |
| Fix #472: worksheet name with underscore | |||
| 2016-11-15 | Merge pull request #492 from sato-s/color | Randy Morgan (@morgan_randy) | |
| set color with Row#color= | |||
| 2016-11-14 | set color with Row#color= | sato-s | |
| 2016-11-12 | fix warning: constant ::Fixnum is deprecated | takkanm | |
| fix Fixnum deprecated warning on Ruby2.4-preview3. Fixnum was unify into Integer. https://bugs.ruby-lang.org/issues/12005 | |||
| 2016-11-07 | Added style_info field to pivot_table.rb | Evan Hallmark | |
| 2016-11-07 | Updated pivot_table#pivot_field_for to use the axisPage attr for page fields ↵ | Evan Hallmark | |
| instead of axisCol | |||
| 2016-11-07 | Added pivot table option to pass in list of row fields to omit subtotals from | Evan Hallmark | |
| 2016-11-07 | Override NumFmt serialized_attributes to ovid removing underscores | Evan Hallmark | |
| 2016-11-04 | Merge pull request #455 from acl-services/text-type | Randy Morgan (@morgan_randy) | |
| Implement :text cell type | |||
| 2016-11-02 | Allow a Row to be passed to merge_cells | Mike Dillon | |
| 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-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-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-18 | remove some code reek | 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-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-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-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-28 | scatter_series.rb: added line_width to scatter series | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-28 | chart.rb: added method to set font size of Title object in chart | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-28 | title.rb: added text_size to set the font size of the title | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-05 | Fix Axlsx::LineSeries#marker_symbol and add tests | Jonathan Tron | |
| 2015-07-05 | Merge branch 'marker_symbols' of https://github.com/mfrank01/axlsx into ↵ | Jonathan Tron | |
| mfrank01-marker_symbols | |||
| 2015-07-04 | Merge branch 'fix-time-cast' of https://github.com/soutaro/axlsx into ↵ | Jonathan Tron | |
| soutaro-fix-time-cast | |||
| 2015-07-04 | Add a little bit of doc, remove warning by using attr_reader | Jonathan Tron | |
| 2015-07-04 | Merge branch 'master' of https://github.com/alankessler/axlsx into ↵ | Jonathan Tron | |
| alankessler-master | |||
| 2015-07-04 | Add test, fix example with tab color generation and fix a but due to a typo | Jonathan Tron | |
| 2015-07-04 | Merge branch 'worksheet_tab_colour' of https://github.com/shifakhan/axlsx ↵ | Jonathan Tron | |
| into shifakhan-worksheet_tab_colour | |||
| 2015-07-03 | Extract mime type detection to an utility class | marc | |
| 2015-07-03 | Validates whether an image is acceptable through mime type | marc | |
| image/jpeg, image/png & image/gif are considered the allowed mime types for an image. mimemagic gem is added as dependency in order to do the checking. Added tests to check against three supported mime types. A fake jpg fixture (created with 'touch' command) has been added to test that extension is no longer used. | |||
| 2015-05-23 | Option to change tab color | shifakhan | |
| 2015-04-26 | Update worksheet.rb | Iwan Buetti | |
| small oversight... | |||
| 2015-03-14 | opacity needs to be an integer | Alan Kessler | |
| 2015-03-14 | Change option name to 'opacity' and allow value between 0 and 1. | Alan Kessler | |
| 2015-03-14 | bump version | Jurriaan Pruis | |
| 2015-03-14 | Merge pull request #347 from ionthegeek/smoothing | Jurriaan Pruis | |
| Add support for enabling or disabling smoothed lines in a scatter series | |||
| 2015-03-14 | Merge pull request #377 from shifakhan/charts_background_color | Jurriaan Pruis | |
| Background color option for charts | |||
| 2015-03-14 | Merge pull request #375 from ebeigarts/fix-upcased-images | Jurriaan Pruis | |
| Fix content types for uppercased image file extensions | |||
| 2015-03-03 | Minor change | Brad Stewart | |
