Intro
This sample uses ExcelTemplate to populate a generic expense report template.This example demonstrates how to use single object data markers (ones that start with %%=$) to import the data for the header by calling the BindCellData method multiple times. It also demonstrates how to use 2-D array data markers to import expense data from an Object array by calling the BindData method once.
Code
Downloads
- Template: ExpenseReportTemplate.xlsx
- Output: ExpenseReport_output.xlsx