在Grails里面使用Excel-Export插件时,导出批注时会报如下异常:
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPhoneticRun
解决方法:
需引入 compile(group:'org.apache.poi',name:'ooxml-schemas',version:'1.1')
转载于:https://blog.51cto.com/gz521/2054836
Grails Excel-Export异常解决
本文介绍在Grails中使用Excel-Export插件时遇到的导出批注异常问题及解决方案,需引入特定依赖。
在Grails里面使用Excel-Export插件时,导出批注时会报如下异常:
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPhoneticRun
解决方法:
需引入 compile(group:'org.apache.poi',name:'ooxml-schemas',version:'1.1')
转载于:https://blog.51cto.com/gz521/2054836

被折叠的 条评论
为什么被折叠?