isExcel property

bool get isExcel

Excel regex

Implementation

bool get isExcel => hasMatch(this, Patterns.excel);