How to load excel files from my SharePoint site to Excel client by using Power Query

Hello,
I am using Power Query to import some Excel files from shared documents on SharePoint site. After I type the URL of my SharePoint site into the filed, the expected Excel files do not appear in Power Query. Please provide the method as soon as possible.
Thanks!

Could you check if
this post can help?

Similar Messages

  • How do you access files FROM a home network TO a CLIENT computer using "internet sharing" from a mac ?

    Hi.
    I just created a small network: 2 pcs and 1 mac.
    2 pcs are using windows XP
    1 Mac is using OS X
    I would like to know how to access files from my pc1 to pc2 from my network.
    Pc2 obviouslys is a client behind the intenet sharing my mac is providing.
    I tried looking for the info online but most of the search brigns out "internet sharing" or "file sharing."
    Any help would be great.

    The following may help with the file sharing issues: OS X Mavericks: Share your files

  • How can I access files from a flash drive that were previously saved using a Windows computer? When I attempt to open the file on MacBook Pro, it is asking to "convert file to"; I also have Microsoft Word installed on the Mac as well.

    How can I access files from a flash drive that were previously saved using a Windows computer? When I attempt to open the file on MacBook Pro, it is asking to "convert file to"; none of the options I choose work. I also have Microsoft Office (with Word) installed on the Mac as well.

    Format the external drive as FAT32 or ExFAT. Both computers will then be able to read and write to it.

  • How do I retrieve files from a backup hard drive (was backed up using Time Machine) on a different computer

    how do I retrieve files from a backup hard drive (was backed up using Time Machine) on a different computer?

    Please visit Pondini's Time Machine FAQ for help with all things Time Machine.

  • How can I send files from my macbook pro to my iPad air using airdrop

    how can I send files from my macbook pro to my iPad air using airdrop?

    Your going to have to find some alternative.  See Dukto will work.
    "Dukto is a simple application that allows you to share files between devices connected to the same (wireless) LAN network."
    http://www.tidal.it/?page_id=309&lang=en
    http://www.msec.it/blog/?page_id=11
    "Box lets you store all of your content online, so you can access, manage and share it from anywhere. Integrate Box with Google Apps and Salesforce and access Box on mobile devices" Rated the most secure cloud storage by SkyHigh Networks.  You can buy a license to run box one of your servers.
    https://www.box.com/
    Files Connect -- "Cloud Storage services like Dropbox, MobileMe iDisk, Google Docs/Picasa, Facebook photos, FTP, SFTP, WebDAV ... AFS (Apple File Shares) SMB (Windows shares)  protocols"
    https://itunes.apple.com/us/app/files-connect/id404324302?mt=8
    "The kiteworks mobile file sharing solution provides secure creation, viewing, and sharing of enterprise content on smartphones and tablets while providing IT and security teams the administrative controls to manage user privileges and access rights necessary to ensure enterprise security and compliance."  " Includes choice of private cloud on-premise."
    http://www.accellion.com/solutions/mobile-enablement/mobile-file-sharing

  • How to load jar files from remote location

    Hi all,
    I am trying to load jar files from remote server, from a servlet which is running on OC4j.
    For doing this,First I am getting ClassLoader by using ClassLoader.getSystemClassLoader() and then type casting it to URLClassLoader.
    But by doing it I am getting ClassCastException,because oc4j returns oracle.classloader.PolicyClassLoader instead of java.net.ClassLoader.
    Appreciate if anyone can tell me how to load remote jar files using oracle.classloader.PolicyClassLoader .
    Thanks
    Harish

    Hi,
    I suppose you know about this, but just in case.
    I have used jnpl to load jar files from remote location.
    Rowan

  • How to get a file from an internet site

    I have a scenario where I need to get a file from a website.
    Basically on a weekly basis one our customers are going to upload a file that contains all the information for delivery's for the coming week.
    the way this used to be done is the user would go to the website directly and download the uploaded file.
    However now we want to do it as an automatic integration using PI.
    Does anyone have an idea how to do this?  Is it even possible?

    > Thridly my issue with regards to taking a file that is uploaded to a website (it will be a csv file), can be solved by creating a webservice?
    I am sorry, I misunderstood this. I thought you want to download.
    The upload is done with a HTTP POST, so you can use the HTTP receiver adapter.
    Use the prolog and epilog to simulate the form data post.
    Use an HTTP sniffer to get the whole HTTP stream, when you upload the file to the website to see, what you have to put in the HTTP adapter settings.
    Here are some threads about that topic:
    Receiver HTTP Adapter - multipart/form-data file post - SP19
    Re: HTTP Form Post Using HTTP adapter
    Regards
    Stefan

  • How to create MUSE file from existing MUSE site?

    Hi-
    A customer has a site that was created with MUSE and she wants some edits made to it.
    I have installed MUSE and can access the server via FTP. I've downloaded the site's html files and assets, but these are useless in MUSE.
    How do I create or get the whole site's MUSE file from the server so I can make the edits and put back on her server?
    Thanks for any guidance here.

    Hello,
    You would need the .muse file (source file of website). And you can get it only from the person who created it.
    It must b saved on their local machine. This file  is not uploaded on the  server via FTP. And you cannot use the .html and other output files as the changes need to be made in that .muse file.
    Regards,
    Sachin

  • How to load SD files from Canon Vixia HF200 to Imovie or Final Cut???

    I use a card reader and the finder shows a folder "PRIVATE" with several subfolders: AVCHD>BDMV>CLIPINF and Playlist and Stream. It appears that the clips are loaded under the Stream folder as files with .MTS extensions. These files are labeled as MPEG Transport Stream files.
    My question is how I can transfer them to my hardrive so I can load them up and use them in Final Cut and/or Imovie?
    Thanks for any Help!!!
    Skip

    http://www.wonderhowto.com/how-to-convert-avchd-mts-files-into-hd-mpeg-2-premier e-160152/
    or
    http://www.moyea.com/import-flv/

  • Does anyone know how to load a file from the source directory?

    I have a Photoshop panel  that uses the Texturizer function. I would like to use the images in the src images directory of the  project. I need to reference the /src/images directory of the panel when the project is running.
    Does anyone know how to access the source directory using action script?
    I have tried a number of options but only seems to work if I hard code a location
    public static function Mat02(): void
    // Works
    var myTexture:File = new File("C:\\Users\\Ed\\Adobe Flash Builder 4.6\\LayoutBuilderSuite\\src\\images\\mat 02.psd");
    // Tried - no luck
    //          var file = File.applicationStorageDirectory.resolvePath("mat 02.psd");
    //          var file:File = File.applicationDirectory.resolvePath("mat 02.psd");
    //var file:File = File.applicationStorageDirectory;
    //file = file.resolvePath("mat 02.psd");
    //var myTexture:File = File.applicationDirectory.resolvePath("mat 02.psd");
    //var myTexture:File = File.documentsDirectory.resolvePath("mat 02.psd");
              var desc5:ActionDescriptor = new ActionDescriptor();
              desc5.putEnumerated( app.charIDToTypeID( "GEfk" ), app.charIDToTypeID( "GEft" ), app.charIDToTypeID( "Txtz" ) );
              desc5.putPath( app.charIDToTypeID( "TxtT" ),   myTexture  );
              desc5.putInteger( app.charIDToTypeID( "Scln" ), 150 );
              desc5.putInteger( app.charIDToTypeID( "Rlf " ), 4 );
              desc5.putEnumerated( app.charIDToTypeID( "LghD" ), app.charIDToTypeID( "LghD" ), app.charIDToTypeID( "LDBR" ) );
              desc5.putBoolean( app.charIDToTypeID( "InvT" ), false );
              app.executeAction( app.charIDToTypeID( "GEfc" ), desc5, DialogModes.NO );
    Thanks

    I haven't seen too many questions like this on this forum.  Did you also try the photoshop forums?

  • How can I delete files from iTunes AND my hard drive? It used to be very obvious in iTunes but I no longer see that option.

    I used to easily be able to delete songs from my hard drive and library through iTunes but I no longer see that option. Is there a way to do that or a workaround of some kind?

    Are these songs in the iTunes media folder shown in iTunes prefs > Advanced?
    Only songs in this location will be deleted from the HD when delting from iTunes.
    Also, iTunes prefs > Advanced.
    Click Reset Warnings.
    If you are deleting from a playlist, it will only delete from that playlist.
    Hold Shift and press Delete to remove from the playlist and from the library.

  • Download all excel files from sharepoint location to local folder

    Hi,
    How to I copy all excel files stored at sharepoint location to local folder?
    Regards,
    Nidhi

    Hi NidhiP,
    To download Excel files from a SharePoint library by using SSIS, we need to make use of the Script Task. In the Script Task, we can use the methods provided by
    Lists Web Service to work with SharePoint files, and then use the
    WebClient.DownloadFile Method or
    FileStream Class to transfer the files from SharePoint to local file system.
    For the code examples, please refer to:
    http://www.codeproject.com/Questions/457161/how-to-download-files-from-Sharepoint-document-lib?tab=mostrecent 
    http://blogs.msdn.com/b/sowmyancs/archive/2007/09/15/how-to-download-files-from-a-sharepoint-document-library-remotely-via-lists-asmx-webservice-sps-2003-moss-2007.aspx 
    http://sqlblogcasts.com/blogs/drjohn/archive/2007/11/04/downloading-excel-files-from-sharepoint-using-ssis.aspx 
    Regards,
    Mike Yin
    TechNet Community Support

  • How to Enable Plugin before File Opened And Load PDF File From memory?

    hello everyone,
    there have two problems,all i want to do is to show a pdf file encrypted by AES algorithm.
    1.one is how to enable plugin before file opened?
    i developed another two plugin,and each enabled after one pdf file was opened,and now i want to replace the file open command and can do some word by meself,such as decrypt the pdf ?
    2.another is how to load pdf file from memory?
    if i can enable plugin before file opened,and than i can read the file and decrypt it,and now i want to do is do load the decrypt file (in memory) into the adobe?
    i tried many method,but all in vain.who can help me or give me some advice?
    thanks.
    merry chrismas to everyone.

    The proper way to handle other file formats (even where it is really a PDF that has been "wrapped") is to create an AVConversionHandler.
    To load a PDF from a source other than the file system, you need to create a custom AVFileSys.

  • How do I get Adobe Acorbat to open a .pdf file from a sharepoint library without having to checkout the file

    I have a customer that is using Adobe Acrobat pro version 10.1. When they try and open a .pdf file from a SharePoint site, the user is prompted to check out and open the file or open the file. Is there a way to get Adobe Acrobat to open the .pdf file without prompting to check out or open?
    Thanks
    Jim

    This is mostly a lion thing, rather than a PSE thing. To disable applications opening where they left off last time for all the programs on your computer, go to system preferences>general and untick this box:
    You can also do on a per-program basis, but it's more complicated and the best thing to do is to search around for directions on the web and see which way is least uncomfortable for you.
    There's an odd little glitch in PSE that it opens the last image you had open, even if you closed it before quitting last time. Adobe says this is correct behavior, but of course it isn't.

  • WSAD : loading properties file from EBJ project

    Hi,
    I am trying to load properties file contains database parameters into my EJB project. I am using WSAD as IDE tool
    can you please help me with following.
    1. where to place the .properties file physically ?
    2.how to load the file to my EJB/DAO classes
    3.can i use the same location to place log4j.properties file as well ?
    I have tried doing in different ways but none is working.
    thank you
    Narendra

    got it working , for information pl go to the following page and section "Using log4j in an EJB Application"
    i have followd same steps for loading my properties file .
    http://sys-con.com/story/?storyid=43413&DE=1

Maybe you are looking for

  • Lost Photo Library

    This past week i went to check a photo and found my iphoto09 library gone. I checked everywhere and over 5000 photos since kids were small are gone. I looked at the iphoto09 application and it is showing a date of Apr7th, 2010, which i assume is the

  • Installing 10g and 11g on the same system?

    I have Windows XP and have installed 10g database. Can I install 11g on the same system and I can switch to use either of database? Thanks in advance.

  • Skydrive (OneDrive) Icon in System Tray Caused by KB2849636

    KB2849636 installs an update that puts a Skydrive icon in the system tray, and there is no way (that I know of) to remove it. I've since removed KB2849636 but assume It'll stick around for a while, has anybody come up with a solution that allows you

  • Support for OpenType Font with .otf Extention

    Does anyone know how to list a OpenType fone with extention of .otf in Java runing on Windows XP? When I use GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames(), it doesn't list any font names with .otf extention.

  • Sniffer captures on Oracle Traffic

    When diagnosing Sniffer captures, I see the following messages religiously. 1) SQL:Return OPI parameter 2) Expert Retransmission TNS: duplicate of frame # Occasionaly our end users are moving slow within the database or lose their connection to the d