archive property
Archive
get
archive
Represents zip archive to save the workbook.
Implementation
Archive get archive {
_archives ??= Archive();
return _archives!;
}
set
archive
(Archive value)
Implementation
set archive(Archive value) {
_archives = value;
}