1. 程式人生 > >Excel-Export導出批註報錯

Excel-Export導出批註報錯

excel-export導出批註報錯

在Grails裏面使用Excel-Export插件時,導出批註時會報如下異常:

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

解決方法:

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


Excel-Export導出批註報錯