summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/worksheet.rb
AgeCommit message (Expand)Author
2023-06-15Fix redundant self offensesGeremia Taglialatela
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-05Prefer `Kernel#format` to `String#%`Geremia Taglialatela
2023-06-05Fix Style/RedundantInterpolation offensesGeremia Taglialatela
2023-06-05Fix Style/FormatString offensesGeremia Taglialatela
2023-06-05Merge pull request #274 from tagliala/chore/fix-negated-if-offensesZsolt Kozaroczy
2023-06-02Fix negated if offensesGeremia Taglialatela
2023-05-31Remove redundant parenthesesGeremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-31Fix Style/SymbolProc offensesGeremia Taglialatela
2023-05-31Fix string concatenation offenses in production codeGeremia Taglialatela
2023-05-22Merge pull request #242 from tagliala/chore/fix-minor-safe-offensesZsolt Kozaroczy
2023-05-21Improve commentsGeremia Taglialatela
2023-05-20Remove minor safe offensesGeremia Taglialatela
2023-05-18Fix YARD warningsGeremia Taglialatela
2023-05-15Only define @escape_formulas in cell if it is different from worksheetPaul Kmiec
2023-05-10Fix Inefficient Hash Search offensesGeremia Taglialatela
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix safe, minor offenses to production codeGeremia Taglialatela
2023-04-12Fix warnings with Ruby 2.xKoza
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-12Small fixes: whitespace, typos, ordering, etc. (#188)Johnny Shields
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-07Fix Layout/ElseAlignmentGeremia Taglialatela
2023-04-07Fix Layout/BlockAlignment offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2023-03-31Add settings for escape_formulas at global, workbook, worksheet, row and cell...johnnyshields
2022-11-02Improve BorderCreator argsWeston Ganger
2022-10-12Resolve all TODOsWeston Ganger
2022-09-29Merge axlsx_styler gem into caxlsxWeston Ganger
2022-09-23Improve documentation for `Worksheet#styles`Stefan 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
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2022-02-07Validate name option to be non-empty string when passed.Josef Šimánek
2022-02-06Autowidth cell calculation is now configurableTobias Egli
2022-01-24Refractor to use constant based error messagesWeston Ganger
2021-12-29Fix Worksheet#name_to_cell bug which returned reversed row/col indexesWeston Ganger
2021-03-19Implement :offset option for worksheet#add_row (#87)Agustin Gomez
2020-12-10Fix calculation of worksheet name lengthLuka Lüdicke
2020-02-13Improve cell string_autowidth calculations (#44)Weston Ganger
2019-12-20Add option to protect against formula injection attacks (#34)Gabriel Morcote
2019-12-17Check size in bytes as opposed to string sizeIan Clarkson