Page tree

Versions Compared

Key

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

Table of Contents

Table of Contents

Hello World with ExcelApplication

Diving right into the code

1. Include the SoftArtisans.OfficeWriter.WordWriter namespace in the code behind.

Csharp
1
1

using SoftArtisans.OfficeWriter.WordWriter;
Vbnet
1
1

Imports SoftArtisans.OfficeWriter.WordWriter

Final Code

Csharp
7
7
Vbnet
8
8

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

Downloads

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