<?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 Export Sharepoint List to Excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Export-Sharepoint-List-to-Excel/m-p/82238#M33700</link>
    <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I am a newbie on blueprism and I would like your help. I have been trying to export a sharepoint list to an excel&amp;nbsp; workbook through blueprism but no proper method has come up to me after a through search over the internet. Is there a way to get the data? I even tried spying elements but that also doesn't work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vedant Gautam&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Oct 2021 07:35:00 GMT</pubDate>
    <dc:creator>VedantGautam</dc:creator>
    <dc:date>2021-10-27T07:35:00Z</dc:date>
    <item>
      <title>Export Sharepoint List to Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Export-Sharepoint-List-to-Excel/m-p/82238#M33700</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I am a newbie on blueprism and I would like your help. I have been trying to export a sharepoint list to an excel&amp;nbsp; workbook through blueprism but no proper method has come up to me after a through search over the internet. Is there a way to get the data? I even tried spying elements but that also doesn't work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vedant Gautam&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 07:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Export-Sharepoint-List-to-Excel/m-p/82238#M33700</guid>
      <dc:creator>VedantGautam</dc:creator>
      <dc:date>2021-10-27T07:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Export Sharepoint List to Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Export-Sharepoint-List-to-Excel/m-p/82239#M33701</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/56231"&gt;@VedantGautam&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Welcome to BluePrism community !!&lt;BR /&gt;&lt;BR /&gt;In order to get the sharepoint list to an excel please follow the below steps:&lt;BR /&gt;&lt;BR /&gt;1) Spy any one element of the sharepoint list using HTML mode (preferably) or using AA/UIA mode.&lt;BR /&gt;2) Use read stage to get the data in collection.&lt;BR /&gt;3) Use &lt;STRONG&gt;Create instance &lt;/STRONG&gt;action of MS Excel VBO to create an instance of the excel.&lt;BR /&gt;4) Use &lt;STRONG&gt;Create workbook &lt;/STRONG&gt;action of MS Excel VBO to create a new workbook against the same instance.&lt;BR /&gt;5) Use &lt;STRONG&gt;Write collection &lt;/STRONG&gt;action of MS Excel VBO to write the Collection value in excel.&lt;BR /&gt;6) Use &lt;STRONG&gt;Save as&lt;/STRONG&gt; action of MS Excel VBO to save the generated excel to your preferred location.&lt;BR /&gt;7) Use &lt;STRONG&gt;Close Workbook/Close Instance&lt;/STRONG&gt; action to close the generated excel.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ritansh Jatwani Senior Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Gurgaon&lt;BR /&gt;*If you find this post helpful mark it as best answer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 11:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Export-Sharepoint-List-to-Excel/m-p/82239#M33701</guid>
      <dc:creator>ritansh.jatwani</dc:creator>
      <dc:date>2021-10-27T11:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Export Sharepoint List to Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Export-Sharepoint-List-to-Excel/m-p/82240#M33702</link>
      <description>You may want to consider using Graph API to fetch the sharepoint list instead of the UI, and use the excel VBO as &lt;SPAN&gt;Ritansh&amp;nbsp; mentioned in his post&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pritam Poojari&lt;BR /&gt;Solution Architect&lt;BR /&gt;Capgemini&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2021 08:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Export-Sharepoint-List-to-Excel/m-p/82240#M33702</guid>
      <dc:creator>PritamPoojari</dc:creator>
      <dc:date>2021-10-28T08:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Export Sharepoint List to Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Export-Sharepoint-List-to-Excel/m-p/82241#M33703</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/56231"&gt;@VedantGautam&lt;/a&gt; Why dont you simply map &lt;SPAN&gt;Sharepoint folder to be a network drive on your computer and use file manipulation ?&lt;/SPAN&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;Vipul Tiwari&lt;BR /&gt;Senior Process Simplification Developer&lt;BR /&gt;Amazon&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Oct 2021 05:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Export-Sharepoint-List-to-Excel/m-p/82241#M33703</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-10-30T05:43:00Z</dc:date>
    </item>
  </channel>
</rss>

