isExcel method

bool isExcel()

Excel regex

Implementation

bool isExcel() => RegVal.hasMatch(
      this,
      RegexPattern.excel,
    );