Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classes are supported, but methods are not #38

Open
matheusfelic opened this issue Nov 24, 2015 · 2 comments
Open

Classes are supported, but methods are not #38

matheusfelic opened this issue Nov 24, 2015 · 2 comments

Comments

@matheusfelic
Copy link

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
Copy link
Collaborator

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

@matheusfelic
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants