Hyperlinks wont work as expected in Excel
Status: Alpha
Brought to you by:
rvk
Hyperlinks wont work as expected in Excel
=HYPERLINK(;Page1!D44). Will work in Excel, also =HYPERLINK(Page1!D44)
does.
But when written as Formula in pyExcelerator this wont work. pyExcelerator
expects " around Page1!D44, or you'll get an error.
When you write =HYPERLINK("Page1!D44") or =HYPERLINK(;"Page1!D44")
pyExcelerator accepts the Formula. But Excel wont show you a Value, because
it's a wrong Hyperlink.