<?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 Excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89471#M39851</link>
    <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have some data in an excel file which have values like "12345,67889" i.e. numbers with each 5 digits separated by coma. When I import data to collection and export to excel, the value in the excel file are changing to "1,234,567,889". Is there a way I can keep the formatting the same way as "12345,67889" ?&lt;BR /&gt;&lt;BR /&gt;When I check inside the collection they appear to be fine as "12345,67889".&lt;BR /&gt;&lt;BR /&gt;Please advice.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swetha Devaram&lt;BR /&gt;RPA Developer&lt;BR /&gt;Health Markets&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Jul 2019 20:33:00 GMT</pubDate>
    <dc:creator>Swetha__Devaram</dc:creator>
    <dc:date>2019-07-12T20:33:00Z</dc:date>
    <item>
      <title>Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89471#M39851</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have some data in an excel file which have values like "12345,67889" i.e. numbers with each 5 digits separated by coma. When I import data to collection and export to excel, the value in the excel file are changing to "1,234,567,889". Is there a way I can keep the formatting the same way as "12345,67889" ?&lt;BR /&gt;&lt;BR /&gt;When I check inside the collection they appear to be fine as "12345,67889".&lt;BR /&gt;&lt;BR /&gt;Please advice.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swetha Devaram&lt;BR /&gt;RPA Developer&lt;BR /&gt;Health Markets&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jul 2019 20:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89471#M39851</guid>
      <dc:creator>Swetha__Devaram</dc:creator>
      <dc:date>2019-07-12T20:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89472#M39852</link>
      <description>&lt;P&gt;This is because Excel is parsing entered input as number&lt;BR /&gt;&lt;BR /&gt;Edit the Format Cell Action of Excel VBO to :&lt;BR /&gt;&lt;BR /&gt;GetWorkbook(handle,Nothing).ActiveSheet.Range(cellref).NumberFormat = format&lt;BR /&gt;&lt;BR /&gt;Just converted the (cellref,cellref) to (cellref) so we can work on range and not a single cell. &lt;BR /&gt;Pass cellref as A:B or whichever column your data will be going into and format as '@' (without quotes) in respective data items&lt;BR /&gt;&lt;BR /&gt;This will convert column A and B into 'Text' columns in excel, then you can write data to it using write collection and excel won't convert your data&lt;/P&gt;
​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Jul 2019 06:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89472#M39852</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-07-13T06:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89473#M39853</link>
      <description>Thank you so much Gopal.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swetha Devaram&lt;BR /&gt;RPA Developer&lt;BR /&gt;Health Markets&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2019 13:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89473#M39853</guid>
      <dc:creator>Swetha__Devaram</dc:creator>
      <dc:date>2019-07-16T13:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89474#M39854</link>
      <description>Hi - I am facing a similar issue as well. In my case I am copying elements from the screen using Global send keys (ctrl+c), opening the workbook and pasting the data using Paste(Basic) of MS Excel VBO. In this process the numbers such as 6731900236050 are being converted to&amp;nbsp;6731900000000. When i try to retrieve the values from the file, i am getting 6.73E+12.&amp;nbsp; I tried format cell like you suggested before pasting the data into the workbook but that did not help. Do you have any suggestions for this particular issue?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Maneesh Vemula&lt;BR /&gt;RPA Specialist&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Oct 2019 14:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89474#M39854</guid>
      <dc:creator>maneesh.vemula1</dc:creator>
      <dc:date>2019-10-03T14:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89475#M39855</link>
      <description>Format the column to type "Text" before pasting the data. It should work.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sandeep Nalla&lt;BR /&gt;Senior Consultant&lt;BR /&gt;Lateetud Inc&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2019 20:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel/m-p/89475#M39855</guid>
      <dc:creator>SandeepNalla</dc:creator>
      <dc:date>2019-10-25T20:58:00Z</dc:date>
    </item>
  </channel>
</rss>

