isExcel method

bool isExcel()

Checks if string is Excel file path.

Implementation

bool isExcel() => ValidatorUtils.isExcel(this);