<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tFileOutputExcel:maximum number of rows has been exceeded in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221677#M15569</link>
    <description>I came across this error with JasperOutput writing XLS file but I only have 45k records
&lt;BR /&gt;The interesting thing is if I use the FileOutputExcel component, there's no error and successfully finished the export.
&lt;BR /&gt;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... 
&lt;BR /&gt;Any other ways to fix it?</description>
    <pubDate>Tue, 17 Feb 2009 23:27:40 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2009-02-17T23:27:40Z</dc:date>
    <item>
      <title>tFileOutputExcel:maximum number of rows has been exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221675#M15567</link>
      <description>Hello,
&lt;BR /&gt;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 : 
&lt;BR /&gt;Exception in component tFileOutputExcel_1
&lt;BR /&gt;jxl.write.biff.RowsExceededException: The maximum number of rows permitted on a worksheet been exceeded
&lt;BR /&gt; at jxl.write.biff.WritableSheetImpl.getRowRecord(WritableSheetImpl.java:1070)
&lt;BR /&gt; at jxl.write.biff.WritableSheetImpl.addCell(WritableSheetImpl.java:1046)
&lt;BR /&gt; at procedure_bouclage_bavar.requete_05.requete_05.tOracleInput_1Process(requete_05.java:457)
&lt;BR /&gt; at procedure_bouclage_bavar.requete_05.requete_05.runJobInTOS(requete_05.java:680)
&lt;BR /&gt; at procedure_bouclage_bavar.requete_05.requete_05.main(requete_05.java:596)
&lt;BR /&gt;How can I solve this problem?
&lt;BR /&gt;Regards, Jollyjohn</description>
      <pubDate>Sat, 16 Nov 2024 14:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221675#M15567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOutputExcel:maximum number of rows has been exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221676#M15568</link>
      <description>Hello, 
&lt;BR /&gt;An Excel worksheet is limited in number of row (about 65k) 
&lt;BR /&gt;So I think you try to put more than 65k rows in your excel file. 
&lt;BR /&gt; 
&lt;BR /&gt;JC</description>
      <pubDate>Thu, 28 Aug 2008 13:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221676#M15568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-28T13:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOutputExcel:maximum number of rows has been exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221677#M15569</link>
      <description>I came across this error with JasperOutput writing XLS file but I only have 45k records
&lt;BR /&gt;The interesting thing is if I use the FileOutputExcel component, there's no error and successfully finished the export.
&lt;BR /&gt;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... 
&lt;BR /&gt;Any other ways to fix it?</description>
      <pubDate>Tue, 17 Feb 2009 23:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221677#M15569</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-02-17T23:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOutputExcel:maximum number of rows has been exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221678#M15570</link>
      <description>any update on this?</description>
      <pubDate>Thu, 07 Mar 2013 09:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221678#M15570</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-03-07T09:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOutputExcel:maximum number of rows has been exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221679#M15571</link>
      <description>Did you try to use the checkbox "Write excel2007 format" ? 
&lt;BR /&gt;The 65K limitation should be for older versions and the new format should support over 1 million records per sheet. 
&lt;BR /&gt;If you still have more records than the Excel limit you should split the data between multiple sheets or multiple Files.</description>
      <pubDate>Thu, 07 Mar 2013 12:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221679#M15571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-07T12:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: tFileOutputExcel:maximum number of rows has been exceeded</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221680#M15572</link>
      <description>I also came across this error with Talend Data Integration, using tFileOutputExcel. Setting the "Write Excel2007 file format" fixes the error.</description>
      <pubDate>Thu, 14 Jul 2016 08:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileOutputExcel-maximum-number-of-rows-has-been-exceeded/m-p/2221680#M15572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-14T08:54:02Z</dc:date>
    </item>
  </channel>
</rss>

