| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-06 | Fix Layout/FirstHashElementIndentation offense | Geremia Taglialatela | |
| ``` rubocop --only Layout/FirstHashElementIndentation ``` Manually fixed | |||
| 2023-04-06 | Fix Layout/CommentIndentation offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/CommentIndentation -a ``` | |||
| 2023-04-06 | Fix Layout/EmptyLineBetweenDefs offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLineBetweenDefs -a ``` | |||
| 2023-04-06 | Fix Layout/EmptyLines offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLines -a ``` | |||
| 2023-04-06 | Fix Layout/InitialIndentation offense | Geremia Taglialatela | |
| ``` rubocop --only Layout/InitialIndentation -a ``` | |||
| 2023-04-06 | Fix Style/Encoding offenses | Geremia Taglialatela | |
| ``` rubocop --only Style/Encoding -a ``` | |||
| 2023-04-06 | Fix Layout/LeadingEmptyLines offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/LeadingEmptyLines -a ``` | |||
| 2023-04-06 | Fix Layout/TrailingEmptyLines offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/TrailingEmptyLines -a ``` | |||
| 2023-04-06 | Remove Layout/TrailingWhitespace offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/TrailingWhitespace -a ``` | |||
| 2023-04-06 | Fix Layout/EndOfLine offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EndOfLine ``` Manually fixed | |||
| 2023-04-06 | Add RuboCop | Geremia Taglialatela | |
| 2023-04-06 | Add a default editor config | Geremia Taglialatela | |
| EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. Ref: https://editorconfig.org/ | |||
| 2023-03-13 | Use stale@v2 to fix autoclosing issues | Zsolt Kozaroczy | |
| 2023-03-09 | Do not close stale PRs and issues automatically [skip-ci] | Koza | |
| 2023-03-01 | Fix download badge [skip-ci] | Noel Peden | |
| 2022-12-05 | Switch to https where possible | Geremia Taglialatela | |
| Update http links to https [ci skip] | |||
| 2022-11-23 | Merge pull request #172 from westonganger/fix_border_creator_edges_bug | Noel Peden | |
| Fix bug in BorderCreator when second arg is nil | |||
| 2022-11-02 | Improve BorderCreator args | Weston Ganger | |
| 2022-10-22 | Fix bug in BorderCreator when second arg is nil | Weston Ganger | |
| 2022-10-21 | Merge pull request #170 from kiskoza/master | Noel Peden | |
| Version bump to 3.3.0 [skip ci] | |||
| 2022-10-21 | Version bump to 3.3.0 [skip ci] | Koza | |
| 2022-10-21 | Merge pull request #156 from basefarm/pivot_multiple_data_columns | Noel Peden | |
| Prevent Excel from crashing when multiple data columns added to PivotTable | |||
| 2022-10-21 | Merge pull request #168 from westonganger/merge_axlsx_styler | Noel Peden | |
| Merge axlsx_styler gem into caxlsx | |||
| 2022-10-20 | Remove axlsx_styler gem from readme | Weston Ganger | |
| 2022-10-12 | Add example images, Fix axlsx_styler check | Weston Ganger | |
| 2022-10-12 | Resolve all TODOs | Weston Ganger | |
| 2022-10-09 | Cleanup serialize calls from axlsx_styler tests | Weston Ganger | |
| 2022-10-09 | Improvements | Weston Ganger | |
| 2022-10-09 | Cleanup Stylesheet#add_styles | Weston Ganger | |
| 2022-10-09 | Remove active_support dependency from axlsx_styler | Weston Ganger | |
| 2022-09-29 | Merge axlsx_styler gem into caxlsx | Weston Ganger | |
| 2022-09-26 | Make sure all examples and docs use binary mode for reading / writing XLSX files | Stefan | |
| Not using binary mode can cause encoding issues, see #138. | |||
| 2022-09-23 | Improve documentation for `Worksheet#styles` | Stefan Daschek | |
| Closes #166 | |||
| 2022-09-21 | Update lib/axlsx/util/constants.rb | Stefan Daschek | |
| Co-authored-by: Geremia Taglialatela <[email protected]> | |||
| 2022-09-21 | Update lib/axlsx/workbook/worksheet/worksheet.rb | Stefan Daschek | |
| Co-authored-by: Geremia Taglialatela <[email protected]> | |||
| 2022-09-21 | Move worksheet name forbidden chars to a constant | Geremia Taglialatela | |
| 2022-09-21 | Add worksheet name max length to a constant | Geremia Taglialatela | |
| Close #163 | |||
| 2022-09-17 | Clarify Hyperlinks Example for Internal Links | Weston Ganger | |
| 2022-07-22 | Update changelog | Knut Stenmark | |
| 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. | |||
