| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-23 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-04-23 | first stage refactoring for Style#add_style [inprogress] | Randy Morgan | |
| 2012-04-21 | Update conditional formatting tests to account for 3 cfvo objs in icon sets | Stephen Pike | |
| 2012-04-21 | Update icon_set to use percent in its value_objects | Stephen Pike | |
| Extend conditional formatting to the entire examples Rename example file to "example_conditional_formatting.xls" | |||
| 2012-04-21 | adding in icon set and MOAR examples for conditional formatting. | Randy Morgan | |
| 2012-04-21 | add data bar conditional formatting support. | Randy Morgan | |
| 2012-04-21 | adding in color scale for conditional formatting | Randy Morgan | |
| 2012-04-21 | MOAR credit where credit is due | Randy Morgan | |
| 2012-04-21 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-04-21 | credit where credit is due | Randy Morgan | |
| 2012-04-20 | Merge pull request #83 from scpike/master | Randy Morgan | |
| Support for some of the conditional formatting spec | |||
| 2012-04-20 | Add some more documentation for example of conditional formatting | Stephen Pike | |
| 2012-04-20 | Merge branch '33-conditional-formatting' | Stephen Pike | |
| 2012-04-20 | Formatting and documentation cleanup | Stephen Pike | |
| 2012-04-20 | Put encoding back... whoops | Stephen Pike | |
| 2012-04-20 | # Support for conditional formatting | Stephen Pike | |
| Adds support for conditional formatting via two new classes, ConditionalFormatting and ConditionalFormattingRule. Conditional Formats apply to ranges of cells, and can include multiple rules, ranked by priority. A single worksheet has many @conditional_formattings applied to different ranges. There are still pieces of the spec missing from the implementation. The biggest glaring ommission are the child elements colorScale, dataBar, and iconSet (I only implemented formula). http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule.aspx | |||
| 2012-04-20 | [#33] Add support for Dxf elements to enable conditional formatting | Stephen Pike | |
| New Dxf class implements 18.8.14. Conditional formatting now "works". Add :type option to add_styles, defaults to :xf when add_styles is called with :dxf type, new styles are not added to the global @styles set. Dxf child elements only exist inside the `<dxf>` chunk. Added tests and an example. | |||
| 2012-04-20 | Formatting and documentation cleanup | Stephen Pike | |
| 2012-04-19 | Put encoding back... whoops | Stephen Pike | |
| 2012-04-19 | # Support for conditional formatting | Stephen Pike | |
| Adds support for conditional formatting via two new classes, ConditionalFormatting and ConditionalFormattingRule. Conditional Formats apply to ranges of cells, and can include multiple rules, ranked by priority. A single worksheet has many @conditional_formattings applied to different ranges. There are still pieces of the spec missing from the implementation. The biggest glaring ommission are the child elements colorScale, dataBar, and iconSet (I only implemented formula). http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule.aspx | |||
| 2012-04-19 | Merge pull request #82 from scpike/handle-mathn | Randy Morgan | |
| Force result of Fixnum division to integer before using | |||
| 2012-04-19 | # Force result of Fixnum division to Fixnum | Stephen Pike | |
| The mathn library overrides Fixnum division to return a rational, so `1/2 => (1/2)` instead of `1/2 => 0`. Axslx calls chr on the result of Fixnum division, which is incompatible. Fix it by forcing to integer. | |||
| 2012-04-18 | raw master image | Randy Morgan | |
| 2012-04-18 | pre-release README updates | Randy Morgan | |
| 2012-04-18 | add sample for readme | Randy Morgan | |
| 2012-04-18 | rename dual-scoped variable | Randy Morgan | |
| 2012-04-18 | Cleanup benchmark and teach it to cleanup after itself. | Randy Morgan | |
| 2012-04-18 | update docs and remove unused mdw_count declaration | Randy Morgan | |
| 2012-04-18 | use method not instance variable for determining if cell level style ↵ | Randy Morgan | |
| customizations have been made and the cell is now a text run. | |||
| 2012-04-18 | add benchmark task to rakefile | Randy Morgan | |
| 2012-04-18 | update readme / version for pre-release | Randy Morgan | |
| 2012-04-16 | use class variable for counting string | Randy Morgan | |
| 2012-04-16 | The beginning of the end of RMagick! Still needs lots of testing but seems ↵ | Randy Morgan | |
| comparable to the current autowidth calculations, is much faster than RMagick and more than anything - it removes a dependency on a Gem that is a huge pain in the ass. | |||
| 2012-04-13 | readme update | Randy Morgan | |
| 2012-04-13 | some styling updates for this example | Randy Morgan | |
| 2012-04-13 | fix both autowidth calculations and column_widths assignation. | Randy Morgan | |
| 2012-04-13 | update cell to use common lib method | Randy Morgan | |
| 2012-04-12 | fix bug for autowidth in handling nil cells. | Randy Morgan | |
| 2012-04-10 | A real example | Randy Morgan | |
| 2012-04-10 | Fix Dimension to check for nil members in rows. | Randy Morgan | |
| Fix column_widhts to allow adding new columns that may not exist in the worksheet yet. | |||
| 2012-04-09 | credit where credit is due, some docs changes and removing the befor_script ↵ | Randy Morgan | |
| from travis as it requires rake in the deps it seems. | |||
| 2012-04-09 | Merge pull request #76 from ochko/master | Randy Morgan | |
| Shared string table works! | |||
| 2012-04-09 | no symbol sorting in 1.8.7 | Randy Morgan | |
| 2012-04-09 | good to see I remembered why I needed rake in here in the first place.. | Randy Morgan | |
| Need to sort out a better way methinks.. but for now - I am more interested in keeping travis green than I am in keeping rake out of the gem deps. | |||
| 2012-04-09 | see if we can get travis to install rake as I dont want it in the gemspec | Randy Morgan | |
| 2012-04-09 | border edges and spec cleanup. | Randy Morgan | |
| 2012-04-09 | remove rake and yard dependencies. | Randy Morgan | |
| 2012-04-09 | Merge pull request #77 from moskrin/master | Randy Morgan | |
| Added ability to specify border edges. ie, border:{edges:[:top,:bottom],style: :thin, color: '00'} | |||
| 2012-04-06 | Add edges() to border to return list of applied edges | Scott | |
| Add border edge tests to styles spec | |||
| 2012-04-06 | Merge branch 'master' of git://github.com/randym/axlsx | ochko | |
