...
Basic ExcelTemplate TutorialExcelTemplate is the main class for template-driven document generation. This object opens an ExcelWriter template file, populates it with data from a specified data source, and generates a new Excel workbook. For a quick introduction to using the 'ExcelTemplate' Object, see the Basic ExcelTemplate Tutorial.
...
Note |
---|
ExcelApplication is not available in ExcelWriterSE. |
...
ExcelApplication
...
ExcelApplication is the main class for pure code-based workbook generation. This class is an engine used to open, create, and write (save or stream to a browser) workbooks. A single instance of ExcelApplication can generate multiple Excel workbooks. For a basic introduction to using the 'ExcelApplication' Object, see the Basic ExcelApplication Tutorial.
The 'SharePointIntegration' Object
...