wxdChinese commented on issue #773:
URL: https://github.com/apache/fesod/issues/773#issuecomment-3707912963

                       // 读取模板并写入数据(忽略注解中的表头)
                       FastExcel.write(tempFile)
                               .filedCacheLocation(CacheLocationEnum.NONE)
                               .withTemplate(failedTemplate) // 使用模板
                               .sheet()// 默认第一个 sheet
                               .head(QuestionFailedExcel.class)
                               .needHead(false)
                               .doWrite(errorList);          // 写入数据列表
   
   filedCacheLocation这个属性也无效


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to