Documentation ¶
Index ¶
- func AddWorksheetColumn(ctx context.Context, workbookID, worksheetID, columnID, contents string) error
- func AddWorksheetRow(ctx context.Context, workbookID, worksheetID, contents string) error
- func CreateWorksheet(ctx context.Context, workbookID, name string) error
- func GetWorksheetColumnHeaders(ctx context.Context, workbookID, worksheetID string) error
- func GetWorksheetData(ctx context.Context, workbookID, worksheetID string) error
- func GetWorksheetTables(ctx context.Context, workbookID, worksheetID string) error
- func ListWorkbooks(ctx context.Context) error
- func ListWorksheets(ctx context.Context, workbookID string) error
- func QueryWithPandas(ctx context.Context, inputData, inputQuery, showColumns string) (string, error)
- func QueryWorksheetData(ctx context.Context, workbookID, worksheetID, query, showColumns string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddWorksheetColumn ¶
func AddWorksheetRow ¶
func GetWorksheetData ¶
func GetWorksheetTables ¶
func ListWorkbooks ¶
func QueryWithPandas ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.