Skip to content
New issue

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

autopoi通过word模板生成word时:三目、求长、常量、日期转换没起效果 #6096

Open
xiaosehu opened this issue Apr 8, 2024 · 0 comments

Comments

@xiaosehu
Copy link

xiaosehu commented Apr 8, 2024

版本号:v3.4.3
前端版本:vue2版

问题描述:
1、三目、求长、常量、日期转换没起效果

截图&代码:
d6e19d39439584ff1607902953e2e67

代码:
XWPFDocument doc = WordExportUtil.exportWord07(templatePath, params);
String tmpPath = temDir + fileName;
FileOutputStream fos = new FileOutputStream(tmpPath);
doc.write(fos);

下面是我的word模板文件:
export.docx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant