getSheets abstract method

Future<List<Sheet>> getSheets()

Get all sheets data from the platform. Like Sheet.id and Sheet.title.

An excel file may contain multiple sheets.

Implementation

Future<List<Sheet>> getSheets();