<?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: Exception on tFileInputExcel and tFileOutput Excel with excel2007 file format (xlsx) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281240#M55829</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I have this error "org.apache.poi.ss.usermodel.Cell cannot be resolved to a type" in Talend Open Studio for Data Integration 6.3.1 that indicates that the required library or JAR file for Apache POI is not included in myTalend project. How can I add Apache POI JAR files to my Talend project ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards. &lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 21:59:41 GMT</pubDate>
    <dc:creator>INESBK</dc:creator>
    <dc:date>2024-01-22T21:59:41Z</dc:date>
    <item>
      <title>Exception on tFileInputExcel and tFileOutput Excel with excel2007 file format (xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281235#M55824</link>
      <description>&lt;P&gt;Hi everbody,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm using Talend Open Studio for Big Data 7.3.1.20200219_1130. When I try to read or write Excel Files in the 2007 version (xlsx) I get the following exceptions:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;Input&lt;/EM&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;Exception in component tFileInputExcel_1 (Report_BU5000_aufbereiten)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;org.apache.poi.ooxml.POIXMLException: org.apache.xmlbeans.XmlOptions.setSaveAggressiveNamespaces()Lorg/apache/xmlbeans/XmlOptions;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.ooxml.POIXMLFactory.createDocumentPart(POIXMLFactory.java:66)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.ooxml.POIXMLDocumentPart.read(POIXMLDocumentPart.java:657)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.ooxml.POIXMLDocument.load(POIXMLDocument.java:180)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:282)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbookFactory.createWorkbook(XSSFWorkbookFactory.java:88)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbookFactory.createWorkbook(XSSFWorkbookFactory.java:116)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at java.lang.reflect.Method.invoke(Unknown Source)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.ss.usermodel.WorkbookFactory.createWorkbook(WorkbookFactory.java:339)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.ss.usermodel.WorkbookFactory.createXSSFWorkbook(WorkbookFactory.java:314)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:302)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:271)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at local_project.report_bu5000_aufbereiten_0_1.Report_BU5000_aufbereiten.tFileInputExcel_1Process(Report_BU5000_aufbereiten.java:1280)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at local_project.report_bu5000_aufbereiten_0_1.Report_BU5000_aufbereiten.runJobInTOS(Report_BU5000_aufbereiten.java:2541)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at local_project.report_bu5000_aufbereiten_0_1.Report_BU5000_aufbereiten.main(Report_BU5000_aufbereiten.java:2390)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;Caused by: java.lang.reflect.InvocationTargetException&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at java.lang.reflect.Constructor.newInstance(Unknown Source)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:56)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.ooxml.POIXMLFactory.createDocumentPart(POIXMLFactory.java:63)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;... 16 more&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;Caused by: java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlOptions.setSaveAggressiveNamespaces()Lorg/apache/xmlbeans/XmlOptions;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.ooxml.POIXMLTypeLoader.&amp;lt;clinit&amp;gt;(POIXMLTypeLoader.java:41)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.model.ThemesTable.&amp;lt;init&amp;gt;(ThemesTable.java:86)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;... 22 more&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;Output&lt;/EM&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;Exception in thread "main" java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Ljava/lang/ClassLoader;Ljava/lang/String&lt;IMG id="smileywink" class="emoticon emoticon-smileywink" src="https://community.qlik.com/" alt="Smiley Wink" title="Smiley Wink" /&gt;Lorg/apache/xmlbeans/SchemaTypeSystem;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook$Factory.newInstance(Unknown Source)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.onWorkbookCreate(XSSFWorkbook.java:456)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:259)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:253)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:241)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.&amp;lt;init&amp;gt;(SXSSFWorkbook.java:240)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.&amp;lt;init&amp;gt;(SXSSFWorkbook.java:210)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.&amp;lt;init&amp;gt;(SXSSFWorkbook.java:185)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.apache.poi.xssf.streaming.SXSSFWorkbook.&amp;lt;init&amp;gt;(SXSSFWorkbook.java:272)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at org.talend.ExcelTool.prepareXlsxFile(ExcelTool.java:125)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at local_project.report_bu5000_aufbereiten_0_1.Report_BU5000_aufbereiten.tFileInputExcel_1Process(Report_BU5000_aufbereiten.java:1004)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P align="left"&gt;&lt;FONT size="2"&gt;at local_project.report_bu5000_aufbereiten_0_1.Report_BU5000_aufbereiten.runJobInTOS(Report_BU5000_aufbereiten.java:2096)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;at local_project.report_bu5000_aufbereiten_0_1.Report_BU5000_aufbereiten.main(Report_BU5000_aufbereiten.java:1945)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I&amp;nbsp;installed manually the necessary modules (xmlbeans-3.1.0.jar and poi-4.1.2.jar), but it doesn't fixed my problem. Any idea or help?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best reagrds&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Simon.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281235#M55824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on tFileInputExcel and tFileOutput Excel with excel2007 file format (xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281236#M55825</link>
      <description>Hi 
