2002 JI Open Discussion Posted August 18, 2006 Share Posted August 18, 2006 By: Neil H - neilhay error "Unable to read file" XLS - file size? 2003-05-19 10:39 I finally was able to create XLS file using exporter.. It works fine if report is <50K but problem is that some of my reports output file is around 528K and when i try to open it using EXcel, i get Unable to real file " error.. is there any limitation to the size? By: Neil H - neilhay RE: error "Unable to read file" XLS - file size? 2003-05-20 05:56 I found this issue. My report was 7 pages long, and i had to set : exporter.setParameter(JRXlsExporterParameter.IS_ONE_PAGE_PER_SHEET, Boolean.TRUE); By: Jeremie Weldin - jweldin RE: error "Unable to read file" XLS - file size? 2003-09-02 11:49 I have the same thing... i have a report that is 43 pages in pdf format but doesn't open at all in xls... i have tried with IS_ONE_PAGE_PER_SHEET true and false. report works when i send it less records. Any ideas? By: Teodor Danciu - teodord RE: error "Unable to read file" XLS - file size? 2003-10-03 14:28 Hi, There seem to be some limitations with the POI library that we use to export to XLS format. Sorry, Teodor Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now