TouK / excel-export

excel-export grails plugin
58 stars 32 forks source link

Issue when running grails test-app (2.3.11) #48

Open imadi opened 8 years ago

imadi commented 8 years ago

Hi I have this piece of code in SampleController.groovy which downloads sample excel def xls = new WebXlsxExporter(filePath).with { response.setHeader "Content-disposition", "attachment; filename=samole.xlsx" response.contentType = 'application/vnd.ms-excel' LOG.info("sample Excel") save(response.outputStream) } Its working normally. But when I do grails test-app I am getting error like No signature of method: SampleController.save() is applicable for argument types: (org.springframework.mock.web.MockHttpServletResponse$ResponseServletOutputStream) values: [org.springframework.mock.web.MockHttpServletResponse$ResponseServletOutputStream@12b7c618]

I am using excel-export:0.2.1

jakubnabrdalik commented 8 years ago

I'm afraid this project is not actively maintained anymore. Wanna take it over?

dpcasady commented 7 years ago

@jakubnabrdalik I'll take it over if no one else has already expressed interest.

zdanek commented 7 years ago

@dpcasady I've given you write rights to the repo. Let's see how you do :) Good luck and thanks for taking care of this repo.

pjagielski commented 7 years ago

I think that access to https://bintray.com/jakubnabrdalik/plugins/jakubnabrdalik.plugins%3Aexcel-export/2.0.1 is also needed... @jakubnabrdalik ?

jakubnabrdalik commented 7 years ago

@pjagielski it is. I have created a separate org in bintray for it (grails-excel-export) so that I can transfer ownership to this organization. I have invited @dpcasady to that organization. Who should I invite from TouK (you need to have an account on bintray)?

dpcasady commented 7 years ago

Thanks!

dpcasady commented 7 years ago

@imadi sorry to hijack your issue, I'll look into it later today.

pjagielski commented 7 years ago

@jakubnabrdalik my account https://bintray.com/pjagielski

jakubnabrdalik commented 7 years ago

@pjagielski done