What is a sheet?

A workbook with multiple sheet tabs, one active

A sheet is one table of data inside your datasource. If you’ve used Excel, it’s exactly the tabs along the bottom of a workbook.

A sheet is a table

Each sheet has:

  • a header row at the top, whose cells are the field names, and
  • data rows below, each holding one set of values.

A CSV file has exactly one sheet. An Excel workbook can have many – and that’s the whole reason to use Excel: you can keep related tables side by side in one file.

Why more than one sheet?

Some data doesn’t fit neatly into "one value per record." A product has one name and one price (master data), but it might also have a dozen technical specs (related data). You put the products on one sheet and the specs on another, then link them with a data group.

The master and the rest

Among your sheets, one is the master: the sheet whose rows define your records. One master row equals one merged result. Every other sheet is a secondary sheet, pulled in through a data group whenever a record needs it.

Next

See how the master sheet works: The Master Sheet.

Not found what you're looking for?

Datasource · Last updated 1 month ago

Copyright ToolboxCode UG