We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本号:v3.4.3 前端版本:vue2版
问题描述: 1、三目、求长、常量、日期转换没起效果
截图&代码:
代码: XWPFDocument doc = WordExportUtil.exportWord07(templatePath, params); String tmpPath = temDir + fileName; FileOutputStream fos = new FileOutputStream(tmpPath); doc.write(fos);
下面是我的word模板文件: export.docx
The text was updated successfully, but these errors were encountered:
sq
Sorry, something went wrong.
已修改,下版本发布
No branches or pull requests
版本号:v3.4.3
前端版本:vue2版
问题描述:
1、三目、求长、常量、日期转换没起效果
截图&代码:
代码:
XWPFDocument doc = WordExportUtil.exportWord07(templatePath, params);
String tmpPath = temDir + fileName;
FileOutputStream fos = new FileOutputStream(tmpPath);
doc.write(fos);
下面是我的word模板文件:
export.docx
The text was updated successfully, but these errors were encountered: