export method

Future<void> export()

Implementation

Future<void> export() async =>
    Future.wait(exporters.map((e) => e.exportWith(sheetData)));