| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-13 | Allow a different subtotal function for each data field. | Samuel de Framond | |
| 2013-06-13 | Modify pivot table caption according to subtotal function. | Samuel de Framond | |
| 2013-06-12 | Merge pull request #195 from die-antwort/allow-override-for-created-at | Randy Morgan (@morgan_randy) | |
| Allow overriding the 'created' timestamp in the docprops. | |||
| 2013-06-12 | Allow overriding the 'created' timestamp in the docprops. | Stefan Daschek | |
| Can be specified as option to Package#new: ``` Axlsx::Package.new :created_at => time ``` If omitted, the current time at the moment the document is serialized will be used. This change is therefore fully backward compatible. | |||
| 2013-06-12 | Add a subtotal option to PivotTable (dirty). | Samuel de Framond | |
| 2013-06-08 | Merge pull request #190 from amalagaura/patch-1 | Randy Morgan (@morgan_randy) | |
| Update bg_color in conditional formatting | |||
| 2013-05-26 | Update test for conditional formatting bg_color | Ankur Sethi | |
| 2013-05-26 | Update bg_color in conditional formatting | Ankur Sethi | |
| Conditional formatting for background color fills is different for DXF. This must be undocumented and is quite annoying. I verified the behavior in Excel 2010 Mac and Windows. I didn't understand why background colors were not being applied even though the style was being applied for conditional formatting. Looking at styles.xml I saw that it is different in a file created by Excel. I have updated the code to reflect it and tested in Mac and Windows. | |||
| 2013-05-14 | correct shared strings table xml:space attribute parsing and schema | Randy Morgan | |
| 2013-05-12 | implement transpose for SimpleTypedList that supports sparse data. | Randy Morgan | |
| 2013-04-28 | Show whitespace preservation in basic worksheet example. | Randy Morgan | |
| 2013-04-28 | Updated mbcs example to use Arial Unicode MS | Randy Morgan | |
| This font may not be avilalbe in all renderes. | |||
| 2013-04-28 | Refactored and renamed space preservation | Randy Morgan | |
| preserve_spaces has been moved to the workbook and renamed xml_space as that provides a good reference for people trying to figure out what it does, and let's the author specify space preservation for serializations using the shared strings table as well as the default inline serialization in cells. | |||
| 2013-04-27 | Merge pull request #185 from agardiner/preserve-spaces | Randy Morgan (@morgan_randy) | |
| Add support for preserving leading and trailing spaces in cell values | |||
| 2013-04-27 | Add a preserve_spaces option to worksheet, defaults to true | Adam Gardiner | |
| 2013-04-27 | Revert changes to cell serialization | Adam Gardiner | |
| 2013-04-23 | Updated readme to correct release date. | Randy Morgan | |
| 2013-04-23 | Altered integerish test to use a Class | Randy Morgan | |
| The validator will try to cast whatever it is fed to_i. Unfortunately in 1.8.7 Symbol supports to_i. | |||
| 2013-04-20 | Removed useless coding hint | Randy Morgan | |
| 2013-04-20 | Fixed comment visibility | Randy Morgan | |
| 2013-04-19 | Moved simplecov dependency to Gemfile | Randy Morgan | |
| 2013-04-19 | Added prep for 1.3.6 release | Randy Morgan | |
| 2013-04-18 | Added line specification | Randy Morgan | |
| Required by Libre and Open office, and correct by spec. When we get a requirement to customize the line width/shape this should be extracted out into a Line class. | |||
| 2013-04-18 | Added colors to examples for charts | Randy Morgan | |
| Colors are required by OpenOffice, and LibreOffice, and syntactically correct regardless so we should be putting them in. | |||
| 2013-04-15 | Add benchmark for preserve space | Adam Gardiner | |
| 2013-04-12 | Excluded profile group when running on travis | Randy Morgan | |
| 2013-04-12 | Grouped profile tools | Randy Morgan | |
| 2013-04-12 | Removed invalid usage comment from pprof days | Randy Morgan | |
| 2013-04-12 | Updated profile to use ruby-prof as we are in 2.0 for dev these days. | Randy Morgan | |
| 2013-04-12 | Updated gemfile source and added ruby-prof | Randy Morgan | |
| 2013-04-10 | Add support for preserving leading and trailing spaces in cell values | Adam Gardiner | |
| 2013-04-04 | Merge pull request #183 from straydogstudio/master | Randy Morgan (@morgan_randy) | |
| Added support for specifying between/notBetween formula in an array. | |||
| 2013-04-04 | Documentation for @formula attribute. | Noel Peden | |
| 2013-04-04 | Added support for specifying between/notBetween formula in an array. | Noel Peden | |
| 2013-03-30 | Merge pull request #180 from nogara/fix-readme | Randy Morgan (@morgan_randy) | |
| Fixes link to straydogstudio github profile | |||
| 2013-03-28 | Fixes link to straydogstudio github profile | Luiz Gustavo Nogara | |
| 2013-03-18 | Updated master branch travis-ci build stats badge | Randy Morgan | |
| This should always point to master | |||
| 2013-03-17 | marking 1.8.7 as an allowed failure | Randy Morgan | |
| 2013-03-17 | Fixed LineChart and refactored chart axes management | Randy Morgan | |
| 2013-03-15 | Merge pull request #178 from Programatica/master | Randy Morgan (@morgan_randy) | |
| Add LineChart | |||
| 2013-03-16 | First run at 'hidden' comments WIP | Randy Morgan | |
| The xml is genrated correcty, but the comment still shows until it is selected once in the excel ui - so I must be missing something. | |||
| 2013-03-16 | Added 2.0.0 to rubies for travis-ci | Randy Morgan | |
| 2013-03-15 | add test and remove activesupport methods | Sergio Cambra | |
| 2013-03-14 | fix line chart name | Sergio Cambra | |
| 2013-03-14 | only yield if block given | Sergio Cambra | |
| 2013-03-14 | fix loading LineChart | Sergio Cambra | |
| 2013-03-14 | add lineChart (2D) and show_marker to LineSeries (for 2D line chart) | Sergio Cambra | |
| 2013-02-25 | Allow other sheet as data source for pivot tables and fix hard coded sheet ↵ | Jean Jacques Warmerdam | |
| name in Pivot Table Cache Definition | |||
| 2013-02-04 | Completed missing docs and pre-release prep | Randy Morgan | |
| 2013-02-04 | Added docs for Drawing#child_objects | Randy Morgan | |
