| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-04 | Merge branch 'alankessler-master' | Jonathan Tron | |
| 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 | Merge pull request #383 from ebouchut/patch-1 | Jonathan Tron | |
| Fix a typo in the README. | |||
| 2015-07-04 | Merge pull request #393 from edatrix/patch-1 | Jonathan Tron | |
| Update README.md | |||
| 2015-07-04 | Add ruby 2.2 to TravisCI and allow to use minor version of 2.0, 2.1 | Jonathan Tron | |
| 2015-07-04 | Merge branch 'shifakhan-example' | Jonathan Tron | |
| 2015-07-04 | Merge branch 'example' of https://github.com/shifakhan/axlsx into ↵ | Jonathan Tron | |
| shifakhan-example | |||
| 2015-07-04 | Merge branch 'shifakhan-worksheet_tab_colour' | Jonathan Tron | |
| 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-04 | Merge pull request #402 from waiting-for-dev/mb_mime_detection | Jonathan Tron | |
| Validates whether an image is acceptable through mime type | |||
| 2015-07-03 | Remove lowercase extension test | marc | |
| It is no longer needed because now detection is though mime type | |||
| 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-05-20 | Update README.md | lauren spath luhring | |
| fix small typo | |||
| 2015-05-04 | Added example of conditional formatting to match text in cells | shifakhan | |
| 2015-04-27 | Merge pull request #386 from iwan/patch-1 | Randy Morgan (@morgan_randy) | |
| Update worksheet.rb | |||
| 2015-04-26 | Update worksheet.rb | Iwan Buetti | |
| small oversight... | |||
| 2015-03-27 | Fix a typo in the README. | Eric Bouchut | |
| 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 #367 from axelson/patch-1 | Jurriaan Pruis | |
| Add usage information to row_column_style example | |||
| 2015-03-14 | Merge pull request #354 from rishijain/patch-1 | Jurriaan Pruis | |
| Added an example of row height | |||
| 2015-03-14 | Merge pull request #375 from ebeigarts/fix-upcased-images | Jurriaan Pruis | |
| Fix content types for uppercased image file extensions | |||
| 2015-03-14 | Merge pull request #380 from bradstewart/legend-position | Jurriaan Pruis | |
| Allow legend position option for charts | |||
| 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-23 | Add usage information to row_column_style example | Jason Axelson | |
| 2014-12-11 | Merge pull request #363 from garymh/patch-1 | Jurriaan Pruis | |
| Typo in row.rb | |||
| 2014-12-10 | Typo in row.rb | Gary Holtz | |
| "sell" should be "cell" | |||
| 2014-10-15 | Added an example of row height | Rishi | |
| An example for changing the row height was missing. I thought it would make sense to have this in example as well. I needed the option and I have to look at the code to how to do it. I think it would help others. | |||
| 2014-08-15 | Fix syntax error in scatter series tests | Ian Anderson | |
| 2014-08-12 | Add support for enabling or disabling smoothed lines in a scatter chart series | Ian Anderson | |
| 2014-08-01 | Add example and test for auto filters on multiple worksheet (refs #338) | Jonathan Tron | |
| 2014-08-01 | Merge pull request #338 from mfrank01/master | Jonathan Tron | |
| Allow multiple autofilters per workbook | |||
| 2014-07-29 | Allow multiple autofilters per workbook | mfrank01 | |
| 2014-04-14 | Merge pull request #314 from elia/patch-1 | Jurriaan Pruis | |
| Fix some README links | |||
| 2014-04-11 | Fix some README links | Elia Schito | |
| 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 | |||
