diff options
| author | realtradam <[email protected]> | 2023-11-15 15:40:11 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-11-15 15:40:11 -0500 |
| commit | 1cc2ec78eb9d0578d5079b123ed731e029eba290 (patch) | |
| tree | aee9db5d331f5333c5bdd8219d7ed0aef4f2be2d | |
| parent | 333331d54639685046d0aeb11a605a729edba656 (diff) | |
| download | caxlsx-1cc2ec78eb9d0578d5079b123ed731e029eba290.tar.gz caxlsx-1cc2ec78eb9d0578d5079b123ed731e029eba290.zip | |
Fix hyperlinking to worksheets with underscoreshyperlink-worksheet-fix
| -rw-r--r-- | lib/axlsx/workbook/worksheet/worksheet_hyperlink.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/worksheet_hyperlink.rb b/lib/axlsx/workbook/worksheet/worksheet_hyperlink.rb index 2195fc6b..f0bef9f0 100644 --- a/lib/axlsx/workbook/worksheet/worksheet_hyperlink.rb +++ b/lib/axlsx/workbook/worksheet/worksheet_hyperlink.rb @@ -60,7 +60,7 @@ module Axlsx # @return [String] def to_xml_string(str = +'') str << '<hyperlink ' - serialized_attributes str, location_or_id + serialized_attributes str, location_or_id, false str << '/>' end |
