How to connect to an online excel from my local excel - excel

I have an excel data file stored on box.com. Say the url of the file to be https://box.com/file/302595154 .
I need to connect to this file from my local excel file and read data.
I only need to read data and update not required.
I need to supply credentials to box.com before I can acccess the data.

use this link.
https://techcommunity.microsoft.com/t5/Microsoft-Forms-Blog/Forms-for-Excel-new-experience-for-Excel-survey-in-Office-365/ba-p/109195
step by step follow.
Thanks You

Related

Pentaho: How to export csv to SharePoint / OneDrive

I have a transformation that has Table input to get the data from the Oracle server.
In order to export the data/table in Excel (xlsx) or CSV to the shared network drive, we all know to use Microsoft Excel writer or Text file output.
Que:
How to export the xlsx or csv files to Sharepoint?
What I tried so far (2 methods)
1:
I have got the link for my Sharepoint folder and tried connecting it using SFTP as below.
However, I get this error message.
2:
Used HTTP Client as below and surprisingly it runs successfully.
However, the file does not exist when checked in that folder in SharePoint. When I entered some random characters in the server name, it still runs successfully. So, I'm not sure where the file is being sent to by Pentaho.
Does anyone know how to upload the data file to SharePoint via Pentaho?

Logic App Sharepoint File Name Wrong When Pulling File

I am trying to access a file from Sharepoint from my Azure Logic App. I am using the Sharepoint connector "When a file is created or modified in a folder". The file is accessed by the connector but it the properties the file name is given as "Z2lnYWJpdF92b3VjaGVycy5jc3Y=" rather than the actual file name "mydata.csv". Anyone know why this is?
It will be in a base64 format so you need to use base64tostring in compose connector i.e.. base64ToString(< FileName >)
Here is the screenshot for your reference

Adding credentials to Excel web query file

I have a file_name.iqy file which I am trying to open automatically within Excel 2016.
The contents of the file are this:
WEB
1
https://link goes here
Selection=3
Formatting=Rich Text
DisableRedirections=False
I want to add my credentials into this file so I can stop being prompted for them within the script that I am running (I am trying to automate logging into this site and grabbing the data which is downloaded as an .iqy file). Can anyone provide any assistance? Lastly, I have no reason to believe that link in the file is static for each download.
Ive tried this method http://username:password#example.com/ in the url. But it didnt work. Ive also tried using SendKeys from within Excel and the result in VBA is hanging at the part for credential entering.

Google sheets API v4 permissions

I have a sheet that has been shared with me. It has permissions set so that everyone in our company can read it.
I am trying to use Python to read info from this sheet, but am getting PERMISSION_DENIED. Using the same credentials file I can access any other sheets in my Drive, but not this one I have had shared with me - even if I add it to my drive.
What am I missing here?
The code I am using is from Google's own quickstart with the ID, range and print lines modified. I do not need to go much further than that.
When I test it with Google's own example it works fine.
If you are using a json file as credentials and the json was created as a Service Account, open that json and retrieve the client_email inside it.
Now make sure that the owner has shared the spreadsheet you are trying to read with that email (usually it ends with .gserviceaccount.com)

Creating Excel file in OneDrive

I'm trying to integrate with Microsoft OneDrive service. I read API docs and went throw Authorization. Unfortunatelly, there's no info in docs about creating different File types.
I created a .txt file using HTTP Requests as it's written here https://dev.onedrive.com/items/upload_put.htm .
When I'm trying to create an Excel file this way, it does, but the document doesn't open. I think I need to send some special params (metadata?) also, but I don't know which ones.
I would be very pleased for any help :)

Resources