TouK / excel-export

excel-export grails plugin
58 stars 32 forks source link

Ambiguous method overloading for method java.io.File#<init>. #50

Closed fernandoiwamoto closed 7 years ago

fernandoiwamoto commented 7 years ago

Using grails 3.1.8 and I just added it into my grails project and the error poped up.

Caused by GroovyRuntimeException: Ambiguous method overloading for method java.io.File#. Cannot resolve which method to invoke for [null] due to overlapping prototypes between: [class java.lang.String] [class java.net.URI] ->> 59 copyAndLoad in pl.touk.excel.export.XlsxExporter
10 in pl.touk.excel.export.WebXlsxExporter

I use to simplest example and I got this.

dpcasady commented 7 years ago

Thanks, will fix.