Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

...

icon

...

false
titleAPI Reference

Excerpt

The API Reference describes each object, method, and property in ExcelWriter.

ExcelWriter provides two development solutions that can be used separately or together:

The 'ExcelTemplate' Object

...

ExcelTemplate 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 ExcelTemplate in DepthGuides.

The 'ExcelApplication' Object

...

ExcelApplication is

...

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 ExcelTemplate in Depth Hello World Tutorial.

The 'SharePointIntegration' Object

...

SharePointIntegration is

...

SharePointIntegration is a class of extension methods that allow you to more easily use ExcelWriter from within SharePoint, with support for opening and saving from SharePoint List attachments and Document Libraries as well as data binding with SharePoint Objects.

...