summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2023-04-23Update version.rb [skip ci]Noel Peden
2023-04-23Revert formula characters other than =johnnyshields
2023-04-12Version bump to 3.4.0Koza
2023-04-12Fix missing URI.open for ruby < 2.5Koza
2023-04-12Fix warnings with Ruby 2.xKoza
2023-04-12Merge pull request #186 from tablecheck/escape-formulas-improvementZsolt Kozaroczy
2023-04-12Rubocop fixesKoza
2023-04-12refactored code on Pic classSebastiano
2023-04-12clean codeSebastiano
2023-04-12improve validationSebastiano
2023-04-12feat: add support for remote imagesSebastiano
2023-04-13Update row.rbJohnny Shields
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-12Small fixes: whitespace, typos, ordering, etc. (#188)Johnny Shields
2023-04-12Merge pull request #191 from tagliala/chore/add-rubocopZsolt Kozaroczy
2023-04-12Merge pull request #194 from tagliala/security/193-use-file-readZsolt Kozaroczy
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