michael-m52
michael-m52
This works perfectly in the development branch
Hi @JanMarvin, thanks so much for you efforts. So your suggestion means that we would pass the display text into the hyperlink class object as "name" when creating it with...
Hi @JanMarvin, on further reflection, I am wondering what the Excel application does to those hyperlinks when you "Save A Copy", because after this step, the hyperlinks are perfectly readable...
Thanks @JanMarvin I understand these are not high priority issues and I'll try fixing some things myself. I'm not confident with GitHub but I'll attempt a pull request if I...
Thanks @JanMarvin Is there a way to create an internal hyperlink using openxlsx without using the HYPERLINK formula? In VBA it would look like this: ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="", SubAddress:= "Sheet2!A1",...
Thankyou, I have a workaround now that uses writeData instead.
Thankyou @JanMarvin I appreciate it. I would like to contribute to fixing some of these issues, but I haven't worked out how to debug the openxlsx package from the downloaded...
Thanks again @JanMarvin, I will test the development branch to see if this works now.
Hi @JanMarvin Once again, I really appreciate your efforts. If I could get the hang of GitHub I'd contribute myself so I'm so happy that somebody else is doing this....
I'm having the same issue