Page tree

Versions Compared

Key

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

...

Excerpt

This tutorial will walk you through assigning the contents of a cell using ExcelTemplate and ExcelApplication.

Section
Column
width20%50%
Panel
bgColorwhite
titleBGColor#EEE
titleHello World: Template Based Approach
borderColor#AAA
titleColor#666

With ExcelTemplate we can insert our data into a specially formatted Excel file.

Panel
bgColor#6691BC
borderStylesolid
borderColorWhite
borderWidth20

 Using ExcelTemplate

Column
width20%50%
Panel
bgColorwhite
titleBGColor#EEE
titleHello World: Programmatic Approach
borderColor#AAA
titleColor#666

With ExcelApplication's full object-model, we can create an Excel file completely from scratch.

Panel
bgColor#6691BC
borderStylesolid
borderColorWhite
borderWidth20

  Using ExcelApplication