Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

The Process method enters data source values in a template's data markers, and creates the output file (the new spreadsheet) in memory. The Save method can then save the output file to disk, stream it to the browser, or both.

C#
vb.net

Remarks

Call Process after [SetDataSource] and before Save.

You can call Process only once for each instance of ExcelTemplate.

Examples

C#
vb.net
  • No labels