| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-21 | Prevent Excel from crashing when multiple data columns are added to PivotTable | Knut Stenmark | |
| Excel will crash unless both `colFields` and `colItems` are declared in the PivotTable xml. First `field` of `colFields` needs to be set to -2 to tell Excel that the value columns comes from individual columns and not groups. I do not know why `colItems` are needed, but when set, the Excel document opens without crashing. | |||
| 2022-07-12 | Add `hideDropDown` alias for `showDropDown` setting, as the latter is ↵ | Koza | |
| confusing to use (because its logic seems inverted). | |||
| 2022-07-12 | Move "capture warning" test helper to its own module | Koza | |
| 2022-07-09 | Add pivot table option to sort headers (#143) | James Lam | |
| 2022-07-09 | Improve font example | Stefan Daschek | |
| 2022-07-09 | Update changelog, add missing PRs and Issues | Koza | |
| 2022-07-09 | Add a pull request template to make contributions easier | Koza | |
| 2022-07-09 | Improve list validation example | Stefan Daschek | |
| 2022-06-05 | Add example for defining print area (#134) | Stefan | |
| 2022-06-05 | Update changelog | Stefan | |
| 2022-06-05 | Implement “rounded corners” setting for charts | Stefan | |
| Until now this setting was not present in the generated XML. According to the ECMA spec the setting defaults to true, so charts always had rounded corners. Now rounded corners can be disabled explicitly. | |||
| 2022-06-01 | Add missing screenshot for panes_example | Stefan | |
| Fixes #135 | |||
| 2022-06-01 | Update CHANGELOG | Stefan | |
| 2022-06-01 | Implement “plot visible only” setting for charts | Stefan | |
| Until now this setting was hardcoded to `true`. The setting affects whether data from hidden cells (cells width zero height or width) is used when plotting the chart. | |||
| 2022-05-23 | Fix default values in docs | Stefan | |
| 2022-05-18 | Update Changelog | Stefan | |
| 2022-05-18 | Completely hide chart titles if blank | Stefan | |
| Before this change, a chart with a blank title would show up in Excel with a default title like “Chart title” or “Diagrammtitel”. It was not possible to completely hide a chart title: Setting it to an empty space would override Excel’s default, but the empty title did still occupy vertical space. Per OOXML standard the `title` element is optional, so omitting it if the title is blank looks like the right thing to do and seems to work correctly in Excel. | |||
| 2022-05-18 | Implement `Title#empty?` | Stefan | |
| This is primarily a refactoring, but exposing it as a public method seems useful. | |||
| 2022-05-18 | Fix missing cell reference for chart title when cell empty | Stefan | |
| Before this change, creating a chart title referencing an empty cell would lose the cell reference. If the cell was later set to a non-blank value (either during generating the file, or while editing it in a spreadsheet app), the chart title would stay blank. | |||
| 2022-04-14 | Merge pull request #142 from tmikoss/update-outline-documentation | Noel Peden | |
| Add row outline options example | |||
| 2022-04-14 | Add row outline options example | Toms Mikoss | |
| 2022-04-11 | Merge pull request #139 from ↵ | Noel Peden | |
| ytjmt/sort_archive_entries_for_correct_mime_detection Sort archive entries for correct MIME detection with `file` command | |||
| 2022-04-11 | Merge pull request #140 from mishina2228/update-gemspec | Noel Peden | |
| Update gemspec to recent styles | |||
| 2022-04-10 | Fix borders example | Koza | |
| 2022-04-10 | Update gemspec to recent styles | mishina | |
| - `date` should not be set - Remove deprecated `test_files` to shrink gem size | |||
| 2022-04-07 | Sort archive entries for correct MIME detection with file command | ytjmt | |
| 2022-04-01 | Merge pull request #132 from pjskennedy/remove-object-monkey-patch | Noel Peden | |
| Remove Object#instance_values monkey patch | |||
| 2022-03-06 | Added a spec for instance_values_for | pjskennedy | |
| 2022-03-02 | instance_values -> instance_values_for | pjskennedy | |
| 2022-03-02 | Update references to use new class method | pjskennedy | |
| 2022-03-02 | Remove monkey patch on Object | pjskennedy | |
| 2022-02-23 | Version bump to 3.2.0 [skip ci] | Noel Peden | |
| 2022-02-23 | Merge pull request #129 from westonganger/patch-5 | Noel Peden | |
| Add changelog entry for PR #94 | |||
| 2022-02-09 | Add changelog entry for PR #94 | Weston Ganger | |
| 2022-02-08 | Updated Changelog (Possibility to configure the calculation of the autowidth ↵ | Tobias Egli | |
| mechanism) | |||
| 2022-02-08 | Switch CI to Github Actions | Weston Ganger | |
| 2022-02-07 | Merge pull request #116 from caxlsx/empty-sheet-name | Noel Peden | |
| Validate name option to be non-empty string when passed. | |||
| 2022-02-07 | Validate name option to be non-empty string when passed. | Josef Šimánek | |
| 2022-02-07 | Merge pull request #85 from olegykz/feature/manageable-scatter-markers | Noel Peden | |
| feature: manageable markers for scatter series | |||
| 2022-02-07 | Merge branch 'master' into feature/manageable-scatter-markers | Oleg Yakovenko | |
| 2022-02-07 | Update CHANGELOG.md | Oleg Yakovenko | |
| 2022-02-06 | Allow border style to accept an Array (#117) | Weston Ganger | |
| Co-authored-by: Noel Peden <[email protected]> | |||
| 2022-02-06 | Autowidth cell calculation is now configurable | Tobias Egli | |
| On the workbook you can now configure the font_scale_divisor and the bold_font_multiplier to get better results for the automatic cell width calculationb | |||
| 2022-02-05 | Merge pull request #122 from westonganger/improve_range_error | Noel Peden | |
| Improve error for invalid ranges | |||
| 2022-02-05 | Merge branch 'master' into improve_range_error | Noel Peden | |
| 2022-02-05 | Merge pull request #125 from westonganger/patch-4 | Noel Peden | |
| Remove Known Bugs Section in Readme | |||
| 2022-01-28 | Fix invalid xml when pivot table created with more than one column in data field | Weston Ganger | |
| 2022-01-25 | Remove Known Bugs Section in Readme | Weston Ganger | |
| 2022-01-24 | Refractor to use constant based error messages | Weston Ganger | |
| 2022-01-21 | Merge pull request #120 from DDeBruler/string-encoding | Noel Peden | |
| Return output stream in binmode | |||
