| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-17 | remove debug code from test | Randy Morgan | |
| 2013-08-17 | updated image source validation to use lower case comparison of accepted ↵ | Randy Morgan | |
| file extensions | |||
| 2013-08-17 | safe to camel all values | Randy Morgan | |
| 2013-08-17 | fixed specs for sheet view to ensure camelized serialization | Randy Morgan | |
| 2013-08-17 | removed unused schema variable declaration | Randy Morgan | |
| 2013-08-17 | ensure that values are camelized for serialized attributes | Randy Morgan | |
| 2013-08-16 | Merge pull request #174 from IndependentIP/master | Randy Morgan (@morgan_randy) | |
| Fix hardcoded sheet name in PivotTableCacheDefinition and allow other sheet to be the data source for the pivot table | |||
| 2013-08-16 | Merge pull request #224 from Niggler/patch-1 | Randy Morgan (@morgan_randy) | |
| Update README.md | |||
| 2013-08-16 | Merge pull request #226 from Fapper/patch-1 | Randy Morgan (@morgan_randy) | |
| Correct minor typos | |||
| 2013-08-16 | Merge pull request #227 from misfo/color-rgb-setter-mutates-its-argument | Randy Morgan (@morgan_randy) | |
| Color#rgb= mutates its argument | |||
| 2013-08-17 | merge | Randy Morgan | |
| 2013-08-17 | remove support for 1.8.7 | Randy Morgan | |
| 2013-08-08 | Don't mutate the object passed into Color#rgb= | Trent Ogren | |
| 2013-08-06 | Merge branch 'patch-1' of https://github.com/Fapper/axlsx into patch-1 | Martin Bjeldbak Madsen | |
| 2013-08-06 | Fix minor typos | Martin madsen | |
| 2013-08-06 | Fix minor typos | Martin madsen | |
| 2013-08-03 | Update README.md | Niggler | |
| 2013-08-01 | Merge pull request #223 from totallymike/master | Randy Morgan (@morgan_randy) | |
| Fix a little typo. | |||
| 2013-07-31 | Fix minor typo | Michael Westbom | |
| 2013-07-30 | Update row.rb | Michael Westbom | |
| Fixed a little typo. | |||
| 2013-07-24 | Add tests for data source option for pivot tables | Jean Jacques Warmerdam | |
| 2013-07-24 | Merge branch 'master' of https://github.com/randym/axlsx | Jean Jacques Warmerdam | |
| 2013-07-23 | bumped rubyzip version to resolve some UTF-8 issues: ↵ | Randy Morgan | |
| https://github.com/randym/axlsx/issues/208 | |||
| 2013-07-23 | Merge pull request #214 from gvc/master | Randy Morgan (@morgan_randy) | |
| Fixed some markdown on README | |||
| 2013-07-16 | Fixed markup on README | Guilherme Carvalho | |
| There was some ruby code and numbered list with a wrong markdown syntax, causing them to not render properly. Fixed those. | |||
| 2013-07-12 | WIP single/dual anchors for images | Randy Morgan | |
| 2013-07-12 | use 1.8.7 syntax | Randy Morgan | |
| 2013-07-12 | Merge pull request #213 from die-antwort/refactor-relationships | Randy Morgan (@morgan_randy) | |
| Make relationship ids more reliable. | |||
| 2013-07-08 | Implement Relationship.clear_cached_instances, use it before serializing the ↵ | Stefan Daschek | |
| package. This is necessary to make serialization idempotent (i.e. make sure that Relationship instances are generated with the same IDs everytime the package is serialized). It also fixes a memory leak if Axlsx is used in a long running server process (eg a Rails app). | |||
| 2013-07-08 | Simply Relationship.next_free_id by depending on number of cached instances. | Stefan Daschek | |
| Only drawback: Setting @next_freed_id_counter to 1000 in tc_helper.rb is no longer possible. But this was useful mainly while adding / fixing test cases when implementing the Relationship instance cache. | |||
| 2013-07-08 | Make relationship ids more reliable. | Stefan Daschek | |
| Relationship instances now keep track of their own id – this should be much more reliable than the old way of more or less “guessing” the relationship id based on the position of some object in some array. Fixes https://github.com/randym/axlsx/issues/212, especially. Each relationship now has its own, unique id – except for the cases when it doesn’t: Some relationships need to share the same id, see `Relation#should_use_same_id_as?` for the gory details. All tests pass, and the full example.xlsx is generated without errors and looks fine in Excel for Mac 2011. The pivot table example still has the problems mentioned in https://github.com/randym/axlsx/issues/168 – but as far as I can tell I didn’t make it worse (Excel is still be able to “repair” the file, and the repaired file then contains the pivot table). | |||
| 2013-07-08 | Make sure serializing axlsx packages with identical contents always results ↵ | Stefan Daschek | |
| in identical zip files. This improves the possibilites for caching and/or consolidating the generated zip (xlsx) files. Up to now, serializing the same package at different times resulted in different zip files because of the timestamp in the zip entry metadata. Note: To generate identical packages (and thus identical zip files), you'll have set Core#created explicitly, eg. with `Package.new(created_at: Time.local(2013, 1, 1)`. | |||
| 2013-07-03 | Do not start comment text with stray colon if author is blank | Stefan Daschek | |
| 2013-07-03 | Escape special chars for comments’ text and author. | Stefan Daschek | |
| 2013-07-03 | Fix incorrectly named test case | Stefan Daschek | |
| This test case was completely ignored when running the tests, because its name didn't start with "test_". Some details in the test case needed to be fixed, too. | |||
| 2013-06-27 | Merge pull request #194 from sdeframond/subtotal | Randy Morgan (@morgan_randy) | |
| Add a subtotal option to PivotTable. | |||
| 2013-06-27 | Merge pull request #205 from moses/configurable-display-blanks-as | Randy Morgan (@morgan_randy) | |
| provide a better default for dispBlanksAs and allow it to be configured | |||
| 2013-06-27 | Merge pull request #209 from moses/fix-axes-ordering | Randy Morgan (@morgan_randy) | |
| Fixes Issue #202 Axes are borked in Bar3DChart | |||
| 2013-06-27 | Merge pull request #203 from moses/master | Randy Morgan (@morgan_randy) | |
| Fixes #202 Axes are borked in Bar3DChart | |||
| 2013-06-27 | Fixes Issue #202 Axes are borked in Bar3DChart by requiring axis order in ↵ | Moses Hohman | |
| the constructor | |||
| 2013-06-27 | Fixes Issue #202 Axes are borked in Bar3DChart by requiring axis order in ↵ | Moses Hohman | |
| the constructor | |||
| 2013-06-27 | Merge remote-tracking branch 'randym/master' | Moses Hohman | |
| * randym/master: escape formula for conditional formatting fix typo in specs added sparse array transposition with blocks for rows/cols switching and some docs updates for release prep | |||
| 2013-06-23 | provide a better default for dispBlanksAs and allow it to be configured | Moses Hohman | |
| 2013-06-23 | escape formula for conditional formatting | Randy Morgan | |
| 2013-06-23 | fix typo in specs | Randy Morgan | |
| 2013-06-23 | Merge branch 'master' of https://github.com/randym/axlsx | Randy Morgan | |
| 2013-06-23 | added sparse array transposition with blocks for rows/cols switching and ↵ | Randy Morgan | |
| some docs updates for release prep | |||
| 2013-06-23 | fixed bad test case and bad code for dispBlanksAs (setting now actually ↵ | Moses Hohman | |
| makes it into XML) This means there are many other test cases in the suite that are not verifying what they look like they're verifying. | |||
| 2013-06-23 | provide a better default for dispBlanksAs and allow it to be configured | Moses Hohman | |
| 2013-06-23 | Fixes Issue #202 Axes are borked in Bar3DChart | Moses Hohman | |
