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
/
worksheet.rb
Age
Commit message (
Expand
)
Author
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-05
Prefer `Kernel#format` to `String#%`
Geremia Taglialatela
2023-06-05
Fix Style/RedundantInterpolation offenses
Geremia Taglialatela
2023-06-05
Fix Style/FormatString offenses
Geremia Taglialatela
2023-06-05
Merge pull request #274 from tagliala/chore/fix-negated-if-offenses
Zsolt Kozaroczy
2023-06-02
Fix negated if offenses
Geremia Taglialatela
2023-05-31
Remove redundant parentheses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-31
Fix Style/SymbolProc offenses
Geremia Taglialatela
2023-05-31
Fix string concatenation offenses in production code
Geremia Taglialatela
2023-05-22
Merge pull request #242 from tagliala/chore/fix-minor-safe-offenses
Zsolt Kozaroczy
2023-05-21
Improve comments
Geremia Taglialatela
2023-05-20
Remove minor safe offenses
Geremia Taglialatela
2023-05-18
Fix YARD warnings
Geremia Taglialatela
2023-05-15
Only define @escape_formulas in cell if it is different from worksheet
Paul Kmiec
2023-05-10
Fix Inefficient Hash Search offenses
Geremia Taglialatela
2023-05-05
Pipe output directly to str and avoid additional memory allocations
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-12
Fix warnings with Ruby 2.x
Koza
2023-04-13
Merge branch 'master' into escape-formulas-improvement
Johnny Shields
2023-04-12
Small fixes: whitespace, typos, ordering, etc. (#188)
Johnny Shields
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/ElseAlignment
Geremia Taglialatela
2023-04-07
Fix Layout/BlockAlignment offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-03-31
Add settings for escape_formulas at global, workbook, worksheet, row and cell...
johnnyshields
2022-11-02
Improve BorderCreator args
Weston Ganger
2022-10-12
Resolve all TODOs
Weston Ganger
2022-09-29
Merge axlsx_styler gem into caxlsx
Weston Ganger
2022-09-23
Improve documentation for `Worksheet#styles`
Stefan Daschek
2022-09-21
Update lib/axlsx/workbook/worksheet/worksheet.rb
Stefan Daschek
2022-09-21
Move worksheet name forbidden chars to a constant
Geremia Taglialatela
2022-09-21
Add worksheet name max length to a constant
Geremia Taglialatela
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Update references to use new class method
pjskennedy
2022-02-07
Validate name option to be non-empty string when passed.
Josef Šimánek
2022-02-06
Autowidth cell calculation is now configurable
Tobias Egli
2022-01-24
Refractor to use constant based error messages
Weston Ganger
2021-12-29
Fix Worksheet#name_to_cell bug which returned reversed row/col indexes
Weston Ganger
2021-03-19
Implement :offset option for worksheet#add_row (#87)
Agustin Gomez
2020-12-10
Fix calculation of worksheet name length
Luka Lüdicke
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-17
Check size in bytes as opposed to string size
Ian Clarkson
[next]