Skip to content

Instantly share code, notes, and snippets.

@maravilloso
Created June 12, 2013 06:19
Show Gist options
  • Save maravilloso/5763193 to your computer and use it in GitHub Desktop.
Save maravilloso/5763193 to your computer and use it in GitHub Desktop.
Definir manualmente un datasource tipo Excel al margen del por defecto
new net.sf.jasperreports.engine.data.JRXlsDataSource(
new File("E:/proyectos/TSE/src/Jasper/proto1.xls")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment