<?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: [resolved] IMPORTING ORG.APACHE.POI in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-IMPORTING-ORG-APACHE-POI/m-p/2288756#M62216</link>
    <description>They also say that you need the following in&amp;nbsp;C:\TOS_DI-20151214_1327-V6.1.1\plugins\
&lt;B&gt;org.talend.libraries.excel_6.1.1.20151214_1327&lt;/B&gt;\lib
&lt;BR /&gt;I have the following inside:&amp;nbsp;
&lt;BR /&gt;poi-3.10.1.jar
&lt;BR /&gt;poi-3.11-20141221_modified_talend.jar
&lt;BR /&gt;poi-ooxml-3.11-20141221_modified_talend.jar
&lt;BR /&gt;poi-ooxml-schemas-3.11-20141221.jar
&lt;BR /&gt;poi-scratchpad-3.11-20141221.jar
&lt;BR /&gt;simpleexcel.jar
&lt;BR /&gt;talendExcel.jar</description>
    <pubDate>Fri, 19 Aug 2016 01:36:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-19T01:36:06Z</dc:date>
    <item>
      <title>[resolved] IMPORTING ORG.APACHE.POI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-IMPORTING-ORG-APACHE-POI/m-p/2288755#M62215</link>
      <description>Hi Guys,
&lt;BR /&gt;My Talend Studio is version 6.1.1. I created a Routines and IMPORTED or required a&amp;nbsp;org.apache.poi. below are the following:&amp;nbsp;
&lt;BR /&gt;import org.apache.poi.hssf.usermodel.HSSFCell;
&lt;BR /&gt;import org.apache.poi.hssf.usermodel.HSSFRow;
&lt;BR /&gt;import org.apache.poi.hssf.usermodel.HSSFSheet;
&lt;BR /&gt;import org.apache.poi.hssf.usermodel.HSSFWorkbook;
&lt;BR /&gt;import org.apache.poi.poifs.filesystem.POIFSFileSystem;
&lt;BR /&gt;import org.apache.poi.ss.usermodel.Cell;
&lt;BR /&gt;import org.apache.poi.ss.usermodel.Row;
&lt;BR /&gt;import org.apache.poi.ss.util.CellReference;
&lt;BR /&gt;import org.apache.poi.xssf.usermodel.XSSFSheet;
&lt;BR /&gt;import org.apache.poi.xssf.usermodel.XSSFWorkbook;
&lt;BR /&gt;Basically its for reading a Excel files. At first this Routines are working well and no error. But when I restarted my Talend and re-open my Routines. An error occurred and I cannot run anymore my JOB because the Routines is not functioning well.
&lt;BR /&gt;The error is:&amp;nbsp;talend Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/poi/xssf/usermodel/XSSFWorkbook
&lt;BR /&gt;Im reading and searching in google how to fix this, they say that you need the following:&amp;nbsp;
&lt;BR /&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;&amp;nbsp;1)poi-3.6-20091214.jar&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;2)poi-contrib-3.6-20091214.jar&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;3)poi-examples-3.6-20091214.jar&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;4)poi-ooxml-3.6-20091214.jar&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;5)poi-ooxml-schemas-3.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;6-20091214.jar&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;6)poi-scratchpad-3.6-20091214.jar&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;7. xmlbeans&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;My questions is how can you know your POI Version and where to put this all?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#242729"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial, " helvetica="" neue=""&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-IMPORTING-ORG-APACHE-POI/m-p/2288755#M62215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] IMPORTING ORG.APACHE.POI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-IMPORTING-ORG-APACHE-POI/m-p/2288756#M62216</link>
      <description>They also say that you need the following in&amp;nbsp;C:\TOS_DI-20151214_1327-V6.1.1\plugins\
&lt;B&gt;org.talend.libraries.excel_6.1.1.20151214_1327&lt;/B&gt;\lib
&lt;BR /&gt;I have the following inside:&amp;nbsp;
&lt;BR /&gt;poi-3.10.1.jar
&lt;BR /&gt;poi-3.11-20141221_modified_talend.jar
&lt;BR /&gt;poi-ooxml-3.11-20141221_modified_talend.jar
&lt;BR /&gt;poi-ooxml-schemas-3.11-20141221.jar
&lt;BR /&gt;poi-scratchpad-3.11-20141221.jar
&lt;BR /&gt;simpleexcel.jar
&lt;BR /&gt;talendExcel.jar</description>
      <pubDate>Fri, 19 Aug 2016 01:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-IMPORTING-ORG-APACHE-POI/m-p/2288756#M62216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T01:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] IMPORTING ORG.APACHE.POI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-IMPORTING-ORG-APACHE-POI/m-p/2288757#M62217</link>
      <description>&lt;P&gt;Turn &lt;B&gt;off &lt;/B&gt;"Read excel 2007 file format (xlsx)" on your &lt;B&gt;tFileInputExcel&lt;/B&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 19:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-IMPORTING-ORG-APACHE-POI/m-p/2288757#M62217</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2022-11-02T19:22:00Z</dc:date>
    </item>
  </channel>
</rss>

