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_protection.rb
Age
Commit message (
Expand
)
Author
2023-07-05
Fix offenses in sheet protection
Geremia Taglialatela
2023-05-21
Fix Lint/UselessAssignment offenses
Geremia Taglialatela
2023-05-17
Fix safe performance RuboCop 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-05-03
Fix safe, minor offenses to production code
Geremia Taglialatela
2023-04-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-09
Fix Layout/ArgumentAlignment 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-06
Fix Layout offenses related to access modifiers
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2014-02-26
Huge refactoring
Jurriaan Pruis
2012-10-18
moved sort boolean reader declaration to boolean_attr_accessor
Randy Morgan
2012-10-14
Refactored to use options parser, accessors and serialization attributes
Randy Morgan
2012-05-30
release prep for 1.1.6
Randy Morgan
2012-05-24
tiny bit of whitespace cleanup
Randy Morgan
2012-05-24
comment out proper password until we know if excel supports it and if it is b...
Randy Morgan
2012-05-22
keep working on a spec compliant method
Randy Morgan
2012-05-21
patch for 1.8.7 lack of proper ord()
Randy Morgan
2012-05-21
Stores the hash_value to @password
Jan-Hendrik Hühne
2012-05-21
Adding password hash computation
Jan-Hendrik Hühne
2012-05-20
enable sheet protection by default when it is initialized in the worksheet.
Randy Morgan
2012-05-20
bit of clean up for iterative password hash... still does not work though!
Randy Morgan
2012-05-20
more work on sheet protection. Protection is working, but specifying a passwo...
Randy Morgan
2012-05-19
first run at sheet_protection to provide password protection locking for sheets.
Randy Morgan