summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/cell.rb
AgeCommit message (Expand)Author
2023-07-02Require 'cgi' at module levelGeremia Taglialatela
2023-06-27Merge pull request #285 from tagliala/chore/fix-redundant-self-offensesZsolt Kozaroczy
2023-06-15Fix redundant self offensesGeremia Taglialatela
2023-06-14Enable Naming/PredicateName copGeremia Taglialatela
2023-06-12Merge pull request #280 from tagliala/chore/remove-extra-to-sZsolt Kozaroczy
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-10Remove redundant `to_s` callsGeremia Taglialatela
2023-06-06Invert nil checks to improve performanceGeremia Taglialatela
2023-06-03Avoid unnecessary calls to `parse_options`Geremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-27Improve absolute cell reference methodGeremia Taglialatela
2023-05-23Improve cell type from value implementationGeremia Taglialatela
2023-05-22Merge pull request #236 from pkmiec/smallPerfTweaksZsolt Kozaroczy
2023-05-18Fix YARD warningsGeremia Taglialatela
2023-05-17Add `Cell#style_str` so that we can directly return '0'Paul Kmiec
2023-05-17Merge branch 'master' into chore/use-delete-prefix-suffixZsolt 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-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-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
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/SpaceAroundKeyword offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLinesAroundAttributeAccessorGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2023-04-03Escape array formulasjohnnyshields
2023-04-02`escape_formulas` should handle all [OWASP-designated formula prefixes](https...johnnyshields
2023-03-31Add settings for escape_formulas at global, workbook, worksheet, row and cell...johnnyshields
2022-10-09ImprovementsWeston Ganger
2022-10-09Remove active_support dependency from axlsx_stylerWeston Ganger
2022-09-29Merge axlsx_styler gem into caxlsxWeston Ganger
2022-02-06Autowidth cell calculation is now configurableTobias Egli
2021-01-05Merge pull request #71 from artplan1/add-date-typeNoel Peden
2020-12-03Extend cell_type_from_value with sanity checksToms Mikoss
2020-11-27Add casting to dateArtem Kozaev
2020-07-27Fix type detection for floats with out-of-rage exponents (#54)Stefan Daschek
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-15Fix typo.Stefan Daschek