Page tree

Versions Compared

Key

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

...

If you are coding in the code-behind page, include a using or Imports statement at the top of the code-behind page:

Code Block
c#c#
titleC#
Csharp
using SoftArtisans.OfficeWriter.ExcelWriter;
Code Block
Imports
vb.netvb.net
titleVB.NET
Vbnet

Imports SoftArtisans.OfficeWriter.ExcelWriter

To generate a new spreadsheet with ExcelWriter:

...