public class WPSFileParser
extends java.lang.Object
| 构造器和说明 |
|---|
WPSFileParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.lang.String |
getWPSExcelContent(com.seeyon.ctp.common.file.model.CtpAbstractFile file)
得到 WPS Excel格式的内容
|
static java.lang.String |
getWPSWordContent(com.seeyon.ctp.common.file.model.CtpAbstractFile file)
得到 WPS文字的内容
|
public static java.lang.String getWPSWordContent(com.seeyon.ctp.common.file.model.CtpAbstractFile file)
throws java.lang.Exception
file - java.lang.Exceptionpublic static java.lang.String getWPSExcelContent(com.seeyon.ctp.common.file.model.CtpAbstractFile file)
throws java.lang.Exception
file - java.lang.Exception