<?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 Writing Single Data Item into Excel Cells - one below the other in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Writing-Single-Data-Item-into-Excel-Cells-one-below-the-other/m-p/111844#M50200</link>
    <description>&lt;P&gt;I need to write data from a data item into an Excel sheet, with each value written into &lt;STRONG&gt;separate cells, one below the other&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;My data item contains six values, and I need to ensure each value is placed in its own cell in a column.&lt;/P&gt;&lt;P&gt;Values in DATA Item are like this -&lt;/P&gt;&lt;P&gt;10000&lt;BR /&gt;10001&lt;BR /&gt;10002&lt;BR /&gt;20001&lt;BR /&gt;20003&lt;BR /&gt;40003&lt;/P&gt;&lt;P&gt;Could anyone provide guidance or a step-by-step method to achieve this in Blue Prism?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 12:14:18 GMT</pubDate>
    <dc:creator>sandeshtope</dc:creator>
    <dc:date>2024-06-25T12:14:18Z</dc:date>
    <item>
      <title>Writing Single Data Item into Excel Cells - one below the other</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Writing-Single-Data-Item-into-Excel-Cells-one-below-the-other/m-p/111844#M50200</link>
      <description>&lt;P&gt;I need to write data from a data item into an Excel sheet, with each value written into &lt;STRONG&gt;separate cells, one below the other&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;My data item contains six values, and I need to ensure each value is placed in its own cell in a column.&lt;/P&gt;&lt;P&gt;Values in DATA Item are like this -&lt;/P&gt;&lt;P&gt;10000&lt;BR /&gt;10001&lt;BR /&gt;10002&lt;BR /&gt;20001&lt;BR /&gt;20003&lt;BR /&gt;40003&lt;/P&gt;&lt;P&gt;Could anyone provide guidance or a step-by-step method to achieve this in Blue Prism?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:14:18 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Writing-Single-Data-Item-into-Excel-Cells-one-below-the-other/m-p/111844#M50200</guid>
      <dc:creator>sandeshtope</dc:creator>
      <dc:date>2024-06-25T12:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Writing Single Data Item into Excel Cells - one below the other</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Writing-Single-Data-Item-into-Excel-Cells-one-below-the-other/m-p/111845#M50201</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/382"&gt;@sandeshtope&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;From what I could understand, you have all of these values in a single data item separated by a new line character.&lt;/P&gt;&lt;P&gt;If that’s the case, use the&amp;nbsp;&lt;STRONG&gt;Split Lines&amp;nbsp;&lt;/STRONG&gt;action from the&amp;nbsp;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---strings" target="_blank" rel="noopener"&gt;Utility - Strings VBO&lt;/A&gt;. This would ensure your data item gets converted to a collection with one column comprising of all these values in separate rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you have this collection, use&amp;nbsp;&lt;STRONG&gt;Create Instance, Open Workbook&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Write&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Collection&amp;nbsp;&lt;/STRONG&gt;actions to write the collection value to the desired range of the worksheet in the target excel workbook path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:47:14 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Writing-Single-Data-Item-into-Excel-Cells-one-below-the-other/m-p/111845#M50201</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2024-06-25T12:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Writing Single Data Item into Excel Cells - one below the other</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Writing-Single-Data-Item-into-Excel-Cells-one-below-the-other/m-p/111847#M50202</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/382"&gt;@sandeshtope&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your data item having the values line by line, you can us the clip board activity to paste the all the data into the excel&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;200&lt;/P&gt;&lt;P&gt;300&lt;/P&gt;&lt;P&gt;Copy the data to clip board and go the excel, active the Excel cell that you want to write the data and paste the values with Excel VBO.&lt;/P&gt;&lt;TABLE width="171"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="171"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:11:35 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Writing-Single-Data-Item-into-Excel-Cells-one-below-the-other/m-p/111847#M50202</guid>
      <dc:creator>faheemsd</dc:creator>
      <dc:date>2024-06-25T13:11:35Z</dc:date>
    </item>
  </channel>
</rss>

