在Grails里面使用Excel-Export插件时,导出批注时会报如下异常:

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPhoneticRun

解决方法:

需引入 compile(group:'org.apache.poi',name:'ooxml-schemas',version:'1.1')