<?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: multiple sheet output in one excel file from MSSQL with multiple Tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210697#M9014</link>
    <description>&lt;P&gt;First of all decide if you want to use an excel file as template.&lt;/P&gt; 
&lt;P&gt;Regardless if you want to do that you need the component tFileExcelWorkbookOpen. This component holds the actual excel document, all others are manipulating it or write it as file.&lt;/P&gt; 
&lt;P&gt;Take a look into the documentation of the tFileExcelSheetOutput component - pdf is linked in Talend exchange.&lt;/P&gt; 
&lt;P&gt;You can have plenty of them. E.g. you have 3 different queries read with tMSSQLInput components and now simply send these flows to tFileExcelSheetOutput components. You can configure a header with names just as you like and not limited to the schema column names and you can apply existing styles to the new data rows and so on...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This component is what you need to create sheets and write data into it.&lt;/P&gt; 
&lt;P&gt;The last one is tFileExcelWorkbookSave to write the excel document as file to the local file system.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tFileExcelNamedCellOutput_complex.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7rl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139883iCB283E541BBECC06/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7rl.png" alt="0683p000009M7rl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lwj5"&gt;tFileExcelNamedCellOutput_complex.png&lt;/A&gt;</description>
    <pubDate>Wed, 23 Oct 2019 22:39:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-23T22:39:43Z</dc:date>
    <item>
      <title>multiple sheet output in one excel file from MSSQL with multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210692#M9009</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, Talend beginner here. I need to create job where I need to read data from MSSQL server with multiple tables with&amp;nbsp;&lt;/SPAN&gt;different schema. and get output in one excel file with different sheets depends upon tables in sql server. for example i have two sql tables name like students data, Faculty data. and in that tables there are 3 columns like&amp;nbsp; below.&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Table 1 -&amp;nbsp;students data&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;Roll No&amp;nbsp; &amp;nbsp; &amp;nbsp;Name&amp;nbsp; &amp;nbsp; &amp;nbsp;standard&lt;/P&gt; 
&lt;P&gt;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;/P&gt; 
&lt;P&gt;13&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;/P&gt; 
&lt;P&gt;14&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12&lt;/P&gt; 
&lt;P&gt;__________________________&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Table 2 - Faculty Data&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Salary(in $)&amp;nbsp; &amp;nbsp; &amp;nbsp; Experience (In Year)&lt;/P&gt; 
&lt;P&gt;AB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1500&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt; 
&lt;P&gt;BC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt; 
&lt;P&gt;CD&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2500&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;_____________________________&lt;/P&gt; 
&lt;P&gt;i need output like this.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;_&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talned Ex.jpg" style="width: 813px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7qO.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152634iCBD774D8FFF209C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7qO.jpg" alt="0683p000009M7qO.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;there may be number of tables so it can append in one excel with new sheet.&lt;/P&gt; 
&lt;P&gt;and if it is possible in one line without adding multiple tFileOutputExcel as well as tMSSQLinput components it would be great.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It will be very helpful to me if anyone give the solution for it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210692#M9009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: multiple sheet output in one excel file from MSSQL with multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210693#M9010</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Since you are beginner, I would recommend you to create multiple subjobs in Talend job where each subjob will read the data from one table and load it into corresponding sheet in excel file. You can link these subjobs by On SubJobOk condition to orchestrate them one by one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 16:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210693#M9010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-21T16:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: multiple sheet output in one excel file from MSSQL with multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210694#M9011</link>
      <description>&lt;P&gt;Thanks for valuable reply. i appreciate your suggestion but i need to design the job with one job because there are number of tables and also need in single design. if you have any solution please suggest me. it would very helpful to me. thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 12:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210694#M9011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T12:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: multiple sheet output in one excel file from MSSQL with multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210695#M9012</link>
      <description>&lt;P&gt;Multiple sheets are possible but not with the build-in Excel components.&lt;/P&gt;
&lt;P&gt;I suggest you take a look at the tFileExcel* components in Talend exchange. They can do this easily and much more like formulas, conditional formats etc. by the help of a template file.&lt;/P&gt;
&lt;P&gt;Look here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://exchange.talend.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The components I mean are one of the most used.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 13:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210695#M9012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T13:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: multiple sheet output in one excel file from MSSQL with multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210696#M9013</link>
      <description>&lt;P&gt;Thank you for your valuable reply. i found the component but i don't know the way to achieve the solution for my question. could you please explain how to do it.&lt;/P&gt;&lt;P&gt;i will be very helpful to me.&lt;/P&gt;&lt;P&gt;thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 14:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210696#M9013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T14:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: multiple sheet output in one excel file from MSSQL with multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210697#M9014</link>
      <description>&lt;P&gt;First of all decide if you want to use an excel file as template.&lt;/P&gt; 
&lt;P&gt;Regardless if you want to do that you need the component tFileExcelWorkbookOpen. This component holds the actual excel document, all others are manipulating it or write it as file.&lt;/P&gt; 
&lt;P&gt;Take a look into the documentation of the tFileExcelSheetOutput component - pdf is linked in Talend exchange.&lt;/P&gt; 
&lt;P&gt;You can have plenty of them. E.g. you have 3 different queries read with tMSSQLInput components and now simply send these flows to tFileExcelSheetOutput components. You can configure a header with names just as you like and not limited to the schema column names and you can apply existing styles to the new data rows and so on...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This component is what you need to create sheets and write data into it.&lt;/P&gt; 
&lt;P&gt;The last one is tFileExcelWorkbookSave to write the excel document as file to the local file system.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tFileExcelNamedCellOutput_complex.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7rl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139883iCB283E541BBECC06/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7rl.png" alt="0683p000009M7rl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lwj5"&gt;tFileExcelNamedCellOutput_complex.png&lt;/A&gt;</description>
      <pubDate>Wed, 23 Oct 2019 22:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210697#M9014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T22:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: multiple sheet output in one excel file from MSSQL with multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210698#M9015</link>
      <description>&lt;P&gt;Thank you for the very useful suggestion. i have one question that is it possible to do the job using one&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;tFileExcelSheetOutput component. instead of adding multiple&amp;nbsp;&amp;nbsp;tFileExcelSheetOutput component?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 10:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210698#M9015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-24T10:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: multiple sheet output in one excel file from MSSQL with multiple Tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210699#M9016</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;On the contrary, I want to load one excel with multiple sheets into Sql Server with multiple tables,I download some components: tFileExcelworkOpen,tFileExcelsheetInput,,but i cannot figure it out . &lt;/P&gt;&lt;P&gt;So,could u give me some advise about the Steps?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 08:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-sheet-output-in-one-excel-file-from-MSSQL-with-multiple/m-p/2210699#M9016</guid>
      <dc:creator>Eleven</dc:creator>
      <dc:date>2020-07-21T08:45:58Z</dc:date>
    </item>
  </channel>
</rss>

