isExcelFileName property

bool isExcelFileName

Is this String an Excel file?

Implementation

bool get isExcelFileName => GetUtils.isExcel(this);