| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2015-03-03 | Fix comments | Brad Stewart | |
| 2015-03-03 | Allow legend position to be set on charts | Brad Stewart | |
| 2015-02-21 | Background color option for charts | shifakhan | |
| 2015-02-11 | Fix content types for uppercased image file extensions | Edgars Beigarts | |
| 2015-01-28 | Make alpha option accessible for pictures 0 = transparent ... 100000 = opaque | Alan Kessler | |
| 2015-01-12 | Fix #fit_to to work correctly and fix tests under Ruby 2.2.0 | Jurriaan Pruis | |
| 9999 is too big | |||
| 2014-12-10 | Typo in row.rb | Gary Holtz | |
| "sell" should be "cell" | |||
| 2014-10-29 | Skip to_time if the value is a Time instance | Soutaro Matsumoto | |
| This skips calling `#to_time` if the value is a instance of subclass of `Time`, like `ActiveSupport::TimeWithZone`. | |||
| 2014-08-12 | Add support for enabling or disabling smoothed lines in a scatter chart series | Ian Anderson | |
| 2014-07-29 | Allow custom marker symbol shapes on chart | mfrank01 | |
| 2014-07-29 | Allow multiple autofilters per workbook | mfrank01 | |
| 2014-04-04 | Use #booleanize | Jurriaan Pruis | |
| 2014-04-04 | Fix boolean values so the output matches Excel and works on Numbers | Jurriaan Pruis | |
| Use 1 or 0 instead of 'true' or 'false' in the XML output | |||
| 2014-03-17 | Fix RichText warning | Jurriaan Pruis | |
| 2014-03-17 | Update to RubyZip 1.1.1 | Jurriaan Pruis | |
| 2014-03-12 | Fix autowidth in combination with sanitizing | Jurriaan Pruis | |
| By only sanitizing just before serialisation. | |||
