excel-export icon indicating copy to clipboard operation
excel-export copied to clipboard

Utf-8 does not work

Open lucke-01 opened this issue 6 years ago • 0 comments

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.

lucke-01 avatar Sep 12 '19 11:09 lucke-01