DevExpress-Examples / spreadsheet-document-api-external-workbook

Add a workbook to the collection of source workbooks to create external references in the current document.

Repository from Github https://github.comDevExpress-Examples/spreadsheet-document-api-external-workbookRepository from Github https://github.comDevExpress-Examples/spreadsheet-document-api-external-workbook

Spreadsheet Document API - Insert a Reference to an External Workbook

This example demonstrates how to insert an external reference link from a workbook to another workbook.

An external workbook is created and populated with random data by importing a data table at runtime. Subsequently, the workbook is added to the ExternalWorkbookCollection. A cell formula with reference to an external workbook is inserted in the current worksheet. The worksheet is saved to .XLSX file and opened with an application registered for that file format.

Important

The Universal Subscription or an additional Office File API Subscription is required to use this example in production code. Please refer to the DevExpress Subscription page for pricing information.

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Add a workbook to the collection of source workbooks to create external references in the current document.

License:Other


Languages

Language:C# 53.6%Language:Visual Basic .NET 46.4%