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
width30%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. [Using ExcelTemplate|Hello World using ExcelTemplate]

 

file.

Panel
bgColor#6691BC
borderStylesolid
borderColorWhite
borderWidth20

 Using ExcelTemplate

Column
width30%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.

[Using ExcelApplication|Hello World Using ExcelApplication]

 

 

Panel
bgColor#6691BC
borderStylesolid
borderColorWhite
borderWidth20

  Using ExcelApplication