Method: Axlsx::SheetProtection#salt_value

Defined in:
lib/axlsx/workbook/worksheet/sheet_protection.rb

#salt_valueString (readonly)

Specifies the salt which was prepended to the user-supplied password before it was hashed using the hashing algorithm

Returns:

  • (String)


46
47
48
# File 'lib/axlsx/workbook/worksheet/sheet_protection.rb', line 46

def salt_value
  @salt_value
end