<?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: writing to excel xlsm format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207721#M7247</link>
    <description>Hi 
&lt;BR /&gt;Have you tried to check the 'write excel2007 file format(xlsx) option on tFileOutputExcel component? If it does not work, you can use a custom component 
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=624&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileExcelSheetOutput&lt;/A&gt; developed and shared by jlolling on Talend Exchange, this component supports XLSM format. Here is a KB tutorial about how to install a custom commponet into Talend Studio. 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;Shong</description>
    <pubDate>Wed, 04 Dec 2013 08:13:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-04T08:13:34Z</dc:date>
    <item>
      <title>writing to excel xlsm format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207718#M7244</link>
      <description>Hi, 
&lt;BR /&gt;I need to write the output file in xlsm format using talend.Is this applicable in talend open studio or talend enterprise edition. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Raakesh R</description>
      <pubDate>Wed, 04 Dec 2013 07:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207718#M7244</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-04T07:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: writing to excel xlsm format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207719#M7245</link>
      <description>Talend Open Studio for Data Integration provides a group of Excel components that can be used to integrate with Excel file, such as tFileInputExcel, tFileOutputExcel etc. tFileOutputExcel is used to write data into a Excel file, please refer to:
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=tFileOutputExcel&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tFileOutputExcel&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 04 Dec 2013 07:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207719#M7245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-04T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: writing to excel xlsm format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207720#M7246</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Talend Open Studio for Data Integration provides a group of Excel components that can be used to integrate with Excel file, such as tFileInputExcel, tFileOutputExcel etc. tFileOutputExcel is used to write data into a Excel file, please refer to:&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tFileOutputExcel&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tFileOutputExcel&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;Shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks shong. 
&lt;BR /&gt;Below is my req. 
&lt;BR /&gt;I write into excel 2007 (xlsx format) using tfileoutputexcel and call macro and i need to save excel in xlsm format.If it is not getting saved in xlsm format the macros will disappear. 
&lt;BR /&gt;So is there any way that i can save the excel file in xlsm format after wrting macro.</description>
      <pubDate>Wed, 04 Dec 2013 07:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207720#M7246</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-04T07:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: writing to excel xlsm format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207721#M7247</link>
      <description>Hi 
&lt;BR /&gt;Have you tried to check the 'write excel2007 file format(xlsx) option on tFileOutputExcel component? If it does not work, you can use a custom component 
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=624&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileExcelSheetOutput&lt;/A&gt; developed and shared by jlolling on Talend Exchange, this component supports XLSM format. Here is a KB tutorial about how to install a custom commponet into Talend Studio. 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 04 Dec 2013 08:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207721#M7247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-04T08:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: writing to excel xlsm format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207722#M7248</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi &lt;BR /&gt;Have you tried to check the 'write excel2007 file format(xlsx) option on tFileOutputExcel component? If it does not work, you can use a custom component &lt;A href="http://www.talendforge.org/exchange/index.php?eid=624&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,1,1" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileExcelSheetOutput&lt;/A&gt; developed and shared by jlolling on Talend Exchange, this component supports XLSM format. Here is a KB tutorial about how to install a custom commponet into Talend Studio.&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;Shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thx shong.will try it out.</description>
      <pubDate>Wed, 04 Dec 2013 08:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207722#M7248</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-04T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: writing to excel xlsm format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207723#M7249</link>
      <description>It will support macros only if the macros already exists in the file. You cannot create macros within the Talend job.&lt;BR /&gt;To read a file containing macros use the component tFileExcelWorkbookOpen and write your file (probably with a different name) with the component tFileExcelWorkbookSave</description>
      <pubDate>Wed, 04 Dec 2013 21:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207723#M7249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-04T21:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: writing to excel xlsm format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207724#M7250</link>
      <description>I too am trying to work with an excel template (.xlsm) file. I notice you mention a component for this tFileExcelWorkbookOpen but I do not see anything with that name in the palette?&amp;nbsp;</description>
      <pubDate>Wed, 20 May 2015 19:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/writing-to-excel-xlsm-format/m-p/2207724#M7250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-20T19:58:11Z</dc:date>
    </item>
  </channel>
</rss>

