<?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: passsword protected Excel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359927#M124626</link>
    <description>I guess this is supported only for 2007 or later versions.</description>
    <pubDate>Wed, 04 Nov 2015 11:21:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-04T11:21:54Z</dc:date>
    <item>
      <title>passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359918#M124617</link>
      <description>can I connect to a password protected excel file?</description>
      <pubDate>Sat, 16 Nov 2024 13:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359918#M124617</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359919#M124618</link>
      <description>Hello
&lt;BR /&gt;No, it is impossible to extract data from a password protected excel file with tFileInputComponent now.
&lt;BR /&gt;Best regards
&lt;BR /&gt;shong</description>
      <pubDate>Fri, 17 Jul 2009 04:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359919#M124618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-17T04:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359920#M124619</link>
      <description>that is a bummer.</description>
      <pubDate>Fri, 17 Jul 2009 14:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359920#M124619</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-07-17T14:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359921#M124620</link>
      <description>Has there been any change to this? I have a file thats password protected for editing but can be opened read-only but I can't seem to get Talend to read it...
&lt;BR /&gt;Exception in component tFileInputExcel_1
&lt;BR /&gt;java.io.FileNotFoundException: Site Metrics - Copy.xlsb (The system cannot find the file specified)
&lt;BR /&gt; at java.io.FileInputStream.open(Native Method)
&lt;BR /&gt; at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:120)
&lt;BR /&gt; at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:79)
&lt;BR /&gt; at ciu.md_readecomdata_0_1.MD_ReadEcomData.tFileInputExcel_1Process(MD_ReadEcomData.java:720)
&lt;BR /&gt; at ciu.md_readecomdata_0_1.MD_ReadEcomData.tFileCopy_1Process(MD_ReadEcomData.java:365)
&lt;BR /&gt; at ciu.md_readecomdata_0_1.MD_ReadEcomData.runJobInTOS(MD_ReadEcomData.java:1286)
&lt;BR /&gt; at ciu.md_readecomdata_0_1.MD_ReadEcomData.main(MD_ReadEcomData.java:1154)
&lt;BR /&gt;
&lt;BR /&gt;cheers
&lt;BR /&gt;Talend Enterprise DI 5.2.2</description>
      <pubDate>Mon, 29 Apr 2013 14:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359921#M124620</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-04-29T14:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359922#M124621</link>
      <description>We don't handle passwords in the Excel components, so it's still impossible to read a file protected which can only be accessed with a password but I would say it should be possible to read the data using tFileInputExcel if you can open the file and read the data in read-only.
&lt;BR /&gt;Could you try to copy and paste a sample of the content you can read into a non-protected excel file and see if this time the job works?
&lt;BR /&gt;Check the path you entered to browse to the file as the error seems to say it is unable to find the file (not to open it or read it).
&lt;BR /&gt;Feel free to email our support (support@talend.com) for a more specific help.</description>
      <pubDate>Mon, 29 Apr 2013 17:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359922#M124621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-29T17:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359923#M124622</link>
      <description>Hi, I have found, the Apache POI library supports the password encryption in various manner. &lt;BR /&gt;I have added support for password protected files in the component tFileExcelWorkbookOpen (current version 3.1 in Talend Exchange).</description>
      <pubDate>Mon, 29 Apr 2013 22:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359923#M124622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-29T22:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359924#M124623</link>
      <description>Thanks esabot and jlolling - we have a consultant in tomorrow and will see what he thinks. 
&lt;BR /&gt;cheers 
&lt;BR /&gt;Malcolm.</description>
      <pubDate>Tue, 30 Apr 2013 11:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359924#M124623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-30T11:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359925#M124624</link>
      <description>Of course you can connect password protected Excel file but firstly you can break its password which you lost. You can use Excel password recovery software to recover your lost Excel file password and after that you can easily access your Excel file.
&lt;BR /&gt;
&lt;A href="http://www.excelpasswordrecoverysoftware.org/" target="_blank" rel="nofollow noopener noreferrer"&gt;Excel Password Recovery&lt;/A&gt;</description>
      <pubDate>Tue, 25 Feb 2014 04:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359925#M124624</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-02-25T04:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359926#M124625</link>
      <description>The problem was not a lost password, the problem was the lack of this functionality in the current build-in components. Password support is available with the tFileExceWorkbookOpen compoenent.&lt;BR /&gt;I should probably consider to add the encryption feature.</description>
      <pubDate>Tue, 25 Feb 2014 07:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359926#M124625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-25T07:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359927#M124626</link>
      <description>I guess this is supported only for 2007 or later versions.</description>
      <pubDate>Wed, 04 Nov 2015 11:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359927#M124626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-04T11:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359928#M124627</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;The problem was not a lost password, the problem was the lack of this functionality in the current build-in components. Password support is available with the tFileExceWorkbookOpen compoenent.&lt;BR /&gt;I should probably consider to add the encryption feature.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Is this component still available?</description>
      <pubDate>Tue, 13 Dec 2016 14:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359928#M124627</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-12-13T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359929#M124628</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;The problem was not a lost password, the problem was the lack of this functionality in the current build-in components. Password support is available with the tFileExceWorkbookOpen compoenent.&lt;BR /&gt;I should probably consider to add the encryption feature.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Is this component still available?&lt;BR /&gt;There was a typo, the name is: tFileExce&lt;B&gt;l&lt;/B&gt;WorkbookOpen &lt;BR /&gt;Get it here: &lt;A href="https://exchange.talend.com" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com&lt;/A&gt;</description>
      <pubDate>Tue, 13 Dec 2016 16:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359929#M124628</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2016-12-13T16:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: passsword protected Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359930#M124629</link>
      <description>&lt;P&gt;The first thing to consider is unlocking Excel, isn't it? On Older Versions, you can solve the problem of unlocking &lt;A href="https://www.fonecope.com/forgot-excel-password-recovery.html" target="_self" rel="nofollow noopener noreferrer"&gt;password protected Excel&lt;/A&gt; by using File Extension, VBA Code, and VBA Project. Here are the steps for the VBA code:&lt;BR /&gt;1. Open the protected Excel &amp;gt; shortcut "Alt + F11" to open the VBA editor &amp;gt; right click on the Excel file &amp;gt; Insert &amp;gt; Module option in the Project-VBAProject pane.&lt;BR /&gt;2. Enter the following VBA code into the General window.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1551687258496014" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2fs.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136231i21F6D6739949E47F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2fs.jpg" alt="0683p000009M2fs.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;3. Click the Run button to run it &amp;gt; Pop up the password consisting of the letters A and B.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 02:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passsword-protected-Excel/m-p/2359930#M124629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T02:52:26Z</dc:date>
    </item>
  </channel>
</rss>

