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
/
sheet_view.rb
Age
Commit message (
Expand
)
Author
2023-10-19
Merge pull request #273 from tagliala/chore/fix-unused-block-argument
Zsolt Kozaroczy
2023-06-15
Fix Lint/UnusedBlockArgument offenses
Geremia Taglialatela
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-31
Fix Style/MutableConstant offenses
Geremia Taglialatela
2023-05-22
Fix safe class comparison offenses
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-04-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-09
Fix Layout/ArgumentAlignment 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/SpaceInsideArrayLiteralBrackets offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2012-10-14
Refactored to use options parser, accessors and serialization attributes
Randy Morgan
2012-06-11
mass removal of @default docs bunked some instance vars that started with @de...
Randy Morgan
2012-06-11
documentation improvements.
Randy Morgan
2012-06-09
make sheet view selections readable
Randy Morgan
2012-06-07
dont write nil values - invalid as per schema
Randy Morgan
2012-06-07
use camel instead of inline gsub
Randy Morgan
2012-06-06
Added selection function to the sheet view class.
Jan-Hendrik Hühne
2012-06-06
Changes default value of "window protection"
Jan-Hendrik Hühne
2012-06-06
Adds pane functions to worksheet class.
Jan-Hendrik Hühne
2012-06-06
Typo.
Jan-Hendrik Hühne
2012-06-06
SheetView bugfixes and test suite
Jan-Hendrik Hühne
2012-06-06
First step of the sheet_view implementation.
Jan-Hendrik Hühne