diff options
| author | Randy Morgan <[email protected]> | 2012-06-20 19:40:59 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-06-20 19:40:59 +0900 |
| commit | aa361626894b48fbd9ab2aa19d1e4e34ec704b33 (patch) | |
| tree | ef579baf61693b9ac016a06b5e3621b6d9167c93 /examples/example.rb | |
| parent | 3d3d8e3aba0c49fe5adef5cf1058c3157314b2b2 (diff) | |
| download | caxlsx-aa361626894b48fbd9ab2aa19d1e4e34ec704b33.tar.gz caxlsx-aa361626894b48fbd9ab2aa19d1e4e34ec704b33.zip | |
parse out protected_range: NOTE excel does not support this part of the spec!
Diffstat (limited to 'examples/example.rb')
| -rwxr-xr-x | examples/example.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example.rb b/examples/example.rb index 5b5b11b9..bd32e98b 100755 --- a/examples/example.rb +++ b/examples/example.rb @@ -342,6 +342,7 @@ wb.add_worksheet(:name => 'Sheet Protection') do |sheet| sheet.add_row [4, 5, 6], :style => unlocked # these cells will not! end + ##Specify page margins and other options for printing #```ruby |
