kisExcel method

bool kisExcel(
  1. String s
)

检查字符串是否为excel文件

Implementation

bool kisExcel(String s) => matches(_RegexConst.excel);