Building outputs#

Tally currently supports Excel tables as outputs for client delivery, with Powerpoint documents and dashboard on their way. Refer to the section Build Excel tables on how to creat builds.

Build#

The Build class represents an output to be built and represented to clients. Currently, only Excel files have been implemented but more build types are on the way.

Build([name, subtitle, default_dataset, ...])

Represents crosstabs and settings to build a deliverable, such as Excel tables.

Build.add_sheet([name, banner])

Add sheet to a build

Sheet#

Sheet([banner, default_dataset, name, parent])

Represents a sheet in an Excel document.

Sheet.add_table(stub[, options, dataset])

Add a table to the sheet

Options#

Options([table_options, formats, parent])

Options for both sheet and build with convenience methods to change both data and visuals.