<?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: Calling Excel Macro from Talend Job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Calling-Excel-Macro-from-Talend-Job/m-p/2300230#M72473</link>
    <description>You need custom code for that ( java, perl or command line call ).
&lt;BR /&gt;Investigate excel COM model.</description>
    <pubDate>Mon, 17 Aug 2009 10:48:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-08-17T10:48:51Z</dc:date>
    <item>
      <title>Calling Excel Macro from Talend Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-Excel-Macro-from-Talend-Job/m-p/2300229#M72472</link>
      <description>Dears,
&lt;BR /&gt; Is it possible to call excel macro from a talend job. Can you please help me with the screen shot. thanks in advance.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Ram</description>
      <pubDate>Sat, 16 Nov 2024 13:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-Excel-Macro-from-Talend-Job/m-p/2300229#M72472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Excel Macro from Talend Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-Excel-Macro-from-Talend-Job/m-p/2300230#M72473</link>
      <description>You need custom code for that ( java, perl or command line call ).
&lt;BR /&gt;Investigate excel COM model.</description>
      <pubDate>Mon, 17 Aug 2009 10:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-Excel-Macro-from-Talend-Job/m-p/2300230#M72473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-17T10:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Excel Macro from Talend Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-Excel-Macro-from-Talend-Job/m-p/2300231#M72474</link>
      <description>Hi,&lt;BR /&gt;The excel is an all in one software. it can have data, screen, report and processing logic and all in one software. The excel is one of the good software for developing single-user application.&lt;BR /&gt;Talend provides facility to use Excel as input and output data file and guess it does not provide facility to execute the logic defined inside an excel in a form a macro.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Mon, 17 Aug 2009 10:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-Excel-Macro-from-Talend-Job/m-p/2300231#M72474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-17T10:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Excel Macro from Talend Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-Excel-Macro-from-Talend-Job/m-p/2300232#M72475</link>
      <description>I repeat not natively in Talend, but you can run a quick external script in Talend ( that calls COM methods of excel ), for example you can call via command line component in Talend a powershell script like:
&lt;BR /&gt;--------
&lt;BR /&gt;$excel = new-object -comobject excel.application
&lt;BR /&gt;$workbook = $excel.workbooks.open($myfile)
&lt;BR /&gt;$excel.Run("MyDefinedMacro")
&lt;BR /&gt;$workbook.save()
&lt;BR /&gt;$workbook.close()
&lt;BR /&gt;$excel.quit()
&lt;BR /&gt;-------
&lt;BR /&gt;would do the trick.
&lt;BR /&gt;hope it helps
&lt;BR /&gt;bye!</description>
      <pubDate>Tue, 18 Aug 2009 13:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-Excel-Macro-from-Talend-Job/m-p/2300232#M72475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-18T13:13:26Z</dc:date>
    </item>
  </channel>
</rss>

