Jump to content
We've recently updated our Privacy Statement, available here ×

santiagosv

Members
  • Posts

    5
  • Joined

  • Last visited

santiagosv's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hey Teodor, It works!! I use the CHARACTER_ENCODING exporter parameter in this way: JRCsvExporter exporter = new JRCsvExporter(); exporter.setParameter(JRExporterParameter.OUTPUT_STREAM, bytesExcel); exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint); exporter.setParameter(JRCsvExporterParameter.FIELD_DELIMITER, ";"); exporter.setParameter(JRExporterParameter.CHARACTER_ENCODING,"ISO-8859-1"); exporter.exportReport(); Thanks! Santi
  2. I dont know if i have attached correctly the files, so i paste here the content: CSV 1.3.1 library: Expediente;NIF;Nombre alumno;F.Nacimiento;Nivel Formativo;Alta alumno;Baja alumno;Motivo baja;Situación;Denominación acción;CIF;Razón Social;Inicio curso;Fin curso;Teléfono alumno;Domicilio CSV 3.0.0 library: Expediente;NIF;Nombre alumno;F.Nacimiento;Nivel Formativo;Alta alumno;Baja alumno;Motivo baja;Situación;Denominación acción;CIF;Razón Social;Inicio curso;Fin curso;Teléfono alumno;Domicilio Thanks for your attention Santi
  3. Hello, thanks a lot for your attention. I have attached two CSV files. One was created with 1.3.1 library and the other one was created with 3.0 library. As you can see, in the 3.0 version of the file, the spanish especial characters are replaced by rare simbols. For example: Teléfono (1.3.1 )--> Teléfono (3.0.0) I hope this files help you to see the problem Thanks Santi.
  4. Hello, I have a problem exporting a CSV file with the spanish accented characters. I know that the problem is in the jasper library version. With 1.3 it works perfectly, but i am working with 3.0 version. Is there any solucion with 3.0 version? I have used 3.0 library in order to impruve image quality, beacause with 1.3 library some images were in low definition. is there any way to generate a xls rerport instead of the csv report without the same 'accent problem'?? Thanks, Santi.
  5. Hello, I have a problem exporting a CSV file with the spanish accented characters. I know that the problem is in the jasper library version. With 1.3 it works perfectly, but i am working with 3.0 version. Is there any solucion with 3.0 version? Thanks, Santi.
×
×
  • Create New...