excel-export
excel-export copied to clipboard
Utf-8 does not work
I am using this plugin for example:
new WebXlsxExporter().with {
setResponseHeaders(response)
fillHeader(headers)
add(datos, withProperties)
save(response.outputStream)
}
Characters like (ñ etc..) does not work in generate excels.