Page tree

Versions Compared

Key

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

...

For example, we start with a simple template file that contains data markers:

Some things to note:

...

Image Added

Content below the data markers

In this example, there is content below the data marker row (a Grand Total row and a blue footer row). This will be pushed down as new rows are inserted.

Before:

Image Added

After:

  • There are two formulas
    • B4 contains a SUM formula that references a data marker cell. The lower boundary will expand to include new rows.
    • C3 contains a formula that references a data marker cell. The row values will be updated for each new row.

Before:

Image Added

Image Added

After:

  • The italic and red font formatting will be applied for each row of data that is imported

Before:

Image Added

After:

Worksheet.ImportData

How does ExcelWriter create rows when inserting data?

...