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 16 Next »

Intro

Use a variety of .NET data types to populate ExcelTemplate including string[], ArrayList, and Hashtable.

Methods used:

  • BindData - For using 2-dimensional, grid-like data stored in an array. Arrays can be arranged in [row,col] (normal) or [col,row] (transposed) fashions.
  • BindColumnData - For use with a 1-dimensional array, collection, or dictionary. Data is filled in the column.
  • BindRowData - For use with a 1-dimensional array, collection, or dictionary. Populates with only a single row of the data source. There must be a data marker for every column you want to be shown. 

Code

Downloads

  • No labels