打开 Word 文件 @param filePath 文件路径 @return true success, false fail
(final String filePath)
| 2091 | * @return {@code true} success, {@code false} fail |
| 2092 | */ |
| 2093 | public static boolean openWordFile(final String filePath) { |
| 2094 | return openWordFile(FileUtils.getFileByPath(filePath)); |
| 2095 | } |
| 2096 | |
| 2097 | /** |
| 2098 | * 打开 Word 文件 |
nothing calls this directly
no test coverage detected