TouK / excel-export

excel-export grails plugin
58 stars 32 forks source link

Classes are supported, but methods are not #38

Open matheusfelic opened 8 years ago

matheusfelic commented 8 years ago

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?

jakubnabrdalik commented 8 years ago

Java - yes. Grails - sorry, but not sure. I haven't used grails for ages.

matheusfelic commented 8 years ago

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