<?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: How to embed picture in an existing excel file as a separate tab/worksheet in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886252#M212959</link>
    <description>&lt;P&gt;I do not believe you can do this in Alteryx out of the box. Try Python or R.&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/40373678/insert-image-in-existing-excel-sheet-by-using-xlsxwriter" target="_blank"&gt;https://stackoverflow.com/questions/40373678/insert-image-in-existing-excel-sheet-by-using-xlsxwriter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your other option is to read in the existing excel file and recreate it as a rendered excel. Then you can add the image like you would any other reporting tool and using layout/sections set sheet names.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jan 2022 17:49:59 GMT</pubDate>
    <dc:creator>apathetichell</dc:creator>
    <dc:date>2022-01-03T17:49:59Z</dc:date>
    <item>
      <title>How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/884869#M212689</link>
      <description>&lt;P&gt;Hi, I am able to embed an picture using the image and render tool as the output (into excel format). However, i wanted to embed this excel (with the picture) into my existing excel file as a separate worksheet. There are already other tabs in this excel file. When i tried to import from the render tool output into a Output tool (as my existing excel file), the image is gone. Does anyone has a similar scenario like mine? Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 05:53:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/884869#M212689</guid>
      <dc:creator>xiaoyan</dc:creator>
      <dc:date>2021-12-29T05:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886245#M212957</link>
      <description>&lt;P&gt;Unfortunately, I can't really think of a simple solution for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My first answer was to:&lt;/P&gt;&lt;P&gt;1.Read all existing Tabs into the Alteryx Workflow.&lt;/P&gt;&lt;P&gt;2. Write the Image out to the Excel File First (This clears everything else)&lt;/P&gt;&lt;P&gt;3. Write the Preexisting Info back to the Excel File.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some other Alteryx Gurus weigh in on the same topic here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Exporting-Image-to-an-Existing-Excel-File/td-p/674245" target="_blank" rel="noopener"&gt;https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Exporting-Image-to-an-Existing-Excel-File/td-p/674245&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a better answer further below with a working example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 17:23:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886245#M212957</guid>
      <dc:creator>csmith11</dc:creator>
      <dc:date>2022-01-04T17:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886250#M212958</link>
      <description>&lt;P&gt;An after thought that would work VERY well:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Render the image to a totally separate excel file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Use the Run Command Tool to Copy the Rendered Sheet to the Pre Existing Excel File (This will involve Knowledge of VBS)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will get you started on the VBS script:&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/43459946/vbs-script-for-copying-a-whole-sheet-from-a-file-to-another-file" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/43459946/vbs-script-for-copying-a-whole-sheet-from-a-file-to-another-file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to Run VBS in Alteryx:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Run-VB-script/td-p/64153" target="_blank" rel="noopener"&gt;https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Run-VB-script/td-p/64153&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternative, You may be able to use a python script to copy the New Sheet over as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;I added a working example in another post.&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>Tue, 04 Jan 2022 17:23:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886250#M212958</guid>
      <dc:creator>csmith11</dc:creator>
      <dc:date>2022-01-04T17:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886252#M212959</link>
      <description>&lt;P&gt;I do not believe you can do this in Alteryx out of the box. Try Python or R.&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/40373678/insert-image-in-existing-excel-sheet-by-using-xlsxwriter" target="_blank"&gt;https://stackoverflow.com/questions/40373678/insert-image-in-existing-excel-sheet-by-using-xlsxwriter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your other option is to read in the existing excel file and recreate it as a rendered excel. Then you can add the image like you would any other reporting tool and using layout/sections set sheet names.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 17:49:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886252#M212959</guid>
      <dc:creator>apathetichell</dc:creator>
      <dc:date>2022-01-03T17:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886684#M213065</link>
      <description>&lt;P&gt;Here's a working example of what you were trying to accomplish.&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="csmith11_0-1641307790135.png" style="width: 624px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/217125iE9B7DD917CB59C6A/image-dimensions/624x192?v=v2" width="624" height="192" role="button" title="csmith11_0-1641307790135.png" alt="csmith11_0-1641307790135.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions. Here's the VBS I used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Dim xlapp&lt;BR /&gt;Dim WSx, WSy&lt;BR /&gt;Dim x, y&lt;BR /&gt;Set xlapp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;Set x = xlapp.Workbooks.Open("' + [Engine.WorkflowDirectory]+ [Temp Path] + '")&lt;BR /&gt;Set y = xlapp.Workbooks.Open("' + [Engine.WorkflowDirectory]+ [Preexisting Path] + '")&lt;/P&gt;&lt;P&gt;Set WSx = x.Worksheets("sheet1")&lt;BR /&gt;WSx.copy Null, y.Sheets(y.Sheets.Count)&lt;BR /&gt;y.Sheets(y.Sheets.Count).name = "Image"&lt;/P&gt;&lt;P&gt;Set WSx = nothing&lt;BR /&gt;Set WSy = nothing&lt;BR /&gt;y.Save()&lt;BR /&gt;y.Close()&lt;BR /&gt;x.Close()&lt;BR /&gt;xlapp.Quit()'&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>Tue, 04 Jan 2022 14:53:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886684#M213065</guid>
      <dc:creator>csmith11</dc:creator>
      <dc:date>2022-01-04T14:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886978#M213158</link>
      <description>&lt;P&gt;Hi csmith, thank you for your solution. As I'm not familiar with VBS, i meet difficulty in trying to figure out the workflow. I'm trying to understand your example so that i can try to build it into my own workflow. The workflow example is to copy the sheet from Temp path workbook (with image) to preexisting path workbook?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 02:12:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886978#M213158</guid>
      <dc:creator>xiaoyan</dc:creator>
      <dc:date>2022-01-05T02:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886982#M213160</link>
      <description>&lt;P&gt;That is correct. Let me break down the VBS real fast:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Creates Variables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;'Dim xlapp&lt;BR /&gt;Dim WSx, WSy&lt;BR /&gt;Dim x, y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Creates Instance of Excel Application&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Set xlapp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sets X equal to the Temp Excel Workbook (This Contains the Image File)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Set x = xlapp.Workbooks.Open("' + [Engine.WorkflowDirectory]+ [Temp Path] + '")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sets Y equal to the Preexisting Excel Workbook (This is the Original Excel File)&lt;/STRONG&gt;&lt;BR /&gt;Set y = xlapp.Workbooks.Open("' + [Engine.WorkflowDirectory]+ [Preexisting Path] + '")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sets Wsx Equat to the Sheet Created by the render tool, This is always called sheet1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Set WSx = x.Worksheets("sheet1")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Copies the Above Sheet From the Temp File to the Preexisting File&lt;/STRONG&gt;&lt;BR /&gt;WSx.copy Null, y.Sheets(y.Sheets.Count)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Renames the Copies Sheet to the name Image&lt;/STRONG&gt;&lt;BR /&gt;y.Sheets(y.Sheets.Count).name = "Image"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Clears all Variables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Set WSx = nothing&lt;BR /&gt;Set WSy = nothing&lt;BR /&gt;y.Save()&lt;BR /&gt;y.Close()&lt;BR /&gt;x.Close()&lt;BR /&gt;xlapp.Quit()'&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 02:23:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886982#M213160</guid>
      <dc:creator>csmith11</dc:creator>
      <dc:date>2022-01-05T02:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886985#M213161</link>
      <description>&lt;P&gt;When i tried to re-link your example to my local drive, i got the below error. How do i resolve ?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 02:45:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/886985#M213161</guid>
      <dc:creator>xiaoyan</dc:creator>
      <dc:date>2022-01-05T02:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/887176#M213212</link>
      <description>&lt;P&gt;Can you add a browse tool right before the Run Command Tool. And show me the full script. The issue is likely related to the file Paths.&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="csmith11_0-1641392154748.png" style="width: 852px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/217303iA64337BCB70341B8/image-dimensions/852x479?v=v2" width="852" height="479" role="button" title="csmith11_0-1641392154748.png" alt="csmith11_0-1641392154748.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used relative File Paths in the text input file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="csmith11_1-1641392235766.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/217304i7CBED06F292CD4F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="csmith11_1-1641392235766.png" alt="csmith11_1-1641392235766.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These Path are made Absolute relative to where the workflow is saved: (This is accomplished using the Engine.WorkflowDirectory.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="csmith11_2-1641392282741.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/217306i07CEE4DD946F7C63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="csmith11_2-1641392282741.png" alt="csmith11_2-1641392282741.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you change the file path in the text input tool to be Absolute paths then you'll need to remove the&amp;nbsp;Engine.WorkflowDirectory from the VBS&lt;/P&gt;&lt;P&gt;script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See below Engine.WorkflowDirectory removed from script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Dim xlapp&lt;BR /&gt;Dim WSx, WSy&lt;BR /&gt;Dim x, y&lt;BR /&gt;Set xlapp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;Set x = xlapp.Workbooks.Open("' + [Temp Path] + '")&lt;BR /&gt;Set y = xlapp.Workbooks.Open("' + [Preexisting Path] + '")&lt;/P&gt;&lt;P&gt;Set WSx = x.Worksheets("sheet1")&lt;BR /&gt;WSx.copy Null, y.Sheets(y.Sheets.Count)&lt;BR /&gt;y.Sheets(y.Sheets.Count).name = "Image"&lt;/P&gt;&lt;P&gt;Set WSx = nothing&lt;BR /&gt;Set WSy = nothing&lt;BR /&gt;y.Save()&lt;BR /&gt;y.Close()&lt;BR /&gt;x.Close()&lt;BR /&gt;xlapp.Quit()'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 14:21:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/887176#M213212</guid>
      <dc:creator>csmith11</dc:creator>
      <dc:date>2022-01-05T14:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/887811#M213378</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/96861"&gt;@xiaoyan&lt;/a&gt;&amp;nbsp;Please let me know if you are able to implement this method successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please considering marking as the solution to help other community members identify solutions faster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 15:09:47 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/887811#M213378</guid>
      <dc:creator>csmith11</dc:creator>
      <dc:date>2022-01-06T15:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/888122#M213450</link>
      <description>&lt;P&gt;Hi csmith11, I can't resolve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) When i tried your method and run directly, i gotten the below error (see screenshot),&lt;/P&gt;&lt;P&gt;2) but when i tried to change the path location to my local drive, i couldn't get the result which i am expecting (see 2nd screenshot), which is the image in the "preexisting file". Did i miss out on anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attach the vbs script below for your reference. Thanks!&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="xiaoyan_0-1641519777933.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/217650i94FC9CF142EF8EDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiaoyan_0-1641519777933.png" alt="xiaoyan_0-1641519777933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 01:43:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/888122#M213450</guid>
      <dc:creator>xiaoyan</dc:creator>
      <dc:date>2022-01-07T01:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/1135092#M280439</link>
      <description>&lt;P&gt;Need further help on the how to embed the image on an existing excel file post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi CSmith11,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to first say thanks alot to providing a solution the subjected issue. I downloaded the working zip WF however not able to tie it to my scenario.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few clarity required as following :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;how exactly you are using the text input tool in the example . I am not able to follow that. what is the preexisting path &amp;amp; temporary path here.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL start="2"&gt;&lt;LI&gt;I understand the given solution by you can be included on the original main workflow &amp;amp; hence will ultimately embed the image on the existing excel output the on the same time so the same final output can be uploaded on sap posting along with image on other tab as an backup/supporting doc.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;How to use VBA on my existing workflow . never used it so not sure on this. pls guide.&lt;/LI&gt;&lt;LI&gt;Is there a way we can connect over call . my mobile # 91 9953081287. that will be easy to discuss this and sort out.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satendra Vishwakarma&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 18:00:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/1135092#M280439</guid>
      <dc:creator>Satty12345</dc:creator>
      <dc:date>2023-05-18T18:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed picture in an existing excel file as a separate tab/worksheet</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/1135120#M280442</link>
      <description>&lt;P&gt;Need further help on the how to embed the image on an existing excel file post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi CSmith11,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to first say thanks a lot to providing a solution the subjected issue. I downloaded the working zip WF however not able to tie it to my scenario.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few clarity required as following :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;how exactly you are using the text input tool in the example . I am not able to follow that. what is the preexisting path &amp;amp; temporary path here.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL start="2"&gt;&lt;LI&gt;I understand the given solution by you can be included on the original main workflow &amp;amp; hence will ultimately embed the image on the existing excel output the on the same time so the same final output can be uploaded on sap posting along with image on other tab as an backup/supporting doc.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;How to use VBA on my existing workflow . never used it so not sure on this. pls guide.&lt;/LI&gt;&lt;LI&gt;Is there a way we can connect over call . my mobile # 91 9953081287. that will be easy to discuss this and sort out.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satendra Vishwakarma&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 18:16:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-embed-picture-in-an-existing-excel-file-as-a-separate-tab/m-p/1135120#M280442</guid>
      <dc:creator>Satty12345</dc:creator>
      <dc:date>2023-05-18T18:16:44Z</dc:date>
    </item>
  </channel>
</rss>

