summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2023-04-10Fix tab color assignmentGeremia Taglialatela
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-09Fix Layout/ExtraSpacing offensesGeremia Taglialatela
2023-04-09Fix offenses related to indentation consistencyGeremia Taglialatela
2023-04-09Fix Layout/ArgumentAlignment offensesGeremia Taglialatela
2023-04-08Use File.read instead of IO.readGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix offenses related to trailing commasGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-08Fix Layout/SpaceBeforeFirstArg offensesGeremia Taglialatela
2023-04-08Fix Layout/MultilineOperationIndentation offensesGeremia Taglialatela
2023-04-08Fix an indentation issue manuallyGeremia Taglialatela
2023-04-07Fix Layout/SpaceInsideArrayLiteralBrackets offensesGeremia Taglialatela
2023-04-07Fix Layout/SpaceAroundKeyword offensesGeremia Taglialatela
2023-04-07Fix Layout/SpaceAroundBlockParameters offensesGeremia Taglialatela
2023-04-07Fix Layout/FirstArrayElementIndentation offenseGeremia Taglialatela
2023-04-07Fix Layout/EmptyLinesAroundBlockBody offensesGeremia Taglialatela
2023-04-07Fix Layout/ElseAlignmentGeremia Taglialatela
2023-04-07Fix Layout/BlockAlignment offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLinesAroundAttributeAccessorGeremia Taglialatela
2023-04-06Fix Layout offenses related to access modifiersGeremia Taglialatela
2023-04-06Fix Layout/CommentIndentation offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLineBetweenDefs offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2023-04-06Fix Layout/LeadingEmptyLines offensesGeremia Taglialatela
2023-04-06Fix Layout/TrailingEmptyLines offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2023-04-06Fix Layout/EndOfLine offensesGeremia Taglialatela
2023-04-03Escape array formulasjohnnyshields
2023-04-02`escape_formulas` should handle all [OWASP-designated formula prefixes](https...johnnyshields
2023-04-01Fix global setting of escape_formulasjohnnyshields
2023-03-31Add settings for escape_formulas at global, workbook, worksheet, row and cell...johnnyshields
2022-11-02Improve BorderCreator argsWeston Ganger
2022-10-22Fix bug in BorderCreator when second arg is nilWeston Ganger
2022-10-21Version bump to 3.3.0 [skip ci]Koza
2022-10-21Merge pull request #156 from basefarm/pivot_multiple_data_columnsNoel Peden
2022-10-12Add example images, Fix axlsx_styler checkWeston Ganger
2022-10-12Resolve all TODOsWeston Ganger
2022-10-09ImprovementsWeston Ganger
2022-10-09Cleanup Stylesheet#add_stylesWeston Ganger
2022-10-09Remove active_support dependency from axlsx_stylerWeston Ganger
2022-09-29Merge axlsx_styler gem into caxlsxWeston Ganger
2022-09-26Make sure all examples and docs use binary mode for reading / writing XLSX filesStefan
2022-09-23Improve documentation for `Worksheet#styles`Stefan Daschek
2022-09-21Update lib/axlsx/util/constants.rbStefan Daschek
2022-09-21Update lib/axlsx/workbook/worksheet/worksheet.rbStefan Daschek
2022-09-21Move worksheet name forbidden chars to a constantGeremia Taglialatela
2022-09-21Add worksheet name max length to a constantGeremia Taglialatela