menu
flutter_excel package
documentation
excel.dart
Sheet
getColWidths property
getColWidths property
dark_mode
light_mode
getColWidths
property
List
<
double
>
get
getColWidths
returns list of custom width columns
Implementation
List<double> get getColWidths { return _colWidth; }
flutter_excel package
documentation
excel
Sheet
getColWidths property
Sheet class