diff options
| author | Randy Morgan <[email protected]> | 2012-08-11 15:44:46 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-08-11 15:44:46 +0900 |
| commit | 0331602d4c0012b13f7bf4950785d8d8d7b1e54a (patch) | |
| tree | 98188574b1ae62c25a13948c564a5071675408fc /lib/axlsx/util/constants.rb | |
| parent | be69023865bb02c544221d5dba5a189b2774adb2 (diff) | |
| download | caxlsx-0331602d4c0012b13f7bf4950785d8d8d7b1e54a.tar.gz caxlsx-0331602d4c0012b13f7bf4950785d8d8d7b1e54a.zip | |
add hyperlinks for worksheets #118
Diffstat (limited to 'lib/axlsx/util/constants.rb')
| -rw-r--r-- | lib/axlsx/util/constants.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb index e5fb08f1..122f680d 100644 --- a/lib/axlsx/util/constants.rb +++ b/lib/axlsx/util/constants.rb @@ -76,7 +76,7 @@ module Axlsx # image rels namespace IMAGE_R = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" - # image rels namespace + # hyperlink rels namespace HYPERLINK_R = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" # comment rels namespace |
