| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-08 | chore(coverage) increase coverage and cleanup | randym | |
| 2018-02-07 | Merge branch 'master' into release-3.0.0 | randym | |
| 2018-02-07 | Merge pull request #565 from ezcater/safe_frozen_sanitize | Randy Morgan (@morgan_randy) | |
| Axlsx.sanitize() uses delete() vs. delete!() for frozen strings | |||
| 2018-02-06 | Adds Axlsx.sanitize() unit tests | Winfield Peterson | |
| Verify frozen/unfrozen paths for sanitize() helper. | |||
| 2018-02-06 | Merge branch 'master' into release-3.0.0 | randym | |
| 2018-02-06 | Merge pull request #563 from MedText/master | Randy Morgan (@morgan_randy) | |
| Add support for Area Charts and 2D Bar Charts | |||
| 2018-02-06 | Merge branch 'master' into release-3.0.0 | randym | |
| 2017-11-17 | Add support for non-3D bar charts | David N. Robinson | |
| 2017-11-07 | Add support for area charts | David N. Robinson | |
| 2017-05-10 | Add spec coverage for correct MIME detection | Chi-Fung Fan | |
| 2017-04-01 | chore(test): update tests for depreciated methods | randym | |
| 2017-02-21 | chore(travis): include 2.4 in tests | randym | |
| 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-14 | Test case to check sheet name is intact after serialized to xml | 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 | Added pivot table option to pass in list of row fields to omit subtotals from | Evan Hallmark | |
| 2016-11-04 | fix(test): explicitly require members in xpath query assertion | randym | |
| 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-02 | Allow a Row to be passed to merge_cells | Mike Dillon | |
| 2016-02-01 | Add test case for worksheet rendering as requested | Bruce Davidson | |
| 2016-01-13 | Fix #440 - allow control of position of outline summary row/columns | Bruce Davidson | |
| 2015-11-18 | remove some code reek | Runar Ingebrigtsen | |
| 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-07-05 | Fix Axlsx::LineSeries#marker_symbol and add tests | Jonathan Tron | |
| 2015-07-04 | Add test to confirm control characters are removed from shared strings | Thomas Cannon | |
| * Commit f8ef8eb78eb4556676b5770c82493e6e6edf7ec8 fixed the shared strings class to automatically sanitize its serialized XML output to remove any control characters. However, this commit did not include tests that the shared strings actually removed the control characters when serializing to an XML string. * This tests confirms that the string with control characters is added to the shared strings, and that the control characters are removed from the string in question when serialized to XML. | |||
| 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 test, fix example with tab color generation and fix a but due to a typo | Jonathan Tron | |
| 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-03-14 | Merge pull request #347 from ionthegeek/smoothing | Jurriaan Pruis | |
| Add support for enabling or disabling smoothed lines in a scatter series | |||
| 2015-02-11 | Fix content types for uppercased image file extensions | Edgars Beigarts | |
| 2015-01-12 | Fix #fit_to to work correctly and fix tests under Ruby 2.2.0 | Jurriaan Pruis | |
| 9999 is too big | |||
| 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-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-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-12 | Fix autowidth in combination with sanitizing | Jurriaan Pruis | |
| By only sanitizing just before serialisation. | |||
| 2014-03-04 | Fix cell merging, #179 | Jurriaan Pruis | |
| 2014-03-04 | Add tests for checking formatting and sourceLinked properties when setting ↵ | Chris Roby | |
| formatting on an axis | |||
| 2014-03-04 | Array forumla tests. | tafryn | |
| 2014-03-01 | Implemented RichText (multiple text runs) | Jurriaan Pruis | |
| and added multiline autowidth for both RichText and normal strings | |||
| 2014-02-26 | Huge refactoring | Jurriaan Pruis | |
| Do not create huge strings Let Row inherit from SimpleTypedList Optimized sanitizing Optimized validation And more.. | |||
