GitHub user bengbengbalabalabeng added a comment to the discussion: 这样的表格我如何才能填充?
> 为什么你的编码那个字段没有覆盖第二行的填报要素? 因为我这里用的是“普通写入”,并没有触发 fesod 的 fill(模板填充)逻辑。 在这种方式下,每一行都是我手动拆分 Model 后写入到对应单元格的,所以不会像 fill 那样去覆盖模板中下一行的默认内容。 换句话说,我是通过“模拟两行结构”来实现效果,而不是让模板引擎自动填充多行,因此不会覆盖第二行的填报要素。 > 格式问题 需要配合自定义样式进一步调整格式 (实现 `WriteHandler`) GitHub link: https://github.com/apache/fesod/discussions/832#discussioncomment-15628019 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
