Open matheusfelic opened 8 years ago
Java - yes. Grails - sorry, but not sure. I haven't used grails for ages.
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?