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

根据模板生成模板,在根据生成的模板导入数据吗 #3794

Open
aBlindBoy opened this issue May 16, 2024 · 2 comments
Open

根据模板生成模板,在根据生成的模板导入数据吗 #3794

aBlindBoy opened this issue May 16, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@aBlindBoy
Copy link

aBlindBoy commented May 16, 2024

建议先去看文档

快速开始常见问题

异常代码

   excelWriter.fill(one, writeSheet); // 先生成动态列模板,填充生成 {itemList.Remark}
   excelWriter.fill(two, writeSheet); // 第二次fill不会解析{itemList.Remark}

异常提示

第二次fill不会解析第一次填充的值

问题描述

image

@aBlindBoy aBlindBoy added the help wanted Extra attention is needed label May 16, 2024
@LSL1618
Copy link

LSL1618 commented May 17, 2024

第一次生成的模板是不是应该先保存再重新读取,然后再进行二次填充。

@aBlindBoy
Copy link
Author

第一次生成的模板是不是应该先保存再重新读取,然后再进行二次填充。

这样的话,第一次填充过后,所有的表达式{.name}都会被置为空,只能我第一次填充的时候来写表达式{.name}进去了,就有点复杂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants