summaryrefslogtreecommitdiffhomepage
path: root/examples/example.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-06-20 19:40:59 +0900
committerRandy Morgan <[email protected]>2012-06-20 19:40:59 +0900
commitaa361626894b48fbd9ab2aa19d1e4e34ec704b33 (patch)
treeef579baf61693b9ac016a06b5e3621b6d9167c93 /examples/example.rb
parent3d3d8e3aba0c49fe5adef5cf1058c3157314b2b2 (diff)
downloadcaxlsx-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-xexamples/example.rb1
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