ActiveReports for .NET 3 Online Help Request technical support
Walkthrough: Using SpreadBuilder
See Also
User Guide > Samples and Walkthroughs > Walkthroughs > Standard Edition Walkthroughs > Basic > Walkthrough: Using SpreadBuilder

Glossary Item Box

Included with the ActiveReports Excel export filter is the SpreadBuilder API. With this utility, you can create Excel spreadsheets cell by cell for maximum control.

This walkthrough illustrates how to create a custom spreadsheet cell by cell, and save it to an Excel file.

This walkthrough is split up into the following activities:

When you have completed this walkthrough, you will have created a custom Excel file which can be found in the Bin/Debug (C#) or Bin (VB.NET) subfolder of your project's folder.

Adding the export filter to your project

To add the export filter to your project

  1. Drag the XlsExport export control from the appropriate toolbox tab and onto the Windows Form.
  2. The control is visually represented in the component tray underneath the Windows Form.

Creating a Workbook

To write the code in Visual Basic or C#

Viewing the Excel File

To view the Excel File

  1. Press F5 to run the project.
  2. Navigate to the Bin/Debug (C#) or Bin (VB.NET) subfolder of your project's folder and open the XLS file.

See Also

©2009. All Rights Reserved.