Page tree

Versions Compared

Key

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

...

You can download the code for the hello world tutorial as a visual studio solution.

ExcelWriter Reference in Visual Studio

...

  1. Open Visual Studio and create a .NET project (this tutorial uses a web application).
  2. Add a reference to SoftArtisans.OfficeWriter.ExcelWriter.dll
    • SoftArtisans.OfficeWriter.ExcelWriter.dll is located under Program Files > SoftArtisans > OfficeWriter > dotnet > bin

You can download the Hello World sample code (C# or VB) to see the finished product.

...

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 excelExcel 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 excelExcel file completely from scratch.  

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