Table of Contents

Hello World with ExcelApplication

Diving right into the code

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

using SoftArtisans.OfficeWriter.WordWriter;

Imports SoftArtisans.OfficeWriter.WordWriter

Final Code

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.