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

Intro

Create a template file for ExcelTemplate using ExcelApplication to write in data markers.

This demo uses ExcelApplication API to programmatically create an ExcelTemplate workbook with data markers.  The number, type, and position of the data markers are defined by the values chosen below.  The workbook with data markers is then opened with ExcelTemplate and populated with data.

Icon

This sample stores some of the data in a CSV file, which is available for download under Downloads. The CSV parser used in the example code was developed by Andrew Rissing and can be downloaded from Code Project.

Code

Downloads

  • No labels