summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/sheet_protection.rb
AgeCommit message (Expand)Author
2023-07-05Fix offenses in sheet protectionGeremia Taglialatela
2023-05-21Fix Lint/UselessAssignment offensesGeremia Taglialatela
2023-05-17Fix safe performance RuboCop offenses Geremia Taglialatela
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix safe, minor offenses to production codeGeremia Taglialatela
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-09Fix Layout/ArgumentAlignment offensesGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Layout offenses related to access modifiersGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2014-02-26Huge refactoringJurriaan Pruis
2012-10-18moved sort boolean reader declaration to boolean_attr_accessorRandy Morgan
2012-10-14Refactored to use options parser, accessors and serialization attributesRandy Morgan
2012-05-30release prep for 1.1.6Randy Morgan
2012-05-24tiny bit of whitespace cleanupRandy Morgan
2012-05-24comment out proper password until we know if excel supports it and if it is b...Randy Morgan
2012-05-22keep working on a spec compliant methodRandy Morgan
2012-05-21patch for 1.8.7 lack of proper ord()Randy Morgan
2012-05-21Stores the hash_value to @passwordJan-Hendrik Hühne
2012-05-21Adding password hash computationJan-Hendrik Hühne
2012-05-20enable sheet protection by default when it is initialized in the worksheet.Randy Morgan
2012-05-20bit of clean up for iterative password hash... still does not work though!Randy Morgan
2012-05-20more work on sheet protection. Protection is working, but specifying a passwo...Randy Morgan
2012-05-19first run at sheet_protection to provide password protection locking for sheets.Randy Morgan