isExcel method

bool isExcel()

check if string is excel

Implementation

bool isExcel() => _excel.hasMatch(this);