docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateSpreadsheet

    CreateSpreadsheet(string, string, NewSheetProperties, ITaskReporter)

    Creates a new Google Spreadsheet.

    Declaration
    public (string spreadSheetId, int sheetId) CreateSpreadsheet(string spreadSheetTitle, string sheetTitle, NewSheetProperties newSheetProperties, ITaskReporter reporter = null)
    Parameters
    Type Name Description
    string spreadSheetTitle

    The title of the Spreadsheet.

    string sheetTitle

    The title of the sheet(tab) that is part of the Spreadsheet.

    NewSheetProperties newSheetProperties
    ITaskReporter reporter

    Optional reporter to display the progress and status of the task.

    Returns
    Type Description
    (string spreadSheetId, int sheetId)

    Returns the new Spreadsheet and sheet id.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)