Hi there,
is there any known issue with hyperlinks containing non-ascii characters?
Example: currentRow.Cell(1).Hyperlink = new XLHyperlink(@"F:\Dokumentation\Versand\Rücklauf Extern\Außer.xls"); doesnt seem to work. Clicking the hyperlink in Excel doesn't open the file. Instead I keep gettting a message that the address is invalid.
The workbooks source shows this:
<Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="file:///F:/Dokumentation/Versand/R%C3%BCcklauf%20Extern/Au%C3%9Fer.xls" TargetMode="External" Id="rId8" />
Any ideas?
Regards
Aleks
Comments: Pull request merged.
is there any known issue with hyperlinks containing non-ascii characters?
Example: currentRow.Cell(1).Hyperlink = new XLHyperlink(@"F:\Dokumentation\Versand\Rücklauf Extern\Außer.xls"); doesnt seem to work. Clicking the hyperlink in Excel doesn't open the file. Instead I keep gettting a message that the address is invalid.
The workbooks source shows this:
<Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="file:///F:/Dokumentation/Versand/R%C3%BCcklauf%20Extern/Au%C3%9Fer.xls" TargetMode="External" Id="rId8" />
Any ideas?
Regards
Aleks
Comments: Pull request merged.