Page tree

Versions Compared

Key

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

This is a sales summary for multiple groups in AdventureWorks for

Excerpt

The Extended Sales Summary presents some grouped sales information for a single fiscal quarter

, which is extended from

. This sample consists of two tutorials that presents an introduction to the ExcelApplication object, as well as how to create a report using a dynamic number of copied worksheets.

This example assumes an understanding of ExcelTemplate. If you are not familiar with how to set up an Excel template with data markers, please go through the Simple Expense Summary

. The Extended Sales Summary introduces preprocessing a template file with the ExcelApplication object and then postprocessing with ExcemTemplate.

first.

                           

...

Info

The code used in these tutorials is available for download in C#. This version of the code uses CSV files as a data source as opposed to a SQL query (like in the tutorial).