| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-24 | add_style refactoring. | Randy Morgan | |
| 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 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-20 | Add some more documentation for example of conditional formatting | Stephen Pike | |
| 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-18 | rename dual-scoped variable | 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 | 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 | 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 | 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 | border edges and spec cleanup. | Randy Morgan | |
| 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 | |
| 2012-04-06 | put only plain string cells in shared string table | ochko | |
| 2012-04-05 | Removed rake 0.8.7 dependency specific to ruby 1.9.2, as it didn't seem | Scott | |
| to break anything without it Made border definitions access instead of delete hash params, as calling it from within a loop without cloning the style hash was causing it to be empty on subsequent loops. Didn't see any reason to be deleting them. Added :edges param to :border hash to specify [:top,:bottom], etc. If it's absent, defaults to all edges. | |||
| 2012-04-05 | Fix missing merged cells. | Stefan Daschek | |
| Merge cell info for all but the last merged cell was missing from XML output. | |||
| 2012-04-05 | Fix position of pageMargins XML element. | Stefan Daschek | |
| Must appear after mergeCells but before drawing element. | |||
| 2012-04-04 | shared string should be faster than non-shared string serialization | ochko | |
| 2012-04-02 | Merge pull request #73 from jurriaan/empty-cell | Randy Morgan | |
| Support for empty cells like Excel | |||
| 2012-04-03 | patching version contant detection | Randy Morgan | |
| 2012-04-03 | pre-release cleanup | Randy Morgan | |
| 2012-04-02 | Support nil cells for all types | Jurriaan Pruis | |
| 2012-04-01 | Skip cells with nil values | Jurriaan Pruis | |
| 2012-04-01 | String table ignore nil values | Jurriaan Pruis | |
| 2012-04-01 | Fixed formula handling | Jurriaan Pruis | |
| 2012-04-01 | version bump | Randy Morgan | |
| 2012-03-31 | Merge pull request #72 from joekain/perf | Randy Morgan | |
| Build self_hash up from INLINE_STYLES | |||
| 2012-04-01 | rebuild all serialization to use string concatenation instead of nokogiri. | Randy Morgan | |
| 2012-03-31 | Build self_hash up from INLINE_STYLES | Joe Kain | |
| Iterate over each value in INLINE_STYLES instead of iterating over each value in instances_values and rejecting unwanted items. This version proceses fewer values and runs a little faster. Issue #61 - Axlsx performance | |||
| 2012-04-01 | part way through changing all serialization to use string concatenation ↵ | Randy Morgan | |
| prior to dropping Nokogiri dep in production. | |||
| 2012-03-29 | fix example for border add_style | Randy Morgan | |
| 2012-03-28 | Merge pull request #66 from sduckett/doc-updates | Randy Morgan | |
| Doc updates | |||
| 2012-03-28 | Merge pull request #70 from jurriaan/auto_filter-fix | Randy Morgan | |
| Auto filter fix | |||
| 2012-03-29 | Implement full set of col attributes and improve performance of autowidth ↵ | Randy Morgan | |
| two fold. ``` user system total real axlsx_noautowidth 0.810000 0.020000 0.830000 ( 0.836274) axlsx 1.430000 0.160000 1.590000 ( 1.776305) axlsx_shared 9.360000 0.160000 9.520000 ( 9.662113) axlsx_stream 1.320000 0.110000 1.430000 ( 1.429806) csv 0.260000 0.020000 0.280000 ( 0.296828) | |||
| 2012-03-28 | Merge github.com:randym/axlsx | Jurriaan Pruis | |
| 2012-03-28 | implement column object - still needs to be tied in to a rewrite of autofit_data | Randy Morgan | |
