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 BindData and before Save.
You can call Process
only once for each instance of ExcelTemplate.
Examples
C#
vb.net