isExcel property

bool get isExcel

Excel regex

Implementation

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