| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2022-01-21 | Check string encoding for validity _and_ value | Dan DeBruler | |
| 2021-12-29 | Fix Worksheet#name_to_cell bug which returned reversed row/col indexes | Weston Ganger | |
| 2021-12-28 | Return output stream in binmode | Dan DeBruler | |
| 2021-11-26 | Merge pull request #112 from vtamara/patch-1 | Noel Peden | |
| Correcting typo | |||
| 2021-11-22 | Correcting typo | Vladimir Támara Patiño | |
| 2021-09-22 | Version bump to 3.1.1 [skip ci] | Noel Peden | |
| 2021-07-25 | Fix gap width validator for bar charts (#108) | Zsolt Kozaroczy | |
| `gap_width` and `gap_depth` now allow only integers in the range of 0–500. The previous behaviour (requiring a percentage value) was according to the current version of the OOXML spec, but Excel seems to rely on an older version, where the gap amount was required to be a simple integer. Also, `gapDepth` is only allowed in 3D bar charts, so it is now no longer available for 2D bar charts. | |||
| 2021-07-24 | Add overlap to bar charts (#107) | Zsolt Kozaroczy | |
| 2021-06-09 | Merge pull request #106 from akbarbin/patch-1 [skip ci] | Noel Peden | |
| Improvement: Update CHANGELOG.md | |||
| 2021-06-09 | Update CHANGELOG.md | Muhamad Akbar Bin Widayat | |
| Hi guys, I have found incorrect markdown in the CHANGELOG.md file. For example: `** February.2.12**`. I changed to `**February.2.12**`. Thank you. | |||
| 2021-05-31 | Fix typo in row.rb | Pascal Andermatt | |
| 2021-04-26 | Add option to define a series color for the BarSeries (#81) | Zsolt Kozaroczy | |
| 2021-04-26 | Optimize Axlsx.cell_range (#94) | Oleg Yakovenko | |
| Optimize Axlsx.cell_range by using minmax_by instead of sorting the cells (the sorted cells are not used for anything else in this method). | |||
| 2021-03-28 | Really update readme. | Noel Peden | |
| 2021-03-28 | Update README.md | Noel Peden | |
| 2021-03-28 | Version bump to 3.1.0 | Noel Peden | |
| 2021-03-27 | Update CHANGELOG.md | Stefan Daschek | |
| 2021-03-27 | Replace mimemagic with marcel (#95) | Jorne Kandziora | |
| Mimemagic requires users to download or install additional files. Rails used Marcel as an abstration layer on this library. Marcel was updated to another file matching database. Following Rails in this matter will remove the need for users to do additional work, just to use caxlsx. | |||
| 2021-03-27 | Fix test | Stefan | |
| The styles need to actually exist, otherwise the test fails with “ArgumentError: Invalid cellXfs id”. | |||
| 2021-03-19 | Update CHANGELOG.md | Stefan Daschek | |
| 2021-03-19 | Update CHANGELOG.md | Stefan Daschek | |
| 2021-03-19 | Implement :offset option for worksheet#add_row (#87) | Agustin Gomez | |
| 2021-03-19 | Update changelog | Stefan | |
| 2021-03-19 | Number format in pivot tables: update changelog and pivot table example | Stefan | |
| 2021-03-19 | Add support for format in pivot tables (#79) | Knut I. Stenmark | |
| 2021-03-19 | CI: Use jruby-9.2.16.0 | Olle Jonsson | |
| See https://www.jruby.org/2021/03/03/jruby-9-2-16-0.html | |||
| 2021-03-19 | Add conditional formatting example for text equality | Koza | |
| 2021-03-19 | CI: Add JRuby 9.2 | Olle Jonsson | |
| 2021-03-05 | feature: useless assignment removed | Oleg Yakovenko | |
| 2021-03-05 | feature: helper method naming adjustment | Oleg Yakovenko | |
