Mon, 2021-01-25 10:00
Hello!
Is there any method to open the existing sheet of same excel through hyperlink?
For e.g. - We have 1 report in which we show the model list in 1 sheet and model graphics in different sheets of same excel. Now there is a requirement to provide a hyperlink against each model so that when we click on the hyperlink, it should open the model graphics sheet. Kindly suggest.
Regards
Abhishek Vikram
Hello!
Have you tried XlsCell.setHyperlink(String sLabel, String sHyperlinkAddress) method?