diff options
| author | Randy Morgan <[email protected]> | 2012-11-25 15:18:08 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-11-25 15:18:08 +0900 |
| commit | be2c173291e33e84c7de088d73f2f676a879306d (patch) | |
| tree | 800b9fa826cff9d49b549a9d36d9213fbe4c9045 /examples | |
| parent | 0a25dbeb32e20a3e8557e9dc32ea380cc543ae2a (diff) | |
| download | caxlsx-be2c173291e33e84c7de088d73f2f676a879306d.tar.gz caxlsx-be2c173291e33e84c7de088d73f2f676a879306d.zip | |
Cleaned up gemspec and removed pdf export example
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/example.rb | 8 | ||||
| -rw-r--r-- | examples/extractive.pdf | bin | 64125 -> 0 bytes |
2 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 diff --git a/examples/extractive.pdf b/examples/extractive.pdf Binary files differdeleted file mode 100644 index e430df96..00000000 --- a/examples/extractive.pdf +++ /dev/null |
