| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-08 | Fix space-related offenses | Geremia Taglialatela | |
| - Layout/SpaceAfterComma - Layout/SpaceAroundEqualsInParameterDefault - Layout/SpaceAroundOperators - Layout/SpaceBeforeBlockBraces - Layout/SpaceInsideBlockBraces - Layout/SpaceInsideHashLiteralBraces - Layout/SpaceInsideParens | |||
| 2023-04-08 | Fix offenses related to trailing commas | Geremia Taglialatela | |
| 2023-04-08 | Fix EmptyLines related offenses | Geremia Taglialatela | |
| 2023-04-08 | Fix Layout/SpaceBeforeFirstArg offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceBeforeFirstArg -a ``` | |||
| 2023-04-08 | Fix Layout/MultilineOperationIndentation offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/MultilineOperationIndentation -a ``` | |||
| 2023-04-08 | Fix an indentation issue manually | Geremia Taglialatela | |
| Also regenerate config | |||
| 2023-04-07 | Fix Layout/SpaceInsideArrayLiteralBrackets offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceInsideArrayLiteralBrackets -a ``` | |||
| 2023-04-07 | Fix Layout/SpaceAroundKeyword offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceAroundKeyword -a ``` | |||
| 2023-04-07 | Fix Layout/SpaceAroundBlockParameters offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/SpaceAroundBlockParameters -a ``` | |||
| 2023-04-07 | Fix Layout/FirstArrayElementIndentation offense | Geremia Taglialatela | |
| ``` rubocop --only Layout/FirstArrayElementIndentation -a ``` | |||
| 2023-04-07 | Fix Layout/EmptyLinesAroundBlockBody offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLinesAroundBlockBody -a ``` | |||
| 2023-04-07 | Fix Layout/ElseAlignment | Geremia Taglialatela | |
| Manually fixed | |||
| 2023-04-07 | Fix Layout/BlockAlignment offenses | Geremia Taglialatela | |
| Manually fixed | |||
| 2023-04-06 | Fix Layout/EmptyLinesAroundAttributeAccessor | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLinesAroundAttributeAccessor -a ``` | |||
| 2023-04-06 | Fix Layout offenses related to access modifiers | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLinesAroundAccessModifier,Layout/AccessModifierIndentation -a ``` | |||
| 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 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-03 | Escape array formulas | johnnyshields | |
| 2023-04-02 | `escape_formulas` should handle all [OWASP-designated formula ↵ | johnnyshields | |
| prefixes](https://owasp.org/www-community/attacks/CSV_Injection). | |||
| 2023-03-31 | Add settings for escape_formulas at global, workbook, worksheet, row and ↵ | johnnyshields | |
| cell levels. | |||
| 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 | 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-12 | Resolve all TODOs | 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-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-09 | Add pivot table option to sort headers (#143) | James Lam | |
| 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 | 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 | 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. | |||
