<?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: cant write a xlsx file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/cant-write-a-xlsx-file/m-p/2268354#M46941</link>
    <description>Hi, &lt;BR /&gt;What's your whole workflow Can you print the xlsx file into console by tlogrow without tFileOutputExcel?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Tue, 24 Dec 2013 01:59:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-24T01:59:25Z</dc:date>
    <item>
      <title>cant write a xlsx file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cant-write-a-xlsx-file/m-p/2268353#M46940</link>
      <description>i cant write a xlsx file, get this error: 
&lt;BR /&gt;Exception in component tFileOutputExcel_2 
&lt;BR /&gt;java.lang.IllegalArgumentException: Invalid sheetIndex: -1. 
&lt;BR /&gt; at org.apache.poi.ss.formula.SheetRefEvaluator.&amp;lt;init&amp;gt;(SheetRefEvaluator.java:39) 
&lt;BR /&gt; at org.apache.poi.ss.formula.OperationEvaluationContext.createExternSheetRefEvaluator(OperationEvaluationContext.java:97) 
&lt;BR /&gt; at org.apache.poi.ss.formula.OperationEvaluationContext.getArea3DEval(OperationEvaluationContext.java:259) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.getEvalForPtg(WorkbookEvaluator.java:611) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateFormula(WorkbookEvaluator.java:493) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateAny(WorkbookEvaluator.java:287) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateReference(WorkbookEvaluator.java:653) 
&lt;BR /&gt; at org.apache.poi.ss.formula.SheetRefEvaluator.getEvalForCell(SheetRefEvaluator.java:51) 
&lt;BR /&gt; at org.apache.poi.ss.formula.LazyRefEval.getInnerValueEval(LazyRefEval.java:44) 
&lt;BR /&gt; at org.apache.poi.ss.formula.eval.OperandResolver.getSingleValue(OperandResolver.java:62) 
&lt;BR /&gt; at org.apache.poi.ss.formula.eval.TwoOperandNumericOperation.singleOperandEvaluate(TwoOperandNumericOperation.java:29) 
&lt;BR /&gt; at org.apache.poi.ss.formula.eval.TwoOperandNumericOperation.evaluate(TwoOperandNumericOperation.java:35) 
&lt;BR /&gt; at org.apache.poi.ss.formula.functions.Fixed2ArgFunction.evaluate(Fixed2ArgFunction.java:33) 
&lt;BR /&gt; at org.apache.poi.ss.formula.OperationEvaluatorFactory.evaluate(OperationEvaluatorFactory.java:119) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateFormula(WorkbookEvaluator.java:491) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateAny(WorkbookEvaluator.java:287) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateReference(WorkbookEvaluator.java:653) 
&lt;BR /&gt; at org.apache.poi.ss.formula.SheetRefEvaluator.getEvalForCell(SheetRefEvaluator.java:51) 
&lt;BR /&gt; at org.apache.poi.ss.formula.LazyRefEval.getInnerValueEval(LazyRefEval.java:44) 
&lt;BR /&gt; at org.apache.poi.ss.formula.eval.OperandResolver.getSingleValue(OperandResolver.java:62) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.dereferenceResult(WorkbookEvaluator.java:543) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateFormula(WorkbookEvaluator.java:506) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateAny(WorkbookEvaluator.java:287) 
&lt;BR /&gt; at org.apache.poi.ss.formula.WorkbookEvaluator.evaluate(WorkbookEvaluator.java:229) 
&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.evaluateFormulaCellValue(XSSFFormulaEvaluator.java:264) 
&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFFormulaEvaluator.evaluateFormulaCell(XSSFFormulaEvaluator.java:151) 
&lt;BR /&gt; at org.talend.ExcelTool.evaluateFormulaCell(ExcelTool.java:303) 
&lt;BR /&gt; at org.talend.ExcelTool.writeExcel(ExcelTool.java:290) 
&lt;BR /&gt; at vox2.acd_reporting_1_0.acd_reporting.tFixedFlowInput_3Process(acd_reporting.java:1265) 
&lt;BR /&gt; at vox2.acd_reporting_1_0.acd_reporting.tFileCopy_1Process(acd_reporting.java:985) 
&lt;BR /&gt; at vox2.acd_reporting_1_0.acd_reporting.tFileExist_1Process(acd_reporting.java:7496) 
&lt;BR /&gt; at vox2.acd_reporting_1_0.acd_reporting.tJava_2Process(acd_reporting.java:7730) 
&lt;BR /&gt; at vox2.acd_reporting_1_0.acd_reporting.tJava_1Process(acd_reporting.java:7629) 
&lt;BR /&gt; at vox2.acd_reporting_1_0.acd_reporting.runJobInTOS(acd_reporting.java:8029) 
&lt;BR /&gt; at vox2.acd_reporting_1_0.acd_reporting.main(acd_reporting.java:7786) 
&lt;BR /&gt;who can help me?</description>
      <pubDate>Mon, 23 Dec 2013 14:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cant-write-a-xlsx-file/m-p/2268353#M46940</guid>
      <dc:creator>richie1985</dc:creator>
      <dc:date>2013-12-23T14:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: cant write a xlsx file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cant-write-a-xlsx-file/m-p/2268354#M46941</link>
      <description>Hi, &lt;BR /&gt;What's your whole workflow Can you print the xlsx file into console by tlogrow without tFileOutputExcel?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 24 Dec 2013 01:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cant-write-a-xlsx-file/m-p/2268354#M46941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-24T01:59:25Z</dc:date>
    </item>
  </channel>
</rss>

