Workbook constructor

Workbook([
  1. int? count
])

Creates an new instances of the Workbook.

Implementation

Workbook([int? count]) {
  _initializeWorkbook(null, null, count);
}