open method

Future<Workbook> open()

Implementation

Future<Workbook> open() async {
  var ExcelFile = await this;
  return ExcelFile.open();
}