类 JrackWord
java.lang.Object
cn.jrack.springboot.word.core.JrackWord
JrackWord
- 作者:
- joy
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static JrackWordBuilderbuilder()voiddownload(javax.servlet.http.HttpServletResponse response, InputStream is, String fileName) voidstatic voidvoidvoidwriteToFile(File templateFile, String filePath) voidwriteToFile(String filePath)
-
字段详细资料
-
xwpfTemplate
protected com.deepoove.poi.XWPFTemplate xwpfTemplate -
filePath
-
templateFilePath
-
renderData
-
configure
protected com.deepoove.poi.config.Configure configure -
isResource
-
-
构造器详细资料
-
JrackWord
public JrackWord()
-
-
方法详细资料
-
builder
-
getTemplateFilePath
-
writeToFile
- 抛出:
Exception
-
writeToFile
- 抛出:
Exception
-
writeToFile
- 抛出:
Exception
-
download
public void download(javax.servlet.http.HttpServletResponse response, String fileName) throws IOException - 抛出:
IOException
-
download
public void download(javax.servlet.http.HttpServletResponse response, InputStream is, String fileName) throws IOException - 抛出:
IOException
-
main
-