menu
flutter_excel package
documentation
excel.dart
getCellId function
getCellId function
dark_mode
light_mode
getCellId
function
String
getCellId
(
int
colI
,
int
rowI
)
Implementation
String getCellId(int colI, int rowI) { return '${_numericToLetters(colI + 1)}${rowI + 1}'; }
flutter_excel package
documentation
excel
getCellId function
excel library