Checks if the given filename corresponds to a spreadsheet file.
static bool isSpreadSheetFile(String filename) { return _hasExtension(filename, ['xls', 'xlsx']); }