Page tree

Versions Compared

Key

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

...

ExcelWriter offers two approaches to generating, processing and manipulating Excel documents: ExcelTemplate and ExcelApplication.

Excerpt

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

Section
Column
width50%

With

ExcelTemplate

,

we

can

insert

our

data

into

a

specially

formatted

Excel

file. {div5:class=button-style} [Using ExcelTemplate|Hello World using ExcelTemplate] {div5}

file.

Panel
bgColorwhite
titleBGColor#EEE
titleHello World: Template Based Approach
borderColor#AAA
titleColor#666
Wiki Markup
Panel
bgColor#6691BC
borderStylesolid
borderColorWhite
borderWidth20

 Using ExcelTemplate

Column
width50%

With

ExcelApplication's

full

object-model,

we

can

create

an

Excel

file

completely

from

scratch. {div5:class=button-style} [Using ExcelApplication|Hello World Using ExcelApplication] {div5}

scratch.

Panel
bgColorwhite
titleBGColor#EEE
titleHello World: Programmatic Approach
borderColor#AAA
titleColor#666
Wiki Markup
Panel
bgColor#6691BC
borderStylesolid
borderColorWhite
borderWidth20

  Using ExcelApplication