menu
nobody package
documentation
excel/excel_file.future.dart
ExExcelFile
open method
open method
dark_mode
light_mode
open
method
Future
<
Workbook
>
open
(
)
Implementation
Future<Workbook> open() async { var ExcelFile = await this; return ExcelFile.open(); }
nobody package
documentation
excel/excel_file.future
ExExcelFile
open method
ExExcelFile extension on
Future
<
ExcelFile
>