【问题标题】:Write data on google sheets through android app form通过 android app form 在 google sheet 上写数据
【发布时间】:2017-03-29 10:19:52
【问题描述】:

我是 android 新手,我想将在 android 应用程序中创建的表单数据发布到 google 表格。谁能帮我解决这个问题

【问题讨论】:

    标签: android google-spreadsheet-api


    【解决方案1】:

    查看此http://codesmith.in/post-data-google-drive-sheet-through-mobile-app/ 详细的分步指南以及图像屏幕截图。

    【讨论】:

    • 这个例子我已经看过了,这是在google forms的帮助下完成的,我不想使用google forms。
    【解决方案2】:

    这是完全可行的。查看Android Quickstart for Sheetsv4,让您了解代码流。那么你必须知道的主要事情是Write on A Single/Multiple Range 使用

    PUT https://sheets.googleapis.com/v4/spreadsheets/spreadsheet_id/values/range?
                valueInputOption=value_input_option
    

    你可以在Basic Writing找到实际的写作样本:

     https://sheets.googleapis.com/v4/spreadsheets/spreadsheetId/values/Sheet1!A1:D5?valueInputOption=USER_ENTERED
    

    【讨论】:

    • 上面的api我用过,但是报错“name must not be null”
    猜你喜欢
    • 1970-01-01
    • 2016-05-03
    • 1970-01-01
    • 2016-09-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多