Spreadsheet constructor

const Spreadsheet(
  1. Sheet sheet,
  2. Workbook workbook
)

Implementation

const Spreadsheet(this.sheet, this.workbook);