<?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: Data in excel sheet is not in English and header is making errors in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93107#M42748</link>
    <description>Hi, Sara,&lt;BR /&gt;&lt;BR /&gt;it depends on VBO you use. It may be in the action (Code stage) you call or in Initialise action/page. When you click on big rectangle to get to Business Object properties window and then you choose Global code tab you should find it there.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Zdenek&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Sep 2022 06:33:00 GMT</pubDate>
    <dc:creator>zdenek.kabatek</dc:creator>
    <dc:date>2022-09-26T06:33:00Z</dc:date>
    <item>
      <title>Data in excel sheet is not in English and header is making errors</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93103#M42744</link>
      <description>I have Data in excel sheet are not in english, they have been shown as question marks&lt;BR /&gt;&lt;BR /&gt;how to let this data be shown as readable form?&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24450.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24583i3A1B781A8C71C6AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="24450.png" alt="24450.png" /&gt;&lt;/span&gt;&lt;BR /&gt;another issue that the header in the excel sheet is making this error, I believe it is the same issue above, about the language&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24451.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24584i1E73541B43F7AC15/image-size/large?v=v2&amp;amp;px=999" role="button" title="24451.png" alt="24451.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sara Nof&lt;BR /&gt;------------------------------</description>
      <pubDate>Thu, 22 Sep 2022 10:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93103#M42744</guid>
      <dc:creator>SaraNof</dc:creator>
      <dc:date>2022-09-22T10:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data in excel sheet is not in English and header is making errors</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93104#M42745</link>
      <description>what are the headers of your excel sheet in question what do they actually say?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dexter Whelan&lt;BR /&gt;Senior Developer/Mentor&lt;BR /&gt;SAS&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2022 11:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93104#M42745</guid>
      <dc:creator>Dexter_Whelan_SAS</dc:creator>
      <dc:date>2022-09-22T11:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data in excel sheet is not in English and header is making errors</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93105#M42746</link>
      <description>Hi, Sara,&lt;BR /&gt;&lt;BR /&gt;it is due to non unicode support in your excel VBO. Search the code stage for following string "Clipboard.GetDataObject().GetData(DataFormats.Text, True)" and change it to "Clipboard.GetDataObject().GetData(DataFormats.UnicodeText, True)" that should fix your issue.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Zdenek&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2022 12:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93105#M42746</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2022-09-22T12:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data in excel sheet is not in English and header is making errors</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93106#M42747</link>
      <description>Hi &lt;SPAN&gt;Zdenek,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Where to search?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sara Nof&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Sep 2022 11:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93106#M42747</guid>
      <dc:creator>SaraNof</dc:creator>
      <dc:date>2022-09-25T11:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data in excel sheet is not in English and header is making errors</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93107#M42748</link>
      <description>Hi, Sara,&lt;BR /&gt;&lt;BR /&gt;it depends on VBO you use. It may be in the action (Code stage) you call or in Initialise action/page. When you click on big rectangle to get to Business Object properties window and then you choose Global code tab you should find it there.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Zdenek&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Sep 2022 06:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-in-excel-sheet-is-not-in-English-and-header-is-making/m-p/93107#M42748</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2022-09-26T06:33:00Z</dc:date>
    </item>
  </channel>
</rss>