&lt;BR /&gt;I can not reproduce the issue on Windows with v7.3.1 in my end. It seems these required modules are not installed correctly. To do: 
&lt;BR /&gt;1. Go to &amp;lt;Studio installation directory&amp;gt;\configuration\.m2\repository\ and Search the folder where the jar file is located, eg: 
&lt;BR /&gt;D:\talend\product\731\studio1\Talend-Studio-20200219_1130-V7.3.1\configuration\.m2\repository\org\talend\libraries\poi-4.1.2 
&lt;BR /&gt;2. Delete the folder poi-4.1.2. 
&lt;BR /&gt;3. In studio, open the component settings of tFileOutputExcel and re-install the required jar files again. 
&lt;BR /&gt; 
&lt;BR /&gt;Please try and let me if it works. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 02 Jun 2020 12:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281236#M55825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T12:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on tFileInputExcel and tFileOutput Excel with excel2007 file format (xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281237#M55826</link>
      <description>&lt;P&gt;Thank you very much for your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I couldn't fix it this way. But I installed Talend on another machine and it works. I think the problem was relased to the Java Version on the first machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simon.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 06:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281237#M55826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-03T06:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on tFileInputExcel and tFileOutput Excel with excel2007 file format (xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281238#M55827</link>
      <description>&lt;P&gt;Hi Shong, &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;I​ am facing a permission issue while reading xlsx file in Talend 7.3 ( when calling a built job in unix server). &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;The file is getting placed in server with 644 Grant's.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;We are actually migrating jobs from Talend 6.5 to Talend 7.3. The same job is running fine when built and executed in 6.5 version but failing in Talend 7.3&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;When I placed the file manually to the unix box and change permission to 646 ( giving permission  of read/write to owner and others) job is getting executed.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;I​ am not sure why Talend 7.3 is expecting a extra permission while the same is running fine in lower version.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Please help us on this.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Note : we are facing the issue only with xlsx. Other feed format files are getting processed in 7.3 without error. &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aadhi&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2020 09:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281238#M55827</guid>
      <dc:creator>Aadhi</dc:creator>
      <dc:date>2020-12-05T09:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on tFileInputExcel and tFileOutput Excel with excel2007 file format (xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281239#M55828</link>
      <description>&lt;P&gt;I have the same problem. which java version you have installed in the new machine please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 09:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281239#M55828</guid>
      <dc:creator>ikhalifa1616682901</dc:creator>
      <dc:date>2021-04-20T09:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on tFileInputExcel and tFileOutput Excel with excel2007 file format (xlsx)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281240#M55829</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I have this error "org.apache.poi.ss.usermodel.Cell cannot be resolved to a type" in Talend Open Studio for Data Integration 6.3.1 that indicates that the required library or JAR file for Apache POI is not included in myTalend project. How can I add Apache POI JAR files to my Talend project ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards. &lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 21:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-tFileInputExcel-and-tFileOutput-Excel-with/m-p/2281240#M55829</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2024-01-22T21:59:41Z</dc:date>
    </item>
  </channel>
</rss>

