<?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 Update Excel cell data using OLEDB Execute SQl statement in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Update-Excel-cell-data-using-OLEDB-Execute-SQl-statement/m-p/90711#M40875</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;I have a excel with few columns, I would like to update the cell of "cases assigned" column where the Last name is "Vankudre", Also I have a exact cell name in hand.&lt;/P&gt;
&lt;P&gt;I am using this for now&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"UPDATE [Sheet1$] SET [Cases Assigned]=""231"" where [Last Name]=""Vankudre""&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24173.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24301i6E6F45163AD96DE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="24173.png" alt="24173.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;can you please suggest me with directly updating to Excel sheet itself or do i need to update collection and update back to Excel.?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Praneet Vankudre&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Mar 2023 10:32:00 GMT</pubDate>
    <dc:creator>PraneetVankudre</dc:creator>
    <dc:date>2023-03-23T10:32:00Z</dc:date>
    <item>
      <title>Update Excel cell data using OLEDB Execute SQl statement</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Update-Excel-cell-data-using-OLEDB-Execute-SQl-statement/m-p/90711#M40875</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;I have a excel with few columns, I would like to update the cell of "cases assigned" column where the Last name is "Vankudre", Also I have a exact cell name in hand.&lt;/P&gt;
&lt;P&gt;I am using this for now&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"UPDATE [Sheet1$] SET [Cases Assigned]=""231"" where [Last Name]=""Vankudre""&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24173.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24301i6E6F45163AD96DE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="24173.png" alt="24173.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;can you please suggest me with directly updating to Excel sheet itself or do i need to update collection and update back to Excel.?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Praneet Vankudre&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Mar 2023 10:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Update-Excel-cell-data-using-OLEDB-Execute-SQl-statement/m-p/90711#M40875</guid>
      <dc:creator>PraneetVankudre</dc:creator>
      <dc:date>2023-03-23T10:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Update Excel cell data using OLEDB Execute SQl statement</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Update-Excel-cell-data-using-OLEDB-Execute-SQl-statement/m-p/90712#M40876</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.blueprism.com/network/profile?UserKey=d5f07975-3225-4507-b20d-01871b76148f" target="_blank" rel="noopener"&gt;Praneet Vankudre&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Make sure you use the right version of OLEDB drivers installed in your system.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Refer the detailed guide here&lt;/STRONG&gt;: &lt;A href="https://higherlogicdownload.s3-external-1.amazonaws.com/BLUEPRISM/56f3f77f-6c92-4a75-9e66-0b0ed2f6e054_file.pdf?AWSAccessKeyId=AKIAVRDO7IEREB57R7MT&amp;amp;Expires=1679575089&amp;amp;Signature=n9JE0jawnaJCnrBoqXLoNrC%2BymM%3D" target="test_blank"&gt;https://higherlogicdownload.s3-external-1.amazonaws.com/BLUEPRISM/56f3f77f-6c92-4a75-9e66-0b0ed2f6e054_file.pdf?AWSAccessKeyId=AKIAVRDO7IEREB57R7MT&amp;amp;Expires=1679575089&amp;amp;Signature=n9JE0jawnaJCnrBoqXLoNrC%2BymM%3D&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The Latest OLEDB Data VBO can be found here : &lt;/STRONG&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/data---oledb" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/data---oledb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Look out for &lt;STRONG&gt;Set connection String&lt;/STRONG&gt; action in the Object and provide the source excel file, something like this:&lt;/P&gt;
&lt;P&gt;Provider=Microsoft.ACE.OLEDB.12.0;Data Source="&lt;STRONG&gt;C:\Users\User\Desktop\Sample.xslx&lt;/STRONG&gt;";Extended Properties='Excel 12.0;HDR=YES;'&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"HDR=Yes;" indicates that the first row contains column names, not data. "HDR=No;" indicates the opposite.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24171.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24303iD26B58BAD722A708/image-size/large?v=v2&amp;amp;px=999" role="button" title="24171.png" alt="24171.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Open the connection&lt;/STRONG&gt; with Target File ready and you can directly write the operation on the excel worksheet using &lt;STRONG&gt;Execute command&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kindly up vote this as "Best Answer" if it adds value or resolves your query in anyway possible, happy to help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mukesh Kumar - Senior Automation Developer&lt;BR /&gt;&lt;BR /&gt;NHS England, United Kingdom, GB&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 11:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Update-Excel-cell-data-using-OLEDB-Execute-SQl-statement/m-p/90712#M40876</guid>
      <dc:creator>Mukeshh_k</dc:creator>
      <dc:date>2023-03-23T11:44:00Z</dc:date>
    </item>
  </channel>
</rss>

