<?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: Automatically Convert .XLSM or .XLSB to .XLSX files for Input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226799#M18601</link>
    <description>I've never tried to read a XLSM or XLSB file in Talend. However, the only difference between these files and XLSX is that they contain macros. The worksheet data is in the same format and location, so my guess would be that you could just read them with tFileInputExcel.</description>
    <pubDate>Wed, 21 Nov 2018 13:34:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-21T13:34:14Z</dc:date>
    <item>
      <title>Automatically Convert .XLSM or .XLSB to .XLSX files for Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226797#M18599</link>
      <description>&lt;P&gt;I have several .XLSM and .XLSB files on a server that I need to:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Download&amp;nbsp;to a directory on another server.&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Read&amp;nbsp;the &lt;SPAN&gt;XLSM and .XLSB files and&lt;/SPAN&gt; populate a greenplum table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, I see that Talend does not have a component for&amp;nbsp;&lt;SPAN&gt;.XLSM and .XLSB files.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Is there a way to automatically read the&amp;nbsp;&lt;SPAN&gt;XLSM and .XLSB files saving as .XLSX files so Talend can then read the files?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;2. If that is no possible, can these&amp;nbsp;&lt;SPAN&gt;XLSM and .XLSB files be converted by some other means to another file extension that Talend can use?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Appreciate any suggestions as it is not possible to have these files generated with another extension.&amp;nbsp; I would only need to copy, rename or save as to accomplish this task.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 00:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226797#M18599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-06T00:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Convert .XLSM or .XLSB to .XLSX files for Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226798#M18600</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;It seem this is not possible with standard tFileExcel* components in talend. Are you able to use tfileinputexcel component to read your .xlsm file with 'read excel2007 file format(xlsx) option' checked?&lt;/P&gt; 
&lt;P&gt;There exist some custom components on talend exchange portal. Such as, tFileExcelWorkbookOpen and tFileExcelWorkbookSave.&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://exchange.talend.com/?_ga=2.242601345.2064759090.1542593912-1718331454.1508119343#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F542&amp;amp;pi=marketplace%252F1%252Fproducts%252F542%252Fitems%252F2807" href="https://exchange.talend.com/?_ga=2.242601345.2064759090.1542593912-1718331454.1508119343#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F542&amp;amp;pi=marketplace%252F1%252Fproducts%252F542%252Fitems%252F2807" target="_self" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/?_ga=2.242601345.2064759090.1542593912-1718331454.1508119343#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F542&amp;amp;pi=marketplace%252F1%252Fproducts%252F542%252Fitems%252F2807&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 07:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226798#M18600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-21T07:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Convert .XLSM or .XLSB to .XLSX files for Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226799#M18601</link>
      <description>I've never tried to read a XLSM or XLSB file in Talend. However, the only difference between these files and XLSX is that they contain macros. The worksheet data is in the same format and location, so my guess would be that you could just read them with tFileInputExcel.</description>
      <pubDate>Wed, 21 Nov 2018 13:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226799#M18601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-21T13:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Convert .XLSM or .XLSB to .XLSX files for Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226800#M18602</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the components&amp;nbsp;&lt;SPAN&gt;tFileExcelWorkbookOpen and tFileExcelWorkbookSave are unable to read xlsb files (excel with binary format). I'm using talend 6.3 version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please help me on this&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yashwanth&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 09:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226800#M18602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-23T09:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Convert .XLSM or .XLSB to .XLSX files for Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226801#M18603</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem, and I found nothing in Talend to solve this. (Using 7.1 version)&lt;/P&gt;&lt;P&gt;TfileInputExcel, tFileExcelWorkbook* don't support XLSB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I think about convert the file in a tJava or in a Windows Command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you found a solution in your way ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 10:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automatically-Convert-XLSM-or-XLSB-to-XLSX-files-for-Input/m-p/2226801#M18603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-23T10:21:51Z</dc:date>
    </item>
  </channel>
</rss>

