You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using grails 2.1.5, Java 7 and in the declaration:
WebXlsxExporter webXlsxExporter = new WebXlsxExporter()
webXlsxExporter.setWorksheetName("historico_coletas")
webXlsxExporter.with {
setResponseHeaders(response)
fillHeader(headers)
add(closedPickups, withProperties)
save(response.outputStream)
}
the methods "fillHeader", "add" and "save" are not being recognized. What's going on? Does the plugin support this grails and java versions?
The text was updated successfully, but these errors were encountered:
well, this methods that i described are not being recognized. Any thoughts? Maybe I need the install another plugin? I only installed the pl.touk:excel-export:2.0.1 plugin
I'm using grails 2.1.5, Java 7 and in the declaration:
WebXlsxExporter webXlsxExporter = new WebXlsxExporter()
webXlsxExporter.setWorksheetName("historico_coletas")
webXlsxExporter.with {
setResponseHeaders(response)
fillHeader(headers)
add(closedPickups, withProperties)
save(response.outputStream)
}
the methods "fillHeader", "add" and "save" are not being recognized. What's going on? Does the plugin support this grails and java versions?
The text was updated successfully, but these errors were encountered: