summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook
AgeCommit message (Expand)Author
2023-05-22Merge pull request #243 from tagliala/chore/fix-zero-length-predicate-offensesZsolt Kozaroczy
2023-05-22Merge pull request #242 from tagliala/chore/fix-minor-safe-offensesZsolt Kozaroczy
2023-05-22Merge pull request #241 from tagliala/chore/fix-style-and-or-offenseZsolt Kozaroczy
2023-05-22Merge pull request #240 from tagliala/chore/fix-void-contextsZsolt Kozaroczy
2023-05-22Merge pull request #237 from tagliala/chore/fix-hash-transform-keysZsolt Kozaroczy
2023-05-22Merge pull request #235 from tagliala/chore/fix-yard-warningsZsolt Kozaroczy
2023-05-21Improve commentsGeremia Taglialatela
2023-05-21Fix Lint/UselessAssignment offensesGeremia Taglialatela
2023-05-20Fix Style/ZeroLengthPredicate unsafe offensesGeremia Taglialatela
2023-05-20Remove minor safe offensesGeremia Taglialatela
2023-05-20Fix Style/AndOr offensesGeremia Taglialatela
2023-05-20Fix Lint/Void offensesGeremia Taglialatela
2023-05-20Fix sheet_by_name for sheets with escaped charactersAdam Kiczula
2023-05-19Fix hash transformation related offensesGeremia Taglialatela
2023-05-18Fix YARD warningsGeremia Taglialatela
2023-05-17Add `Cell#style_str` so that we can directly return '0'Paul Kmiec
2023-05-17Fix safe performance RuboCop offenses Geremia Taglialatela
2023-05-17Merge branch 'master' into chore/use-delete-prefix-suffixZsolt Kozaroczy
2023-05-17Merge branch 'master' into chore/use-detect-and-includeZsolt Kozaroczy
2023-05-17Merge branch 'master' into cacheColRefZsolt Kozaroczy
2023-05-16Replace `sub` with `delete_prefix`/`delete_suffix`Geremia Taglialatela
2023-05-15Remove ability to set `u=` to true in favor of :singlePaul Kmiec
2023-05-15Only define @escape_formulas in cell if it is different from worksheetPaul Kmiec
2023-05-15Improve boolean validation constants (i.e. Axlsx::VALID_BOOLEAN_VALUES)Paul Kmiec
2023-05-15Using `between?` is more efficient than `cover?`Paul Kmiec
2023-05-15Fix safe rubocop offenses in Axslx::CellPaul Kmiec
2023-05-15Treat escape_formulas similar to type, style, formula_valuePaul Kmiec
2023-05-15Also cache row_refPaul Kmiec
2023-05-15Cache col_ref to avoid allocationsPaul Kmiec
2023-05-15Use `include?` and `find` for performanceGeremia Taglialatela
2023-05-10Fix Inefficient Hash Search offensesGeremia Taglialatela
2023-05-09Do not change the whitespace that is produced by to_xml_string'sPaul Kmiec
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-23Revert formula characters other than =johnnyshields
2023-04-12Fix warnings with Ruby 2.xKoza
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-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-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix offenses related to trailing commasGeremia Taglialatela