<?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: How to re-access a file on SharePoint? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-re-access-a-file-on-SharePoint/m-p/766595#M94664</link>
    <description>&lt;P&gt;Few older posts (open JMP's web browser, authenticate there and then open the file)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="Open microsoft office 365 cloud-based excel from JMP/JSL?" uid="242367" url="https://community.jmp.com/t5/Discussions/Open-microsoft-office-365-cloud-based-excel-from-JMP-JSL/m-p/242367#U242367" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="How to extract data from an Excel file on Sharepoint?" uid="336998" url="https://community.jmp.com/t5/Discussions/How-to-extract-data-from-an-Excel-file-on-Sharepoint/m-p/336998#U336998" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="Executing file from Office sharepoint directly" uid="370037" url="https://community.jmp.com/t5/Discussions/Executing-file-from-Office-sharepoint-directly/m-p/370037#U370037" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;There could be also an option to authenticate using HTTP Request, but I'm not familiar how that can be done with sharepoint.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2024 04:48:53 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-06-18T04:48:53Z</dc:date>
    <item>
      <title>How to re-access a file on SharePoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-re-access-a-file-on-SharePoint/m-p/766316#M94640</link>
      <description>&lt;P&gt;Some time ago I created a script that gets data from a file on SharePoint. Everything worked smoothly. One day I started receiving an access error. I have attached the code but I have removed the exact link.&lt;BR /&gt;How to fix it and where is the cause of the problem?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//JMP16&lt;BR /&gt;dt = Open("https://link?download=1",
	Worksheets( "Sheet name" ), //Sheet selection
	Use for all sheets( 1 ),
	Concatenate Worksheets( 0 ),
	Create Concatenation Column( 0 ),
	Worksheet Settings(
		1,
		Has Column Headers( 1 ),
		Number of Rows in Headers( 1 ),
		Headers Start on Row( 1 ),
		Data Starts on Row( 41 ),
		Data Starts on Column( 1 ),
		Data Ends on Row( 56 ),
		Data Ends on Column( 0 ),
		Replicated Spanned Rows( 1 ),
		Replicated Spanned Headers( 0 ),
		Suppress Hidden Rows( 1 ),
		Suppress Hidden Columns( 1 ),
		Suppress Empty Columns( 1 ),
		Treat as Hierarchy( 1 ),
		Multiple Series Stack( 0 ),
		Import Cell Colors( 0 ),
		Limit Column Detect( 0 ),
		Column Separator String( "-" )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 11:28:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-re-access-a-file-on-SharePoint/m-p/766316#M94640</guid>
      <dc:creator>ControlModes159</dc:creator>
      <dc:date>2024-06-17T11:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-access a file on SharePoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-re-access-a-file-on-SharePoint/m-p/766595#M94664</link>
      <description>&lt;P&gt;Few older posts (open JMP's web browser, authenticate there and then open the file)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="Open microsoft office 365 cloud-based excel from JMP/JSL?" uid="242367" url="https://community.jmp.com/t5/Discussions/Open-microsoft-office-365-cloud-based-excel-from-JMP-JSL/m-p/242367#U242367" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="How to extract data from an Excel file on Sharepoint?" uid="336998" url="https://community.jmp.com/t5/Discussions/How-to-extract-data-from-an-Excel-file-on-Sharepoint/m-p/336998#U336998" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="Executing file from Office sharepoint directly" uid="370037" url="https://community.jmp.com/t5/Discussions/Executing-file-from-Office-sharepoint-directly/m-p/370037#U370037" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;There could be also an option to authenticate using HTTP Request, but I'm not familiar how that can be done with sharepoint.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 04:48:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-re-access-a-file-on-SharePoint/m-p/766595#M94664</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-06-18T04:48:53Z</dc:date>
    </item>
  </channel>
</rss>

