How to set Hyperlink Base programmatically in OpenXML C# in Excel?
Manually way:
Open the document in which you want to use an absolute hyperlink.
On the File menu, click Info.
Click the Properties dropdown under the document window.
Click Advanced Properties.
Click the Summary tab.
In the Hyperlink Base box, type x.
Click OK.
How to set programmatically?
Thanks for your help in advance.
Amit MohantyPosted Jul 3, 2023, 10:19 AM
Try this once
Karthik SPosted Jul 4, 2023, 5:11 AM
Working as expected. Thank you.
Mohamed Azarudeen ZPosted Jul 3, 2023, 10:16 AM
guess you have ur ansewer