<?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 tFileExcelWorkbookSave - recalculate in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelWorkbookSave-recalculate/m-p/2330228#M99324</link>
    <description>&lt;P&gt;Hi Experts,&lt;BR /&gt;I have a problem with my Excelupdate. The Job runs well, but the formulas e.g. simple sum() is not being recalculated after writing my values into the sheet.&lt;BR /&gt;When I try to use the "Calculate all formulas" checkbox in the tFileExcelWorkbookSave, i always get dumps.&lt;BR /&gt;Any ideas?&lt;BR /&gt;See dumps below.&lt;/P&gt; 
  &lt;PRE&gt;Exception in component tFileExcelWorkbookSave_1&lt;BR /&gt;org.apache.poi.ss.formula.eval.NotImplementedException: Error evaluating cell 'Deckblatt NT Blätter'!D70&lt;BR /&gt;	at org.apache.poi.ss.formula.WorkbookEvaluator.addExceptionInfo(WorkbookEvaluator.java:357)&lt;BR /&gt;	at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateAny(WorkbookEvaluator.java:298)&lt;BR /&gt;	at org.apache.poi.ss.formula.WorkbookEvaluator.evaluate(WorkbookEvaluator.java:230)&lt;BR /&gt;	at org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator.evaluateFormulaCellValue(HSSFFormulaEvaluator.java:351)&lt;BR /&gt;	at org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator.evaluateFormulaCell(HSSFFormulaEvaluator.java:2&lt;/PRE&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009McyV"&gt;here&lt;/A&gt;</description>
    <pubDate>Thu, 27 Feb 2014 12:02:43 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2014-02-27T12:02:43Z</dc:date>
    <item>
      <title>tFileExcelWorkbookSave - recalculate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelWorkbookSave-recalculate/m-p/2330228#M99324</link>
      <description>&lt;P&gt;Hi Experts,&lt;BR /&gt;I have a problem with my Excelupdate. The Job runs well, but the formulas e.g. simple sum() is not being recalculated after writing my values into the sheet.&lt;BR /&gt;When I try to use the "Calculate all formulas" checkbox in the tFileExcelWorkbookSave, i always get dumps.&lt;BR /&gt;Any ideas?&lt;BR /&gt;See dumps below.&lt;/P&gt; 
  &lt;PRE&gt;Exception in component tFileExcelWorkbookSave_1&lt;BR /&gt;org.apache.poi.ss.formula.eval.NotImplementedException: Error evaluating cell 'Deckblatt NT Blätter'!D70&lt;BR /&gt;	at org.apache.poi.ss.formula.WorkbookEvaluator.addExceptionInfo(WorkbookEvaluator.java:357)&lt;BR /&gt;	at org.apache.poi.ss.formula.WorkbookEvaluator.evaluateAny(WorkbookEvaluator.java:298)&lt;BR /&gt;	at org.apache.poi.ss.formula.WorkbookEvaluator.evaluate(WorkbookEvaluator.java:230)&lt;BR /&gt;	at org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator.evaluateFormulaCellValue(HSSFFormulaEvaluator.java:351)&lt;BR /&gt;	at org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator.evaluateFormulaCell(HSSFFormulaEvaluator.java:2&lt;/PRE&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009McyV"&gt;here&lt;/A&gt;</description>
      <pubDate>Thu, 27 Feb 2014 12:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelWorkbookSave-recalculate/m-p/2330228#M99324</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-27T12:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExcelWorkbookSave - recalculate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelWorkbookSave-recalculate/m-p/2330229#M99325</link>
      <description>Yes, the Apache POI API does not cover all possibilities of Excel. Thats why you get these Exceptions. Formula evaluation is indeed only possible within the same sheet and also not all (but mostly all) functions. 
&lt;BR /&gt;The Apache project adds with every new release more and more functions. Thats why I update these components when ever a new release is available. 
&lt;BR /&gt;Sorry, but the components are limited to the POI features. 
&lt;BR /&gt;Please refer to the Apache POI doc to check which function is implemented and which is not: 
&lt;BR /&gt;Here the current list: 
&lt;BR /&gt;Address 
&lt;BR /&gt;AggregateFunction 
&lt;BR /&gt;BaseNumberUtils 
&lt;BR /&gt;Bin2Dec 
&lt;BR /&gt;BooleanFunction 
&lt;BR /&gt;CalendarFieldFunction 
&lt;BR /&gt;Choose 
&lt;BR /&gt;Code 
&lt;BR /&gt;Column 
&lt;BR /&gt;Columns 
&lt;BR /&gt;Complex 
&lt;BR /&gt;Count 
&lt;BR /&gt;Counta 
&lt;BR /&gt;Countblank 
&lt;BR /&gt;Countif 
&lt;BR /&gt;Countif.StringMatcher 
&lt;BR /&gt;Countifs 
&lt;BR /&gt;DateFunc 
&lt;BR /&gt;Days360 
&lt;BR /&gt;Dec2Bin 
&lt;BR /&gt;Dec2Hex 
&lt;BR /&gt;Delta 
&lt;BR /&gt;EDate 
&lt;BR /&gt;Errortype 
&lt;BR /&gt;Even 
&lt;BR /&gt;FactDouble 
&lt;BR /&gt;Finance 
&lt;BR /&gt;FinanceFunction 
&lt;BR /&gt;FinanceLib 
&lt;BR /&gt;Fixed0ArgFunction 
&lt;BR /&gt;Fixed1ArgFunction 
&lt;BR /&gt;Fixed2ArgFunction 
&lt;BR /&gt;Fixed3ArgFunction 
&lt;BR /&gt;Fixed4ArgFunction 
&lt;BR /&gt;Hex2Dec 
&lt;BR /&gt;Hlookup 
&lt;BR /&gt;Hyperlink 
&lt;BR /&gt;IfFunc 
&lt;BR /&gt;Imaginary 
&lt;BR /&gt;ImReal 
&lt;BR /&gt;Index 
&lt;BR /&gt;Indirect 
&lt;BR /&gt;Intercept 
&lt;BR /&gt;IPMT 
&lt;BR /&gt;Irr 
&lt;BR /&gt;LinearRegressionFunction 
&lt;BR /&gt;LogicalFunction 
&lt;BR /&gt;Lookup 
&lt;BR /&gt;Match 
&lt;BR /&gt;MinaMaxa 
&lt;BR /&gt;Mirr 
&lt;BR /&gt;Mode 
&lt;BR /&gt;MultiOperandNumericFunction 
&lt;BR /&gt;Na 
&lt;BR /&gt;NotImplementedFunction 
&lt;BR /&gt;Now 
&lt;BR /&gt;Npv 
&lt;BR /&gt;NumericFunction 
&lt;BR /&gt;NumericFunction.OneArg 
&lt;BR /&gt;NumericFunction.TwoArg 
&lt;BR /&gt;Oct2Dec 
&lt;BR /&gt;Odd 
&lt;BR /&gt;Offset 
&lt;BR /&gt;PPMT 
&lt;BR /&gt;Quotient 
&lt;BR /&gt;Rank 
&lt;BR /&gt;Rate 
&lt;BR /&gt;Replace 
&lt;BR /&gt;Rept 
&lt;BR /&gt;Roman 
&lt;BR /&gt;RowFunc 
&lt;BR /&gt;Rows 
&lt;BR /&gt;Slope 
&lt;BR /&gt;Substitute 
&lt;BR /&gt;Subtotal 
&lt;BR /&gt;Sumif 
&lt;BR /&gt;Sumifs 
&lt;BR /&gt;Sumproduct 
&lt;BR /&gt;Sumx2my2 
&lt;BR /&gt;Sumx2py2 
&lt;BR /&gt;Sumxmy2 
&lt;BR /&gt;T 
&lt;BR /&gt;TextFunction 
&lt;BR /&gt;TimeFunc 
&lt;BR /&gt;Today 
&lt;BR /&gt;Value 
&lt;BR /&gt;Vlookup 
&lt;BR /&gt;WeekdayFunc 
&lt;BR /&gt;WeekNum 
&lt;BR /&gt;XYNumericFunction 
&lt;BR /&gt;And here the URL: 
&lt;BR /&gt; 
&lt;A href="http://poi.apache.org/spreadsheet/index.html" rel="nofollow noopener noreferrer"&gt;http://poi.apache.org/spreadsheet/index.html&lt;/A&gt;</description>
      <pubDate>Thu, 27 Feb 2014 21:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelWorkbookSave-recalculate/m-p/2330229#M99325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-27T21:37:49Z</dc:date>
    </item>
  </channel>
</rss>

