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%
Panel
bgColorwhite
titleBGColor#EEE
titleHello World: Template Based Approach
borderColor#AAA
titleColor#666
Wiki Markup


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

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

Column
width50%
Panel
bgColorwhite
titleBGColor#EEE
titleHello World: Programmatic Approach
borderColor#AAA
titleColor#666
Wiki Markup


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}