<?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: Problems with applying formula in large Excel Worksheet in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87360#M38081</link>
    <description>Hi E,&lt;BR /&gt;&lt;BR /&gt;Don't think OLEDB can be used to an existing XL without opening it in a BP process*.&amp;nbsp; My proposal was based on that the data was required in a BP process and OLEDB would be used to get large blocks of data to a collection without encountering OutOfMemory errors. I assume that while extracting data with OLEDB, you could modify it in transit before it will be put into a collection, like you can with SQL*.&lt;BR /&gt;&lt;BR /&gt;* Experts: please confirm or deny&lt;BR /&gt;&lt;BR /&gt;Counter question:&lt;BR /&gt;Just curious: Why would you be modifying the contents of an XL without extracting the data to a BP process?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Mar 2022 10:08:00 GMT</pubDate>
    <dc:creator>PvD_SE</dc:creator>
    <dc:date>2022-03-29T10:08:00Z</dc:date>
    <item>
      <title>Problems with applying formula in large Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87356#M38077</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I'm trying to modify an Excel file (120.000 rows aprox.) but every solution I tried are slow and uses lots of memory (in case of save data in collections), I read about a VBO's named "SPGMI - MS Excel Booster", with a function named "Apply formula in Range". It doesn't work, or I don't really know how.&lt;BR /&gt;&amp;nbsp;Could somebody explain to me how "Apply formula in Range" works? Or give me an example of that?&lt;BR /&gt;&lt;BR /&gt;I need to modify and apply formula in an entire column. If you know another way to solve this, every help is welcome.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Evangelina Curró&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2022 12:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87356#M38077</guid>
      <dc:creator>EvangelinaCurró</dc:creator>
      <dc:date>2022-03-28T12:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with applying formula in large Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87357#M38078</link>
      <description>Hi E,&lt;BR /&gt;&lt;BR /&gt;Depending on what formula you want to apply and if you want to extract data as a result of the formula, I'd suggest taking a peek at OLEDB. This would allow you to run a classic SQL select against an XL file, where you extract a subset of the data into a collection. I do not think this works if you only want to modify the XL content by a formula. But it does help applying a filter to data that you want to have in a collection in your process.&lt;BR /&gt;&lt;BR /&gt;In general BP does not fancy working with importing large chunks of data from an XL or CSV and will crash regularly with combinations of larger numbers of rows and/or columns. The OLEDB function works much better and much faster in this respect.&lt;BR /&gt;&lt;BR /&gt;You'll fins instructions on how to use OLEDB &lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/view-question?ContributedContentKey=f5603485-f4b5-4db8-99d6-f87551a0978a&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer#15210f59-c72e-46dd-952e-86d817ae7fae" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2022 15:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87357#M38078</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-03-28T15:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with applying formula in large Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87358#M38079</link>
      <description>FWIW - We released an update to the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---file-management" target="_blank" rel="noopener"&gt;Utility - File Management&lt;/A&gt; VBO back in February that includes new action, named &lt;EM&gt;&lt;STRONG&gt;Get CSV Text as Collection - Chunked&lt;/STRONG&gt;&lt;/EM&gt;, for reading large CSV's (200K+ rows) in a chunked fashion. That way you eliminate memory exceptions.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2022 16:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87358#M38079</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-03-28T16:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with applying formula in large Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87359#M38080</link>
      <description>Hello Paul!&lt;BR /&gt;&lt;BR /&gt;I need to modify a complete column using the left function and replacing "-" to "/".&amp;nbsp;&lt;BR /&gt;After that, I need to apply formula related to another XL books (IF (nested) and VLOOKUP functions).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could I use OLEDB for that?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank You So Much!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Evangelina Curró&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2022 17:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87359#M38080</guid>
      <dc:creator>EvangelinaCurró</dc:creator>
      <dc:date>2022-03-28T17:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with applying formula in large Excel Worksheet</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87360#M38081</link>
      <description>Hi E,&lt;BR /&gt;&lt;BR /&gt;Don't think OLEDB can be used to an existing XL without opening it in a BP process*.&amp;nbsp; My proposal was based on that the data was required in a BP process and OLEDB would be used to get large blocks of data to a collection without encountering OutOfMemory errors. I assume that while extracting data with OLEDB, you could modify it in transit before it will be put into a collection, like you can with SQL*.&lt;BR /&gt;&lt;BR /&gt;* Experts: please confirm or deny&lt;BR /&gt;&lt;BR /&gt;Counter question:&lt;BR /&gt;Just curious: Why would you be modifying the contents of an XL without extracting the data to a BP process?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2022 10:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-applying-formula-in-large-Excel-Worksheet/m-p/87360#M38081</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-03-29T10:08:00Z</dc:date>
    </item>
  </channel>
</rss>

