判断文件是否是Word
static bool isWord(String fileName) => ['doc', 'docx'].contains(getFileSuffix(fileName));