strelok1
Results
1
issues of
strelok1
WebXlsxExporter needs a constructor ``` WebXlsxExporter(InputStream stream) { ... } ``` to support loading of templates from resources. Right now the work around is: ``` def template =grailsApplication.parentContext.getResource("classpath:ReportTemplate.xlsx").inputStream tempFile =...