Post a reply

Write your message and submit

Options

Click in the dark area of the image to send your post.

Go back

Topic review (newest first)

lubod
2013-03-07 13:43:57

Did you try to use the checkbox "Write excel2007 format" ?
The 65K limitation should be for older versions and the new format should support over 1 million records per sheet.

If you still have more records than the Excel limit you should split the data between multiple sheets or multiple Files.

JAAN
2013-03-07 10:20:05

any update on this?

simony
2009-02-18 00:27:40

I came across this error with JasperOutput writing XLS file but I only have 45k records
The interesting thing is if I use the FileOutputExcel component, there's no error and successfully finished the export.

So I copied jxl.jar from FileOutputExcel and put it under JasperOutput dir, then reference the new jar file in tJasperOutput_java.xml.. still giving me that number of rows exceeded exception...

Any other ways to fix it?

jcoutin
2008-08-28 14:56:29

Hello,

An Excel worksheet is limited in number of row (about 65k)
So I think you try to put more than 65k rows in your excel file.


JC

jollyjohn
2008-08-28 14:50:51

Hello,

i have a job with a request in entry and in output I have an excel file but when I run the job I have this message :

Exception in component tFileOutputExcel_1
jxl.write.biff.RowsExceededException: The maximum number of rows permitted on a worksheet been exceeded
    at jxl.write.biff.WritableSheetImpl.getRowRecord(WritableSheetImpl.java:1070)
    at jxl.write.biff.WritableSheetImpl.addCell(WritableSheetImpl.java:1046)
    at procedure_bouclage_bavar.requete_05.requete_05.tOracleInput_1Process(requete_05.java:457)
    at procedure_bouclage_bavar.requete_05.requete_05.runJobInTOS(requete_05.java:680)
    at procedure_bouclage_bavar.requete_05.requete_05.main(requete_05.java:596)

How can I solve this problem?

Regards, Jollyjohn

Board footer

Powered by FluxBB