Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel2

Introduction

Info

This is Part 2 of the two-part tutorial series <i>Extended Sales Summary<i> scenario. It is recommended that you complete Part 1 - Copying Sheets before starting this section.

...

Code Block
wb.Worksheets[0].Select();

Binding the coversheet data with ExcelTemplate

1. Following the lines in the code of Part 1,

...