summaryrefslogtreecommitdiffhomepage
path: root/examples/example.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-11-25 15:18:08 +0900
committerRandy Morgan <[email protected]>2012-11-25 15:18:08 +0900
commitbe2c173291e33e84c7de088d73f2f676a879306d (patch)
tree800b9fa826cff9d49b549a9d36d9213fbe4c9045 /examples/example.rb
parent0a25dbeb32e20a3e8557e9dc32ea380cc543ae2a (diff)
downloadcaxlsx-be2c173291e33e84c7de088d73f2f676a879306d.tar.gz
caxlsx-be2c173291e33e84c7de088d73f2f676a879306d.zip
Cleaned up gemspec and removed pdf export example
Diffstat (limited to 'examples/example.rb')
-rwxr-xr-xexamples/example.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/example.rb b/examples/example.rb
index ebb74dae..a675cfa6 100755
--- a/examples/example.rb
+++ b/examples/example.rb
@@ -348,7 +348,7 @@ if examples.include? :hyperlinks
wb.add_worksheet(:name => 'hyperlinks') do |sheet|
# external references
sheet.add_row ['axlsx']
- #sheet.add_hyperlink :location => 'https://github.com/randym/axlsx', :ref => sheet.rows.first.cells.first
+ sheet.add_hyperlink :location => 'https://github.com/randym/axlsx', :ref => sheet.rows.first.cells.first
# internal references
sheet.add_hyperlink :location => "'Next Sheet'!A1", :ref => 'A2', :target => :sheet
sheet.add_row ['next sheet']
@@ -676,9 +676,9 @@ if examples.include? :shared_strings
end
#```
-p.validate do |er|
-puts er.inspect
-end
+#p.validate do |er|
+#puts er.inspect
+#end
##Disabling Autowidth
#```ruby