BuiltInDocumentProperties.HyperlinkBase cant be read or set

Hi!


The code below describes the problem: I cannot set the value of the built-in document property “HyperlinkBase”.

public static void DoIt()
{
WorkbookDesigner designer = new WorkbookDesigner();
Workbook workbook = new Workbook(Constants.sourcePath + “Blank.xlsx”);
designer.Workbook = workbook;

var hyperlinkBase = workbook.Worksheets.BuiltInDocumentProperties[“HyperlinkBase”];
hyperlinkBase.Value = “http://www.svd.se”; // This has no effect

var title = workbook.Worksheets.BuiltInDocumentProperties[“Title”];
title.Value = “SomeTitle”; // This sets the Title.

string output = Constants.destPath + “Hyperlink_result.xlsx”;
workbook.Save(output);
Process.Start(output);
}

Hi,


After an initial test, using your sample code and template file, I am able to reproduce the issue as you mentioned. I have logged a ticket for the issue with an id: CELLSNET-31334. We will look into your issue soon.

Thank you.

Hi,

We have fixed this issue. Please download the latest:
Aspose.Cells for .NET v7.0.2.1

The issues you have found earlier (filed as 31334) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.