Checks if string is an Excel file. 检查字符串是否为excel文件
static bool isExcel(String s) => RegexUtils.hasMatch(s, RegexConstants.excel);