index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
workbook
/
worksheet
/
cell.rb
Age
Commit message (
Expand
)
Author
2023-07-02
Require 'cgi' at module level
Geremia Taglialatela
2023-06-27
Merge pull request #285 from tagliala/chore/fix-redundant-self-offenses
Zsolt Kozaroczy
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-14
Enable Naming/PredicateName cop
Geremia Taglialatela
2023-06-12
Merge pull request #280 from tagliala/chore/remove-extra-to-s
Zsolt Kozaroczy
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-10
Remove redundant `to_s` calls
Geremia Taglialatela
2023-06-06
Invert nil checks to improve performance
Geremia Taglialatela
2023-06-03
Avoid unnecessary calls to `parse_options`
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-27
Improve absolute cell reference method
Geremia Taglialatela
2023-05-23
Improve cell type from value implementation
Geremia Taglialatela
2023-05-22
Merge pull request #236 from pkmiec/smallPerfTweaks
Zsolt Kozaroczy
2023-05-18
Fix YARD warnings
Geremia Taglialatela
2023-05-17
Add `Cell#style_str` so that we can directly return '0'
Paul Kmiec
2023-05-17
Merge branch 'master' into chore/use-delete-prefix-suffix
Zsolt Kozaroczy
2023-05-16
Replace `sub` with `delete_prefix`/`delete_suffix`
Geremia Taglialatela
2023-05-15
Remove ability to set `u=` to true in favor of :single
Paul Kmiec
2023-05-15
Only define @escape_formulas in cell if it is different from worksheet
Paul Kmiec
2023-05-15
Improve boolean validation constants (i.e. Axlsx::VALID_BOOLEAN_VALUES)
Paul Kmiec
2023-05-15
Using `between?` is more efficient than `cover?`
Paul Kmiec
2023-05-15
Fix safe rubocop offenses in Axslx::Cell
Paul Kmiec
2023-05-15
Treat escape_formulas similar to type, style, formula_value
Paul Kmiec
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-05-03
Fix safe, minor offenses to production code
Geremia Taglialatela
2023-04-23
Revert formula characters other than =
johnnyshields
2023-04-13
Merge branch 'master' into escape-formulas-improvement
Johnny Shields
2023-04-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-08
Fix Layout/EmptyLineAfterGuardClause offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-07
Fix Layout/SpaceAroundKeyword offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLinesAroundAttributeAccessor
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2023-04-03
Escape array formulas
johnnyshields
2023-04-02
`escape_formulas` should handle all [OWASP-designated formula prefixes](https...
johnnyshields
2023-03-31
Add settings for escape_formulas at global, workbook, worksheet, row and cell...
johnnyshields
2022-10-09
Improvements
Weston Ganger
2022-10-09
Remove active_support dependency from axlsx_styler
Weston Ganger
2022-09-29
Merge axlsx_styler gem into caxlsx
Weston Ganger
2022-02-06
Autowidth cell calculation is now configurable
Tobias Egli
2021-01-05
Merge pull request #71 from artplan1/add-date-type
Noel Peden
2020-12-03
Extend cell_type_from_value with sanity checks
Toms Mikoss
2020-11-27
Add casting to date
Artem Kozaev
2020-07-27
Fix type detection for floats with out-of-rage exponents (#54)
Stefan Daschek
2020-02-13
Improve cell string_autowidth calculations (#44)
Weston Ganger
2019-12-20
Add option to protect against formula injection attacks (#34)
Gabriel Morcote
2019-12-15
Fix typo.
Stefan Daschek
[next]