isExcelFileName property

bool get isExcelFileName

Is this String an Excel file?

Implementation

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