Aspose::Cells::CalculationOptions::SetLinkedDataSources method

CalculationOptions::SetLinkedDataSources method

Specifies the data sources for external links used in formulas.

void Aspose::Cells::CalculationOptions::SetLinkedDataSources(const Vector<Workbook> &value)

Remarks

Like Workbook.UpdateLinkedDataSource(Workbook[]), here you may specify data sources for external links used in formulas to be calculated, especially those used in INDIRECT function. For those external links used in INDIRECT function, they are not taken as part of the external links of the workbook and cannot be updated by Workbook.UpdateLinkedDataSource(Workbook[]).

See Also