diff options
| author | Randy Morgan <[email protected]> | 2012-05-25 19:17:14 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-25 19:17:14 +0900 |
| commit | ddb30e7e45e88082c268b902e60f62d48d855c70 (patch) | |
| tree | 448cad7b5efb2ef2e1dd371f72aa8b2bedea3e86 /examples | |
| parent | 3dcd106b47cb49aaac8c23a13e95b32a91b566d0 (diff) | |
| download | caxlsx-ddb30e7e45e88082c268b902e60f62d48d855c70.tar.gz caxlsx-ddb30e7e45e88082c268b902e60f62d48d855c70.zip | |
doc fix for bar series and removing ECMA specific sheet password protection from example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/sheet_protection.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/sheet_protection.rb b/examples/sheet_protection.rb index 68d1fe8d..e8d87e12 100644 --- a/examples/sheet_protection.rb +++ b/examples/sheet_protection.rb @@ -4,7 +4,6 @@ $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib" require 'axlsx' p = Axlsx::Package.new -p.workbook.add_worksheet(:name => 'ECMA-376') { |ws| ws.sheet_protection.propper_password = 'fish' } p.workbook.add_worksheet(:name => 'Open Office') { |ws| ws.sheet_protection.password = 'fish' } p.serialize 'sheet_protection.xlsx' |
