Workbook constructor
Workbook([
- int? count
Creates an new instances of the Workbook.
Implementation
Workbook([int? count]) {
_initializeWorkbook(null, null, count);
}
Creates an new instances of the Workbook.
Workbook([int? count]) {
_initializeWorkbook(null, null, count);
}