Accessing Google Sheet data with ASP.NET Project - c#

In our company, there is a Google form for collecting Feedback from customers and it's linked to a Google Sheet.
So I want to get those data and show the summary in my ASP.NET MVC project.
I want to know is this possible to do? Do I need to pay an additional amount to get access to those data (like API)?
If there is a way of doing this FOC please tell me how.
Thanks.

Related

How can I retrieve data from a website to my winforms using C#

I am creating a form where I want to insert a data in text box and retrieve the rest of the data from the website where it has all the details of it.
Any guidance would be much appreciated.
I checked this question but its not helping me
How can I retrieve real time data from a website into c# winform app?.
,
I am new so I dont understand most of the part.
You can use WebBrowser from Toolbox or Selenium Drivers. I prefer Selenium, it allow me full web navigation, you can fill fields with it, can submit forms, can extract information from websites and everything about web automation.
As I understand you will some content to textbox and based on the content added you want to get data from website? If its correct then you need to write code in your WinForm application to hit web service/web API to retrieve the data. Here you can find code to hit the web service/web API https://learn.microsoft.com/en-us/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client

Xamarin.Forms Spreadsheet Manipulation

So far I have a Xamarin.Forms application working for Android and IOS. What I have right now is getting spreadsheets from Google Drive for user after he login with his Google Account.
What I am trying to achieve is provide an option for user to edit spreadsheet that he select. So I'm displaying a list of spreadsheets to which this account have access (from Google Drive) and then I want to load it and allow user to manipulate it (rows/cells) and save it, so to the end I have an object which represent sheet with updated values.
Some extra information, after customer choose which spreadsheet he want to use, in code I am able to read it and what I receive is an object from type List<List<object>>, which represent collection with data from rows and columns.
I am not sure what framework I can use for Xamarin.Forms and loading this type of data, also to provide different functionalities similar to "mail merge".
One from the frameworks I went through was DevExpress, but this wouldn't work in my case, because of the data types I have. I prefer if framework that you suggest is free.
I was researching if it's possible to load Google Sheets on phone and allow customer to edit data, but still no information so far.
So generally what I need is a suggestion what tool/framework I can use or is it there any other approach for having same result.
Thanks in advance
What I found is that when I get elements from Google Drive, they have property WebViewLink, which value is link for spreadsheet, where you can edit it. It will redirect you to online Google Spreadsheets or locally installed app (Sheets).
So now, instead of looking for framework or building my own logic, I am reusing Google Spreadsheets, which I find for much better option, for my case.

Integrate OneDrive and office online into a MVC application

How can integrate One Drive into an MVC application to allow users to upload documents and edit them online. I don't know if just consuming One Drive API will give me the chance to edit the documents with office online. Does anybody know what would be the right approach to meet this requirement. Where can I find examples showing how to edit documents online. Any ideas How can I approach this implementation?
If you want the users able to edit the (Office)document online, we can get the the link form webUrl property of item. Then you can navigate the user to that link so the users able to edit the document.

Localization for user profile information Asp.net

I'm trying to implement page localization to my webpage made in asp.net-mvc. I understand how to implement titles and other modular data.
The problem comes when i want to give user/admin of this page rights to change his personal information/bio on her webpage if needed. Do i save the bio in the database? With another column in the table which indicates for which language it is meant?
Or is there any better solution?

Need direction for getting started with a business profile site

I am building a new website, which you can see at http://www.kristalcapljina.99k.org.
While I have some web design experience, I need help in knowing what I should research to add some specific functionality to the site.
The first bit I want to add is an area where business owners can list their business' information, such as the address or contact information. They should also be able to login later to change the information. I assume this will need some sort of database, but don't know where to begin looking.
Second, I wish to add a map that highlights the locations of these businesses.
Any help direction you can give me to get started would be most appreciated.
You want to embed a Google Map onto your site, using the Google Maps API.

Categories