How to read data from Google spreadsheet in xamarin.forms

后端 未结 3 1262
醉酒成梦
醉酒成梦 2020-12-10 10:26

I am searching for a way to read/write data from Google Sheets directly. Does anyone have an idea how to do that in Xamarin.Forms?

Kee

3条回答
  •  轮回少年
    2020-12-10 11:02

    Despite the fact that it really isn't a good idea to use Google Sheets as your online database, there are many better alternatives, if you want to access it from a Xamarin Forms app you can do it using the Sheets API

    Sheets API documentation here

提交回复
热议问题