tally.build.Build.add_sheet#

Build.add_sheet(name=None, banner='@')#

Add sheet to a build

The sheet can then be used both to change settings via its options and to store a list of tables.

Parameters
  • name (string) – Name of the sheet. Appears in the table of contents.

  • banner (list of strings) – List of variables to display across the top of the sheet.

Example

build.add_sheet(name=’Q1 - gender, location’, banner=[‘gender’, ‘location’])