index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
workbook
/
worksheet
/
tc_row.rb
Age
Commit message (
Expand
)
Author
2023-05-22
Use Ruby 1.9 hash syntax (non-production code)
Geremia Taglialatela
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 Style/RedundantFileExtensionInRequire offense
Geremia Taglialatela
2023-05-03
Add RuboCop Minitest
Geremia Taglialatela
2023-04-13
Merge branch 'master' into escape-formulas-improvement
Johnny Shields
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2023-03-31
Add settings for escape_formulas at global, workbook, worksheet, row and cell...
johnnyshields
2021-03-27
Fix test
Stefan
2021-03-19
Implement :offset option for worksheet#add_row (#87)
Agustin Gomez
2019-12-20
Add option to protect against formula injection attacks (#34)
Gabriel Morcote
2016-11-14
set color with Row#color=
sato-s
2014-04-04
Fix boolean values so the output matches Excel and works on Numbers
Jurriaan Pruis
2014-02-26
Huge refactoring
Jurriaan Pruis
2012-11-05
refactored Row serialization
Randy Morgan
2012-07-15
refactoring auto width calculation to improve code quality.
Randy Morgan
2012-05-17
fix ALL the warnings!
Randy Morgan
2012-05-17
finishing off row properties.
Randy Morgan
2012-05-15
bring coverage up to 100% and patch a few minor bugs in cell style overrides ...
Randy Morgan
2012-05-13
MOAR specs
Randy Morgan
2012-05-09
patch nil row style issue
Randy Morgan
2012-04-27
test to ensure that add_cell properly updates worksheet column widths.
Randy Morgan
2012-04-25
bug fix to properly assign style/type data when creating rows and partial sty...
Randy Morgan
2012-04-02
Updated tests for nil cells
Jurriaan Pruis
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-28
Still not fast enough?
Randy Morgan
2012-03-26
Quick and Dirty run on trying interpolated strings instead of nokogiri for sh...
Randy Morgan
2012-03-23
move requires out of specs and into helper that prepends lib directory for re...
Randy Morgan
2012-02-27
Add support for rows with custom height.
Stefan Daschek
2011-11-27
adding in row_style and col_style methods to worksheet and active record 'act...
Randy Morgan
2011-11-20
first commit
Randy Morgan