Page tree

Versions Compared

Key

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

Table of Contents

Table of Contents
maxLevel3
Excerpt
hiddentrue

ExcelWriter interacts with existing Workbook content in two possible ways when importing data.

Introduction

There are two ways to insert rows of data using ExcelWriter:

ExcelTemplate.BindData

...

Before/After 'SUM' formula:

Before/After formula:

 

 

Worksheet.ImportData

When data is imported into a worksheet using ExcelApplication's Worksheet.ImportData (API Reference), the following is true:

...