Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Wed Nov 10, 2021 7:54 am

Hi Supportteam,

how can I add a hyperlink to a "Textbox" ? There is a "hylink" prop but its readonly.

Code: Select all
var myTextBox = sheet.TextBoxes.AddTextBox(1, 1, 100, 100) as XlsTextBoxShape;


Greetings Christian

PrintPro
 
Posts: 55
Joined: Tue Apr 16, 2019 6:17 pm

Wed Nov 10, 2021 9:04 am

Hello Christian,

Thanks for your inquiry.
I'm sorry that the feature of adding hyperlink to XlsTextBoxShape has not been supported yet. It has been logged it in our product upgrade system with the ticket SPIREXLS-3526.
When it is finished, we will inform you. Sorry for any inconvenience caused.

Sincerely,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Thu Nov 11, 2021 3:49 am

Dear Christian,

I hope all is well with you.
There is an update on SPIREXLS-3526. Please use textbox.HyLink.Address = "https://www.e-iceblue.com"; to add the hyperlink for text box.

Sincerely,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Thu Nov 11, 2021 5:05 am

Works.
Great job, thank you Amy.

PrintPro
 
Posts: 55
Joined: Tue Apr 16, 2019 6:17 pm

Thu Nov 11, 2021 5:39 am

Dear Christian,

You are welcome.

Sincerely,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.XLS

cron