Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func Version()
- type APIClient
- type APIKey
- type APIResponse
- type AboveAverage
- type AbstractCalculationEngine
- type AbstractCalculationMonitor
- type AccessTokenResponse
- type AddPictureInCellRequest
- type AddTextOptions
- type AddTextRequest
- type AddWorksheetToSpreadsheetRequest
- type AggregateCellsByColorRequest
- type AggregateResultByColor
- type AggregateResultByColorResponse
- type AnalyzeExcelRequest
- type AnalyzedColumnDescription
- type AnalyzedResult
- type AnalyzedTableDescription
- type AppliedOperate
- type AppliedStep
- type ArcShape
- type ArcShapeResponse
- type Area
- type AutoFilter
- type AutoFilterResponse
- type AutoFitterOptions
- type AutoShape
- type AutoShapeResponse
- type AutoShapes
- type AutoShapesResponse
- type Axis
- type AxisResponse
- type BaseOperateOptions
- type BasicAuth
- type BatchConvertRequest
- type BatchLockRequest
- type BatchProtectRequest
- type BatchSplitRequest
- type Border
- type BorderResponse
- type BrokenLink
- type BrokenLinksResponse
- type Button
- type ButtonResponse
- type CalculateFormulaResponse
- type CalculationOptions
- type Cell
- type CellArea
- type CellResponse
- type CellValue
- type Cells
- type CellsApiService
- func (a *CellsApiService) AddPictureInCell(data *AddPictureInCellRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) AddText(data *AddTextRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) AddWorksheetToSpreadsheet(data *AddWorksheetToSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) AggregateCellsByColor(data *AggregateCellsByColorRequest) (AggregateResultByColorResponse, *http.Response, error)
- func (a *CellsApiService) CheckCloudServiceHealth(data *CheckCloudServiceHealthRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) CheckWorkbookFormulaErrors(data *CheckWorkbookFormulaErrorsRequest) (CheckedFormulaErrorsResponse, *http.Response, error)
- func (a *CellsApiService) CheckWrokbookExternalReference(data *CheckWrokbookExternalReferenceRequest) (CheckedExternalReferenceResponse, *http.Response, error)
- func (a *CellsApiService) CodegenSpec(data *CodegenSpecRequest) (*http.Response, error)
- func (a *CellsApiService) CompressSpreadsheet(data *CompressSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertChartToImage(data *ConvertChartToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertChartToPdf(data *ConvertChartToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertRangeToCsv(data *ConvertRangeToCsvRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertRangeToHtml(data *ConvertRangeToHtmlRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertRangeToImage(data *ConvertRangeToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertRangeToJson(data *ConvertRangeToJsonRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertRangeToPdf(data *ConvertRangeToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertSpreadsheet(data *ConvertSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertSpreadsheetToCsv(data *ConvertSpreadsheetToCsvRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertSpreadsheetToJson(data *ConvertSpreadsheetToJsonRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertSpreadsheetToPdf(data *ConvertSpreadsheetToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertTableToCsv(data *ConvertTableToCsvRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertTableToHtml(data *ConvertTableToHtmlRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertTableToImage(data *ConvertTableToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertTableToJson(data *ConvertTableToJsonRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertTableToPdf(data *ConvertTableToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertText(data *ConvertTextRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertWorksheetToImage(data *ConvertWorksheetToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ConvertWorksheetToPdf(data *ConvertWorksheetToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) CopyFile(data *CopyFileRequest) (*http.Response, error)
- func (a *CellsApiService) CopyFolder(data *CopyFolderRequest) (*http.Response, error)
- func (a *CellsApiService) CreateFolder(data *CreateFolderRequest) (*http.Response, error)
- func (a *CellsApiService) CreateSpreadsheet(data *CreateSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) DeleteDecryptWorkbook(data *DeleteDecryptWorkbookRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteDocumentProperties(data *DeleteDocumentPropertiesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteDocumentProperty(data *DeleteDocumentPropertyRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteDocumentUnProtectFromChanges(data *DeleteDocumentUnProtectFromChangesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteFile(data *DeleteFileRequest) (*http.Response, error)
- func (a *CellsApiService) DeleteFolder(data *DeleteFolderRequest) (*http.Response, error)
- func (a *CellsApiService) DeleteHeaderFooter(data *DeleteHeaderFooterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteHorizontalPageBreak(data *DeleteHorizontalPageBreakRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteHorizontalPageBreaks(data *DeleteHorizontalPageBreaksRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteMetadata(data *DeleteMetadataRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) DeletePivotTableField(data *DeletePivotTableFieldRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteUnProtectWorkbook(data *DeleteUnProtectWorkbookRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteUnprotectWorksheet(data *DeleteUnprotectWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteVerticalPageBreak(data *DeleteVerticalPageBreakRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteVerticalPageBreaks(data *DeleteVerticalPageBreaksRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorkbookBackground(data *DeleteWorkbookBackgroundRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorkbookName(data *DeleteWorkbookNameRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorkbookNames(data *DeleteWorkbookNamesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheet(data *DeleteWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetBackground(data *DeleteWorksheetBackgroundRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetCellsRange(data *DeleteWorksheetCellsRangeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetChart(data *DeleteWorksheetChartRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetChartLegend(data *DeleteWorksheetChartLegendRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetChartTitle(data *DeleteWorksheetChartTitleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetCharts(data *DeleteWorksheetChartsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetColumns(data *DeleteWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetComment(data *DeleteWorksheetCommentRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetComments(data *DeleteWorksheetCommentsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetConditionalFormatting(data *DeleteWorksheetConditionalFormattingRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetConditionalFormattingArea(data *DeleteWorksheetConditionalFormattingAreaRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetConditionalFormattings(data *DeleteWorksheetConditionalFormattingsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetDateFilter(data *DeleteWorksheetDateFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetFilter(data *DeleteWorksheetFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetFreezePanes(data *DeleteWorksheetFreezePanesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetFromSpreadsheet(data *DeleteWorksheetFromSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetHyperlink(data *DeleteWorksheetHyperlinkRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetHyperlinks(data *DeleteWorksheetHyperlinksRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetListObject(data *DeleteWorksheetListObjectRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetListObjects(data *DeleteWorksheetListObjectsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetOleObject(data *DeleteWorksheetOleObjectRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetOleObjects(data *DeleteWorksheetOleObjectsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetPicture(data *DeleteWorksheetPictureRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetPictures(data *DeleteWorksheetPicturesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetPivotTable(data *DeleteWorksheetPivotTableRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetPivotTableFilter(data *DeleteWorksheetPivotTableFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetPivotTableFilters(data *DeleteWorksheetPivotTableFiltersRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetPivotTables(data *DeleteWorksheetPivotTablesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetRow(data *DeleteWorksheetRowRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetRows(data *DeleteWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetShape(data *DeleteWorksheetShapeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetShapes(data *DeleteWorksheetShapesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetSparklineGroup(data *DeleteWorksheetSparklineGroupRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetSparklineGroups(data *DeleteWorksheetSparklineGroupsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetValidation(data *DeleteWorksheetValidationRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheetValidations(data *DeleteWorksheetValidationsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DeleteWorksheets(data *DeleteWorksheetsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) DownloadFile(data *DownloadFileRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ExportChartAsFormat(data *ExportChartAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ExportRangeAsFormat(data *ExportRangeAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ExportSpreadsheetAsFormat(data *ExportSpreadsheetAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ExportTableAsFormat(data *ExportTableAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ExportWorksheetAsFormat(data *ExportWorksheetAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ExtractText(data *ExtractTextRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetAllStyles(data *GetAllStylesRequest) (StylesResponse, *http.Response, error)
- func (a *CellsApiService) GetAsposeCellsCloudStatus(data *GetAsposeCellsCloudStatusRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetCellHtmlString(data *GetCellHtmlStringRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetCellsCloudServiceStatus(data *GetCellsCloudServiceStatusRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetCellsCloudServicesHealthCheck(data *GetCellsCloudServicesHealthCheckRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetChartArea(data *GetChartAreaRequest) (ChartAreaResponse, *http.Response, error)
- func (a *CellsApiService) GetChartAreaBorder(data *GetChartAreaBorderRequest) (LineResponse, *http.Response, error)
- func (a *CellsApiService) GetChartAreaFillFormat(data *GetChartAreaFillFormatRequest) (FillFormatResponse, *http.Response, error)
- func (a *CellsApiService) GetChartCategoryAxis(data *GetChartCategoryAxisRequest) (AxisResponse, *http.Response, error)
- func (a *CellsApiService) GetChartSecondCategoryAxis(data *GetChartSecondCategoryAxisRequest) (AxisResponse, *http.Response, error)
- func (a *CellsApiService) GetChartSecondValueAxis(data *GetChartSecondValueAxisRequest) (AxisResponse, *http.Response, error)
- func (a *CellsApiService) GetChartSeriesAxis(data *GetChartSeriesAxisRequest) (AxisResponse, *http.Response, error)
- func (a *CellsApiService) GetChartValueAxis(data *GetChartValueAxisRequest) (AxisResponse, *http.Response, error)
- func (a *CellsApiService) GetDiscUsage(data *GetDiscUsageRequest) (DiscUsage, *http.Response, error)
- func (a *CellsApiService) GetDocumentProperties(data *GetDocumentPropertiesRequest) (CellsDocumentPropertiesResponse, *http.Response, error)
- func (a *CellsApiService) GetDocumentProperty(data *GetDocumentPropertyRequest) (CellsDocumentPropertyResponse, *http.Response, error)
- func (a *CellsApiService) GetFileVersions(data *GetFileVersionsRequest) (FileVersions, *http.Response, error)
- func (a *CellsApiService) GetFilesList(data *GetFilesListRequest) (FilesList, *http.Response, error)
- func (a *CellsApiService) GetFooter(data *GetFooterRequest) (PageSectionsResponse, *http.Response, error)
- func (a *CellsApiService) GetHeader(data *GetHeaderRequest) (PageSectionsResponse, *http.Response, error)
- func (a *CellsApiService) GetHorizontalPageBreak(data *GetHorizontalPageBreakRequest) (HorizontalPageBreakResponse, *http.Response, error)
- func (a *CellsApiService) GetHorizontalPageBreaks(data *GetHorizontalPageBreaksRequest) (HorizontalPageBreaksResponse, *http.Response, error)
- func (a *CellsApiService) GetMetadata(data *GetMetadataRequest) ([]CellsDocumentProperty, *http.Response, error)
- func (a *CellsApiService) GetNamedRangeValue(data *GetNamedRangeValueRequest) (RangeValueResponse, *http.Response, error)
- func (a *CellsApiService) GetNamedRanges(data *GetNamedRangesRequest) (RangesResponse, *http.Response, error)
- func (a *CellsApiService) GetPageCount(data *GetPageCountRequest) (*int64, *http.Response, error)
- func (a *CellsApiService) GetPageSetup(data *GetPageSetupRequest) (PageSetupResponse, *http.Response, error)
- func (a *CellsApiService) GetPivotTableField(data *GetPivotTableFieldRequest) (PivotFieldResponse, *http.Response, error)
- func (a *CellsApiService) GetPublicKey(data *GetPublicKeyRequest) (CellsCloudPublicKeyResponse, *http.Response, error)
- func (a *CellsApiService) GetVerticalPageBreak(data *GetVerticalPageBreakRequest) (VerticalPageBreakResponse, *http.Response, error)
- func (a *CellsApiService) GetVerticalPageBreaks(data *GetVerticalPageBreaksRequest) (VerticalPageBreaksResponse, *http.Response, error)
- func (a *CellsApiService) GetWorkbook(data *GetWorkbookRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetWorkbookDefaultStyle(data *GetWorkbookDefaultStyleRequest) (StyleResponse, *http.Response, error)
- func (a *CellsApiService) GetWorkbookName(data *GetWorkbookNameRequest) (NameResponse, *http.Response, error)
- func (a *CellsApiService) GetWorkbookNameValue(data *GetWorkbookNameValueRequest) (RangeValueResponse, *http.Response, error)
- func (a *CellsApiService) GetWorkbookNames(data *GetWorkbookNamesRequest) (NamesResponse, *http.Response, error)
- func (a *CellsApiService) GetWorkbookSettings(data *GetWorkbookSettingsRequest) (WorkbookSettingsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorkbookTextItems(data *GetWorkbookTextItemsRequest) (TextItemsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetAutoFilter(data *GetWorksheetAutoFilterRequest) (AutoFilterResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetAutoshapeWithFormat(data *GetWorksheetAutoshapeWithFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetWorksheetAutoshapes(data *GetWorksheetAutoshapesRequest) (AutoShapesResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetCalculateFormula(data *GetWorksheetCalculateFormulaRequest) (SingleValueResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetCell(data *GetWorksheetCellRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetWorksheetCellStyle(data *GetWorksheetCellStyleRequest) (StyleResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetCells(data *GetWorksheetCellsRequest) (CellsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetCellsRangeValue(data *GetWorksheetCellsRangeValueRequest) (RangeValueResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetChart(data *GetWorksheetChartRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetWorksheetChartLegend(data *GetWorksheetChartLegendRequest) (LegendResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetChartTitle(data *GetWorksheetChartTitleRequest) (TitleResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetCharts(data *GetWorksheetChartsRequest) (ChartsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetColumn(data *GetWorksheetColumnRequest) (ColumnResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetColumns(data *GetWorksheetColumnsRequest) (ColumnsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetComment(data *GetWorksheetCommentRequest) (CommentResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetComments(data *GetWorksheetCommentsRequest) (CommentsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetConditionalFormatting(data *GetWorksheetConditionalFormattingRequest) (ConditionalFormattingResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetConditionalFormattings(data *GetWorksheetConditionalFormattingsRequest) (ConditionalFormattingsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetHyperlink(data *GetWorksheetHyperlinkRequest) (HyperlinkResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetHyperlinks(data *GetWorksheetHyperlinksRequest) (HyperlinksResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetListObject(data *GetWorksheetListObjectRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetWorksheetListObjects(data *GetWorksheetListObjectsRequest) (ListObjectsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetMergedCell(data *GetWorksheetMergedCellRequest) (MergedCellResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetMergedCells(data *GetWorksheetMergedCellsRequest) (MergedCellsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetOleObject(data *GetWorksheetOleObjectRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetWorksheetOleObjects(data *GetWorksheetOleObjectsRequest) (OleObjectsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetPageCount(data *GetWorksheetPageCountRequest) (*int64, *http.Response, error)
- func (a *CellsApiService) GetWorksheetPictureWithFormat(data *GetWorksheetPictureWithFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetWorksheetPictures(data *GetWorksheetPicturesRequest) (PicturesResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetPivotTable(data *GetWorksheetPivotTableRequest) (PivotTableResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetPivotTableFilter(data *GetWorksheetPivotTableFilterRequest) (PivotFilterResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetPivotTableFilters(data *GetWorksheetPivotTableFiltersRequest) (PivotFiltersResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetPivotTables(data *GetWorksheetPivotTablesRequest) (PivotTablesResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetRow(data *GetWorksheetRowRequest) (RowResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetRows(data *GetWorksheetRowsRequest) (RowsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetShape(data *GetWorksheetShapeRequest) (ShapeResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetShapes(data *GetWorksheetShapesRequest) (ShapesResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetSparklineGroup(data *GetWorksheetSparklineGroupRequest) (SparklineGroupResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetSparklineGroups(data *GetWorksheetSparklineGroupsRequest) (SparklineGroupsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetTextItems(data *GetWorksheetTextItemsRequest) (TextItemsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetValidation(data *GetWorksheetValidationRequest) (ValidationResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetValidations(data *GetWorksheetValidationsRequest) (ValidationsResponse, *http.Response, error)
- func (a *CellsApiService) GetWorksheetWithFormat(data *GetWorksheetWithFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) GetWorksheets(data *GetWorksheetsRequest) (WorksheetsResponse, *http.Response, error)
- func (a *CellsApiService) ImportDataIntoSpreadsheet(data *ImportDataIntoSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) MathCalculate(data *MathCalculateRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) MergeRemoteSpreadsheet(data *MergeRemoteSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) MergeSpreadsheets(data *MergeSpreadsheetsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) MergeSpreadsheetsInRemoteFolder(data *MergeSpreadsheetsInRemoteFolderRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) MoveFile(data *MoveFileRequest) (*http.Response, error)
- func (a *CellsApiService) MoveFolder(data *MoveFolderRequest) (*http.Response, error)
- func (a *CellsApiService) MoveWorksheetInSpreadsheet(data *MoveWorksheetInSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ObjectExists(data *ObjectExistsRequest) (ObjectExist, *http.Response, error)
- func (a *CellsApiService) PostAccessToken(data *PostAccessTokenRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostAddTextContent(data *PostAddTextContentRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostAnalyzeExcel(data *PostAnalyzeExcelRequest) ([]AnalyzedResult, *http.Response, error)
- func (a *CellsApiService) PostAssemble(data *PostAssembleRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostAutofitWorkbookColumns(data *PostAutofitWorkbookColumnsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostAutofitWorkbookRows(data *PostAutofitWorkbookRowsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostAutofitWorksheetColumns(data *PostAutofitWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostAutofitWorksheetRow(data *PostAutofitWorksheetRowRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostAutofitWorksheetRows(data *PostAutofitWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostBatchConvert(data *PostBatchConvertRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostBatchLock(data *PostBatchLockRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostBatchProtect(data *PostBatchProtectRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostBatchSplit(data *PostBatchSplitRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostBatchUnlock(data *PostBatchUnlockRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostCellCalculate(data *PostCellCalculateRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostCellCharacters(data *PostCellCharactersRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostCharacterCount(data *PostCharacterCountRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostChartCategoryAxis(data *PostChartCategoryAxisRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostChartSecondCategoryAxis(data *PostChartSecondCategoryAxisRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostChartSecondValueAxis(data *PostChartSecondValueAxisRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostChartSeriesAxis(data *PostChartSeriesAxisRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostChartValueAxis(data *PostChartValueAxisRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostClearContents(data *PostClearContentsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostClearFormats(data *PostClearFormatsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostClearObjects(data *PostClearObjectsRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostColumnStyle(data *PostColumnStyleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostCompress(data *PostCompressRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostConvertText(data *PostConvertTextRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbook(data *PostConvertWorkbookRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbookToCSV(data *PostConvertWorkbookToCSVRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbookToDocx(data *PostConvertWorkbookToDocxRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbookToHtml(data *PostConvertWorkbookToHtmlRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbookToJson(data *PostConvertWorkbookToJsonRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbookToMarkdown(data *PostConvertWorkbookToMarkdownRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbookToPDF(data *PostConvertWorkbookToPDFRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbookToPNG(data *PostConvertWorkbookToPNGRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbookToPptx(data *PostConvertWorkbookToPptxRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorkbookToSQL(data *PostConvertWorkbookToSQLRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostConvertWorksheetToImage(data *PostConvertWorksheetToImageRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostCopyCellIntoCell(data *PostCopyCellIntoCellRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostCopyWorksheet(data *PostCopyWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostCopyWorksheetColumns(data *PostCopyWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostCopyWorksheetRows(data *PostCopyWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostDataCleansing(data *PostDataCleansingRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostDataDeduplication(data *PostDataDeduplicationRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostDataFill(data *PostDataFillRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostDataTransformation(data *PostDataTransformationRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostDeleteIncompleteRows(data *PostDeleteIncompleteRowsRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostDigitalSignature(data *PostDigitalSignatureRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostEncryptWorkbook(data *PostEncryptWorkbookRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostExport(data *PostExportRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostExtractText(data *PostExtractTextRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostFitTallToPages(data *PostFitTallToPagesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostFitWideToPages(data *PostFitWideToPagesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostFooter(data *PostFooterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostGroupWorksheetColumns(data *PostGroupWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostGroupWorksheetRows(data *PostGroupWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostHeader(data *PostHeaderRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostHideWorksheetColumns(data *PostHideWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostHideWorksheetRows(data *PostHideWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostImport(data *PostImportRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostImportData(data *PostImportDataRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostLock(data *PostLockRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostMerge(data *PostMergeRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostMetadata(data *PostMetadataRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostMoveWorksheet(data *PostMoveWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostPageSetup(data *PostPageSetupRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostPivotTableCellStyle(data *PostPivotTableCellStyleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostPivotTableFieldHideItem(data *PostPivotTableFieldHideItemRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostPivotTableFieldMoveTo(data *PostPivotTableFieldMoveToRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostPivotTableStyle(data *PostPivotTableStyleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostPivotTableUpdatePivotField(data *PostPivotTableUpdatePivotFieldRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostPivotTableUpdatePivotFields(data *PostPivotTableUpdatePivotFieldsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostProtect(data *PostProtectRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostProtectWorkbook(data *PostProtectWorkbookRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostRemoveCharacters(data *PostRemoveCharactersRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostRemoveDuplicates(data *PostRemoveDuplicatesRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostRenameWorksheet(data *PostRenameWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostRepair(data *PostRepairRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostReplace(data *PostReplaceRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostReverse(data *PostReverseRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostRotate(data *PostRotateRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostRowStyle(data *PostRowStyleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostRunTask(data *PostRunTaskRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostSearch(data *PostSearchRequest) ([]TextItem, *http.Response, error)
- func (a *CellsApiService) PostSetCellHtmlString(data *PostSetCellHtmlStringRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostSetCellRangeValue(data *PostSetCellRangeValueRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostSetWorksheetColumnWidth(data *PostSetWorksheetColumnWidthRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostSpecifyWordsCount(data *PostSpecifyWordsCountRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostSplit(data *PostSplitRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostSplitText(data *PostSplitTextRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostTrimContent(data *PostTrimContentRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostUngroupWorksheetColumns(data *PostUngroupWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostUngroupWorksheetRows(data *PostUngroupWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostUnhideWorksheetColumns(data *PostUnhideWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostUnhideWorksheetRows(data *PostUnhideWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostUnlock(data *PostUnlockRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostUpdateWordCase(data *PostUpdateWordCaseRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostUpdateWorksheetCellStyle(data *PostUpdateWorksheetCellStyleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostUpdateWorksheetOleObject(data *PostUpdateWorksheetOleObjectRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostUpdateWorksheetProperty(data *PostUpdateWorksheetPropertyRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostUpdateWorksheetRangeStyle(data *PostUpdateWorksheetRangeStyleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostUpdateWorksheetRow(data *PostUpdateWorksheetRowRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostUpdateWorksheetZoom(data *PostUpdateWorksheetZoomRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWatermark(data *PostWatermarkRequest) (FilesResult, *http.Response, error)
- func (a *CellsApiService) PostWordsCount(data *PostWordsCountRequest) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostWorkbookCalculateFormula(data *PostWorkbookCalculateFormulaRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorkbookDataCleansing(data *PostWorkbookDataCleansingRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostWorkbookDataDeduplication(data *PostWorkbookDataDeduplicationRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostWorkbookDataFill(data *PostWorkbookDataFillRequest) (FileInfo, *http.Response, error)
- func (a *CellsApiService) PostWorkbookExportXML(data *PostWorkbookExportXMLRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostWorkbookGetSmartMarkerResult(data *PostWorkbookGetSmartMarkerResultRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostWorkbookImportJson(data *PostWorkbookImportJsonRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostWorkbookImportXML(data *PostWorkbookImportXMLRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostWorkbookName(data *PostWorkbookNameRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorkbookSaveAs(data *PostWorkbookSaveAsRequest) (SaveResponse, *http.Response, error)
- func (a *CellsApiService) PostWorkbookSettings(data *PostWorkbookSettingsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorkbookSplit(data *PostWorkbookSplitRequest) (SplitResultResponse, *http.Response, error)
- func (a *CellsApiService) PostWorkbookTextReplace(data *PostWorkbookTextReplaceRequest) (WorkbookReplaceResponse, *http.Response, error)
- func (a *CellsApiService) PostWorkbooksMerge(data *PostWorkbooksMergeRequest) (WorkbookResponse, *http.Response, error)
- func (a *CellsApiService) PostWorkbooksTextSearch(data *PostWorkbooksTextSearchRequest) (TextItemsResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetAutoFilterRefresh(data *PostWorksheetAutoFilterRefreshRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCalculateFormula(data *PostWorksheetCalculateFormulaRequest) (SingleValueResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellSetValue(data *PostWorksheetCellSetValueRequest) (CellResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeColumnWidth(data *PostWorksheetCellsRangeColumnWidthRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeMerge(data *PostWorksheetCellsRangeMergeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeMoveTo(data *PostWorksheetCellsRangeMoveToRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeOutlineBorder(data *PostWorksheetCellsRangeOutlineBorderRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeRowHeight(data *PostWorksheetCellsRangeRowHeightRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeSort(data *PostWorksheetCellsRangeSortRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeStyle(data *PostWorksheetCellsRangeStyleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeToImage(data *PostWorksheetCellsRangeToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeUnMerge(data *PostWorksheetCellsRangeUnMergeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangeValue(data *PostWorksheetCellsRangeValueRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetCellsRangesCopy(data *PostWorksheetCellsRangesCopyRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetChart(data *PostWorksheetChartRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetChartLegend(data *PostWorksheetChartLegendRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetChartTitle(data *PostWorksheetChartTitleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetComment(data *PostWorksheetCommentRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetGroupShape(data *PostWorksheetGroupShapeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetHyperlink(data *PostWorksheetHyperlinkRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetListColumn(data *PostWorksheetListColumnRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetListColumnsTotal(data *PostWorksheetListColumnsTotalRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetListObject(data *PostWorksheetListObjectRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetListObjectConvertToRange(data *PostWorksheetListObjectConvertToRangeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetListObjectInsertSlicer(data *PostWorksheetListObjectInsertSlicerRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetListObjectRemoveDuplicates(data *PostWorksheetListObjectRemoveDuplicatesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetListObjectSortTable(data *PostWorksheetListObjectSortTableRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetListObjectSummarizeWithPivotTable(data *PostWorksheetListObjectSummarizeWithPivotTableRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetMatchBlanks(data *PostWorksheetMatchBlanksRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetMatchNonBlanks(data *PostWorksheetMatchNonBlanksRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetMerge(data *PostWorksheetMergeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetPicture(data *PostWorksheetPictureRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetPivotTableCalculate(data *PostWorksheetPivotTableCalculateRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetPivotTableMove(data *PostWorksheetPivotTableMoveRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetRangeSort(data *PostWorksheetRangeSortRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetShape(data *PostWorksheetShapeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetSparklineGroup(data *PostWorksheetSparklineGroupRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetTextReplace(data *PostWorksheetTextReplaceRequest) (WorksheetReplaceResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetTextSearch(data *PostWorksheetTextSearchRequest) (TextItemsResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetUngroupShape(data *PostWorksheetUngroupShapeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetUnmerge(data *PostWorksheetUnmergeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PostWorksheetValidation(data *PostWorksheetValidationRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) ProtectSpreadsheet(data *ProtectSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PutActiveWorksheet(data *PutActiveWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutAddNewWorksheet(data *PutAddNewWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutChangeVisibilityWorksheet(data *PutChangeVisibilityWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutConvertWorkbook(data *PutConvertWorkbookRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) PutDocumentProperty(data *PutDocumentPropertyRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutDocumentProtectFromChanges(data *PutDocumentProtectFromChangesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutHorizontalPageBreak(data *PutHorizontalPageBreakRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutInsertNewWorksheet(data *PutInsertNewWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutInsertWorksheetColumns(data *PutInsertWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutInsertWorksheetRow(data *PutInsertWorksheetRowRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutInsertWorksheetRows(data *PutInsertWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutPivotTableField(data *PutPivotTableFieldRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutProtectWorksheet(data *PutProtectWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutVerticalPageBreak(data *PutVerticalPageBreakRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorkbookBackground(data *PutWorkbookBackgroundRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorkbookCreate(data *PutWorkbookCreateRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorkbookName(data *PutWorkbookNameRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorkbookWaterMarker(data *PutWorkbookWaterMarkerRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetAddPicture(data *PutWorksheetAddPictureRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetBackground(data *PutWorksheetBackgroundRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetCellsRange(data *PutWorksheetCellsRangeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetChart(data *PutWorksheetChartRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetChartLegend(data *PutWorksheetChartLegendRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetChartTitle(data *PutWorksheetChartTitleRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetColorFilter(data *PutWorksheetColorFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetComment(data *PutWorksheetCommentRequest) (CommentResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetConditionalFormatting(data *PutWorksheetConditionalFormattingRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetCustomFilter(data *PutWorksheetCustomFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetDateFilter(data *PutWorksheetDateFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetDynamicFilter(data *PutWorksheetDynamicFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetFilter(data *PutWorksheetFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetFilterTop10(data *PutWorksheetFilterTop10Request) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetFormatCondition(data *PutWorksheetFormatConditionRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetFormatConditionArea(data *PutWorksheetFormatConditionAreaRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetFormatConditionCondition(data *PutWorksheetFormatConditionConditionRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetFreezePanes(data *PutWorksheetFreezePanesRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetHyperlink(data *PutWorksheetHyperlinkRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetIconFilter(data *PutWorksheetIconFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetListObject(data *PutWorksheetListObjectRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetOleObject(data *PutWorksheetOleObjectRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetPivotTable(data *PutWorksheetPivotTableRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetPivotTableFilter(data *PutWorksheetPivotTableFilterRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetShape(data *PutWorksheetShapeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetSparklineGroup(data *PutWorksheetSparklineGroupRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) PutWorksheetValidation(data *PutWorksheetValidationRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) RemoveCharacters(data *RemoveCharactersRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) RemoveCharactersByPosition(data *RemoveCharactersByPositionRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) RemoveDuplicateSubstrings(data *RemoveDuplicateSubstringsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) RemoveDuplicates(data *RemoveDuplicatesRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) RemoveSpreadsheetBlankColumns(data *RemoveSpreadsheetBlankColumnsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) RemoveSpreadsheetBlankRows(data *RemoveSpreadsheetBlankRowsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) RemoveSpreadsheetBlankWorksheets(data *RemoveSpreadsheetBlankWorksheetsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) RenameWorksheetInSpreadsheet(data *RenameWorksheetInSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) RepairSpreadsheet(data *RepairSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) ReplaceContentInRemoteRange(data *ReplaceContentInRemoteRangeRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) ReplaceContentInRemoteSpreadsheet(data *ReplaceContentInRemoteSpreadsheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) ReplaceContentInRemoteWorksheet(data *ReplaceContentInRemoteWorksheetRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) ReplaceSpreadsheetContent(data *ReplaceSpreadsheetContentRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) SaveSpreadsheetAs(data *SaveSpreadsheetAsRequest) (CellsCloudResponse, *http.Response, error)
- func (a *CellsApiService) SearchBrokenLinksInRemoteRange(data *SearchBrokenLinksInRemoteRangeRequest) (BrokenLinksResponse, *http.Response, error)
- func (a *CellsApiService) SearchBrokenLinksInRemoteSpreadsheet(data *SearchBrokenLinksInRemoteSpreadsheetRequest) (BrokenLinksResponse, *http.Response, error)
- func (a *CellsApiService) SearchBrokenLinksInRemoteWorksheet(data *SearchBrokenLinksInRemoteWorksheetRequest) (BrokenLinksResponse, *http.Response, error)
- func (a *CellsApiService) SearchContentInRemoteRange(data *SearchContentInRemoteRangeRequest) (SearchResponse, *http.Response, error)
- func (a *CellsApiService) SearchContentInRemoteSpreadsheet(data *SearchContentInRemoteSpreadsheetRequest) (SearchResponse, *http.Response, error)
- func (a *CellsApiService) SearchContentInRemoteWorksheet(data *SearchContentInRemoteWorksheetRequest) (SearchResponse, *http.Response, error)
- func (a *CellsApiService) SearchSpreadsheetBrokenLinks(data *SearchSpreadsheetBrokenLinksRequest) (BrokenLinksResponse, *http.Response, error)
- func (a *CellsApiService) SearchSpreadsheetContent(data *SearchSpreadsheetContentRequest) (SearchResponse, *http.Response, error)
- func (a *CellsApiService) Spec(data *SpecRequest) (*http.Response, error)
- func (a *CellsApiService) SplitRemoteSpreadsheet(data *SplitRemoteSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) SplitSpreadsheet(data *SplitSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) SplitTable(data *SplitTableRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) SplitText(data *SplitTextRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) SpreadsheetDigitalsignature(data *SpreadsheetDigitalsignatureRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) StorageExists(data *StorageExistsRequest) (StorageExist, *http.Response, error)
- func (a *CellsApiService) SwapRange(data *SwapRangeRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) TranslateTextFile(data *TranslateTextFileRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) TranslationSpreadsheet(data *TranslationSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) TrimCharacter(data *TrimCharacterRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) UnprotectSpreadsheet(data *UnprotectSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) UpdateWordCase(data *UpdateWordCaseRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
- func (a *CellsApiService) UploadFile(data *UploadFileRequest) (FilesUploadResult, *http.Response, error)
- type CellsCloudFileInfo
- type CellsCloudFileInfoResponse
- type CellsCloudOption
- type CellsCloudPublicKey
- type CellsCloudPublicKeyResponse
- type CellsCloudResponse
- type CellsColor
- type CellsDocumentProperties
- type CellsDocumentPropertiesResponse
- type CellsDocumentProperty
- type CellsDocumentPropertyResponse
- type CellsDrawing
- type CellsDrawingResponse
- type CellsObjectOperateTaskParameter
- type CellsResponse
- type CharacterCountOptions
- type Chart
- type ChartArea
- type ChartAreaResponse
- type ChartDataTable
- type ChartDataTableResponse
- type ChartFrame
- type ChartGlobalizationSettings
- type ChartOperateParameter
- type ChartPoint
- type ChartPointResponse
- type ChartPoints
- type ChartPointsResponse
- type ChartResponse
- type ChartShape
- type Charts
- type ChartsResponse
- type CheckBox
- type CheckBoxResponse
- type CheckCloudServiceHealthRequest
- type CheckExternalReferenceOptions
- type CheckFormulaErrorOptions
- type CheckWorkbookFormulaErrorsRequest
- type CheckWrokbookExternalReferenceRequest
- type CheckedExternalReferenceResponse
- type CheckedFormulaErrorsResponse
- type CodegenSpecRequest
- type Color
- type ColorFilter
- type ColorFilterRequest
- type ColorScale
- type Column
- type ColumnResponse
- type Columns
- type ColumnsResponse
- type CombinationSourceData
- type ComboBox
- type ComboBoxResponse
- type Comment
- type CommentResponse
- type CommentShape
- type CommentShapeResponse
- type Comments
- type CommentsResponse
- type CompressSpreadsheetRequest
- type ConditionalFormatting
- type ConditionalFormattingIcon
- type ConditionalFormattingResponse
- type ConditionalFormattingValue
- type ConditionalFormattings
- type ConditionalFormattingsResponse
- type Configuration
- type ConvertChartToImageRequest
- type ConvertChartToPdfRequest
- type ConvertParameter
- type ConvertRangeToCsvRequest
- type ConvertRangeToHtmlRequest
- type ConvertRangeToImageRequest
- type ConvertRangeToJsonRequest
- type ConvertRangeToPdfRequest
- type ConvertSpreadsheetRequest
- type ConvertSpreadsheetToCsvRequest
- type ConvertSpreadsheetToJsonRequest
- type ConvertSpreadsheetToPdfRequest
- type ConvertTableToCsvRequest
- type ConvertTableToHtmlRequest
- type ConvertTableToImageRequest
- type ConvertTableToJsonRequest
- type ConvertTableToPdfRequest
- type ConvertTaskParameter
- type ConvertTextOptions
- type ConvertTextRequest
- type ConvertWorkbookOptions
- type ConvertWorksheetOptions
- type ConvertWorksheetTaskParameter
- type ConvertWorksheetToImageRequest
- type ConvertWorksheetToPdfRequest
- type CopyFileRequest
- type CopyFolderRequest
- type CopyOptions
- type CreateFolderRequest
- type CreatePivotTableRequest
- type CreateSpreadsheetRequest
- type CriteriaMultipleFilter
- type CustomFilter
- type CustomParserConfig
- type DataBar
- type DataBarBorder
- type DataCleansing
- type DataCleansingRequest
- type DataColumnFillValue
- type DataDeduplicationRequest
- type DataFill
- type DataFillRequest
- type DataFillValue
- type DataItem
- type DataLabels
- type DataLabelsResponse
- type DataOutputLocation
- type DataQuery
- type DataSorter
- type DataSorterKey
- type DataSource
- type DataTransformationRequest
- type DateTimeGroupItem
- type DbfSaveOptions
- type DeduplicationRegion
- type DeleteDecryptWorkbookRequest
- type DeleteDocumentPropertiesRequest
- type DeleteDocumentPropertyRequest
- type DeleteDocumentUnProtectFromChangesRequest
- type DeleteFileRequest
- type DeleteFolderRequest
- type DeleteHeaderFooterRequest
- type DeleteHorizontalPageBreakRequest
- type DeleteHorizontalPageBreaksRequest
- type DeleteIncompleteRowsRequest
- type DeleteMetadataRequest
- type DeletePivotTableFieldRequest
- type DeleteUnProtectWorkbookRequest
- type DeleteUnprotectWorksheetRequest
- type DeleteVerticalPageBreakRequest
- type DeleteVerticalPageBreaksRequest
- type DeleteWorkbookBackgroundRequest
- type DeleteWorkbookNameRequest
- type DeleteWorkbookNamesRequest
- type DeleteWorksheetBackgroundRequest
- type DeleteWorksheetCellsRangeRequest
- type DeleteWorksheetChartLegendRequest
- type DeleteWorksheetChartRequest
- type DeleteWorksheetChartTitleRequest
- type DeleteWorksheetChartsRequest
- type DeleteWorksheetColumnsRequest
- type DeleteWorksheetCommentRequest
- type DeleteWorksheetCommentsRequest
- type DeleteWorksheetConditionalFormattingAreaRequest
- type DeleteWorksheetConditionalFormattingRequest
- type DeleteWorksheetConditionalFormattingsRequest
- type DeleteWorksheetDateFilterRequest
- type DeleteWorksheetFilterRequest
- type DeleteWorksheetFreezePanesRequest
- type DeleteWorksheetFromSpreadsheetRequest
- type DeleteWorksheetHyperlinkRequest
- type DeleteWorksheetHyperlinksRequest
- type DeleteWorksheetListObjectRequest
- type DeleteWorksheetListObjectsRequest
- type DeleteWorksheetOleObjectRequest
- type DeleteWorksheetOleObjectsRequest
- type DeleteWorksheetPictureRequest
- type DeleteWorksheetPicturesRequest
- type DeleteWorksheetPivotTableFilterRequest
- type DeleteWorksheetPivotTableFiltersRequest
- type DeleteWorksheetPivotTableRequest
- type DeleteWorksheetPivotTablesRequest
- type DeleteWorksheetRequest
- type DeleteWorksheetRowRequest
- type DeleteWorksheetRowsRequest
- type DeleteWorksheetShapeRequest
- type DeleteWorksheetShapesRequest
- type DeleteWorksheetSparklineGroupRequest
- type DeleteWorksheetSparklineGroupsRequest
- type DeleteWorksheetValidationRequest
- type DeleteWorksheetValidationsRequest
- type DeleteWorksheetsRequest
- type DifSaveOptions
- type DigitalSignature
- type DiscUsage
- type DiscoverChart
- type DiscoverPivotTable
- type DisplayUnitLabel
- type DisplayUnitLabelResponse
- type DocxSaveOptions
- type DownloadFileRequest
- type DropBars
- type DropBarsResponse
- type DynamicFilter
- type Error
- type ErrorBar
- type ErrorBarResponse
- type ErrorDetails
- type ExcelDataStatistics
- type ExportChartAsFormatRequest
- type ExportRangeAsFormatRequest
- type ExportSpreadsheetAsFormatRequest
- type ExportTableAsFormatRequest
- type ExportWorksheetAsFormatRequest
- type ExtractTextOptions
- type ExtractTextRequest
- type FileInfo
- type FileSource
- type FileVersion
- type FileVersions
- type FilesList
- type FilesList_
- type FilesResult
- type FilesUploadResult
- type FillFormat
- type FillFormatResponse
- type FilterColumn
- type FindResponse
- type Floor
- type FloorResponse
- type Font
- type FontSetting
- type Form
- type FormResponse
- type FormatCondition
- type Forms
- type FormsResponse
- type FormulaFormatCondition
- type FormulaSettings
- type GetAllStylesRequest
- type GetAsposeCellsCloudStatusRequest
- type GetCellHtmlStringRequest
- type GetCellsCloudServiceStatusRequest
- type GetCellsCloudServicesHealthCheckRequest
- type GetChartAreaBorderRequest
- type GetChartAreaFillFormatRequest
- type GetChartAreaRequest
- type GetChartCategoryAxisRequest
- type GetChartSecondCategoryAxisRequest
- type GetChartSecondValueAxisRequest
- type GetChartSeriesAxisRequest
- type GetChartValueAxisRequest
- type GetDiscUsageRequest
- type GetDocumentPropertiesRequest
- type GetDocumentPropertyRequest
- type GetFileVersionsRequest
- type GetFilesListRequest
- type GetFooterRequest
- type GetHeaderRequest
- type GetHorizontalPageBreakRequest
- type GetHorizontalPageBreaksRequest
- type GetMetadataRequest
- type GetNamedRangeValueRequest
- type GetNamedRangesRequest
- type GetPageCountRequest
- type GetPageSetupRequest
- type GetPivotTableFieldRequest
- type GetPublicKeyRequest
- type GetVerticalPageBreakRequest
- type GetVerticalPageBreaksRequest
- type GetWorkbookDefaultStyleRequest
- type GetWorkbookNameRequest
- type GetWorkbookNameValueRequest
- type GetWorkbookNamesRequest
- type GetWorkbookRequest
- type GetWorkbookSettingsRequest
- type GetWorkbookTextItemsRequest
- type GetWorksheetAutoFilterRequest
- type GetWorksheetAutoshapeWithFormatRequest
- type GetWorksheetAutoshapesRequest
- type GetWorksheetCalculateFormulaRequest
- type GetWorksheetCellRequest
- type GetWorksheetCellStyleRequest
- type GetWorksheetCellsRangeValueRequest
- type GetWorksheetCellsRequest
- type GetWorksheetChartLegendRequest
- type GetWorksheetChartRequest
- type GetWorksheetChartTitleRequest
- type GetWorksheetChartsRequest
- type GetWorksheetColumnRequest
- type GetWorksheetColumnsRequest
- type GetWorksheetCommentRequest
- type GetWorksheetCommentsRequest
- type GetWorksheetConditionalFormattingRequest
- type GetWorksheetConditionalFormattingsRequest
- type GetWorksheetHyperlinkRequest
- type GetWorksheetHyperlinksRequest
- type GetWorksheetListObjectRequest
- type GetWorksheetListObjectsRequest
- type GetWorksheetMergedCellRequest
- type GetWorksheetMergedCellsRequest
- type GetWorksheetOleObjectRequest
- type GetWorksheetOleObjectsRequest
- type GetWorksheetPageCountRequest
- type GetWorksheetPictureWithFormatRequest
- type GetWorksheetPicturesRequest
- type GetWorksheetPivotTableFilterRequest
- type GetWorksheetPivotTableFiltersRequest
- type GetWorksheetPivotTableRequest
- type GetWorksheetPivotTablesRequest
- type GetWorksheetRowRequest
- type GetWorksheetRowsRequest
- type GetWorksheetShapeRequest
- type GetWorksheetShapesRequest
- type GetWorksheetSparklineGroupRequest
- type GetWorksheetSparklineGroupsRequest
- type GetWorksheetTextItemsRequest
- type GetWorksheetValidationRequest
- type GetWorksheetValidationsRequest
- type GetWorksheetWithFormatRequest
- type GetWorksheetsRequest
- type GlobalizationSettings
- type GoogleDriveStorageFile
- type GradientFill
- type GradientFillStop
- type GroupBox
- type GroupBoxResponse
- type GroupShape
- type HorizontalPageBreak
- type HorizontalPageBreakResponse
- type HorizontalPageBreaks
- type HorizontalPageBreaksResponse
- type HtmlSaveOptions
- type Hyperlink
- type HyperlinkResponse
- type Hyperlinks
- type HyperlinksResponse
- type IconFilter
- type IconSet
- type ImageOrPrintOptions
- type ImageSaveOptions
- type Import2DimensionDoubleArrayOption
- type Import2DimensionIntArrayOption
- type Import2DimensionStringArrayOption
- type ImportBatchDataOption
- type ImportCSVDataOption
- type ImportDataIntoSpreadsheetRequest
- type ImportDataTaskParameter
- type ImportDoubleArrayOption
- type ImportIntArrayOption
- type ImportJsonRequest
- type ImportOption
- type ImportPictureOption
- type ImportPosition
- type ImportStringArrayOption
- type ImportXMLRequest
- type JsonSaveOptions
- type Label
- type LabelResponse
- type Legend
- type LegendEntries
- type LegendEntriesResponse
- type LegendEntry
- type LegendEntryResponse
- type LegendResponse
- type Line
- type LineFormat
- type LineResponse
- type LineShape
- type LineShapeResponse
- type Link
- type LinkElement
- type ListBox
- type ListBoxResponse
- type ListColumn
- type ListObject
- type ListObjectOperateParameter
- type ListObjectResponse
- type ListObjects
- type ListObjectsResponse
- type LoadData
- type LoadOptions
- type LoadTo
- type MHtmlSaveOptions
- type MarkdownSaveOptions
- type Marker
- type MatchConditionRequest
- type MathCalculateRequest
- type MergeQueries
- type MergeRemoteSpreadsheetRequest
- type MergeSpreadsheetsInRemoteFolderRequest
- type MergeSpreadsheetsRequest
- type MergeTableOptions
- type MergedCell
- type MergedCellResponse
- type MergedCells
- type MergedCellsResponse
- type MoveFileRequest
- type MoveFolderRequest
- type MoveWorksheetInSpreadsheetRequest
- type MultipleFilter
- type MultipleFilters
- type Name
- type NameResponse
- type Names
- type NamesResponse
- type NegativeBarFormat
- type ObjectExist
- type ObjectExistsExtensions
- type ObjectExistsRequest
- type OdsSaveOptions
- type OleObject
- type OleObjectResponse
- type OleObjects
- type OleObjectsResponse
- type OoxmlSaveOptions
- type OperateObject
- type OperateObjectPosition
- type OperateParameter
- type Oval
- type OvalResponse
- type PageBreakOperateParameter
- type PageSection
- type PageSectionsResponse
- type PageSetup
- type PageSetupOperateParameter
- type PageSetupResponse
- type PaginatedSaveOptions
- type PasswordRequest
- type PasteOptions
- type PatternFill
- type PclSaveOptions
- type PdfSaveOptions
- type PdfSecurityOptions
- type PicFormatOption
- type Picture
- type PictureResponse
- type Pictures
- type PicturesResponse
- type PivotColumn
- type PivotField
- type PivotFieldResponse
- type PivotFilter
- type PivotFilterResponse
- type PivotFiltersResponse
- type PivotGlobalizationSettings
- type PivotItem
- type PivotTable
- type PivotTableFieldRequest
- type PivotTableOperateParameter
- type PivotTableResponse
- type PivotTables
- type PivotTablesResponse
- type PlotArea
- type PlotAreaResponse
- type Point
- type PostAccessTokenRequest
- type PostAddTextContentRequest
- type PostAnalyzeExcelRequest
- type PostAssembleRequest
- type PostAutofitWorkbookColumnsRequest
- type PostAutofitWorkbookRowsRequest
- type PostAutofitWorksheetColumnsRequest
- type PostAutofitWorksheetRowRequest
- type PostAutofitWorksheetRowsRequest
- type PostBatchConvertRequest
- type PostBatchLockRequest
- type PostBatchProtectRequest
- type PostBatchSplitRequest
- type PostBatchUnlockRequest
- type PostCellCalculateRequest
- type PostCellCharactersRequest
- type PostCharacterCountRequest
- type PostChartCategoryAxisRequest
- type PostChartSecondCategoryAxisRequest
- type PostChartSecondValueAxisRequest
- type PostChartSeriesAxisRequest
- type PostChartValueAxisRequest
- type PostClearContentsRequest
- type PostClearFormatsRequest
- type PostClearObjectsRequest
- type PostColumnStyleRequest
- type PostCompressRequest
- type PostConvertTextRequest
- type PostConvertWorkbookRequest
- type PostConvertWorkbookToCSVRequest
- type PostConvertWorkbookToDocxRequest
- type PostConvertWorkbookToHtmlRequest
- type PostConvertWorkbookToJsonRequest
- type PostConvertWorkbookToMarkdownRequest
- type PostConvertWorkbookToPDFRequest
- type PostConvertWorkbookToPNGRequest
- type PostConvertWorkbookToPptxRequest
- type PostConvertWorkbookToSQLRequest
- type PostConvertWorksheetToImageRequest
- type PostCopyCellIntoCellRequest
- type PostCopyWorksheetColumnsRequest
- type PostCopyWorksheetRequest
- type PostCopyWorksheetRowsRequest
- type PostDataCleansingRequest
- type PostDataDeduplicationRequest
- type PostDataFillRequest
- type PostDataTransformationRequest
- type PostDeleteIncompleteRowsRequest
- type PostDigitalSignatureRequest
- type PostEncryptWorkbookRequest
- type PostExportRequest
- type PostExtractTextRequest
- type PostFitTallToPagesRequest
- type PostFitWideToPagesRequest
- type PostFooterRequest
- type PostGroupWorksheetColumnsRequest
- type PostGroupWorksheetRowsRequest
- type PostHeaderRequest
- type PostHideWorksheetColumnsRequest
- type PostHideWorksheetRowsRequest
- type PostImportDataRequest
- type PostImportRequest
- type PostLockRequest
- type PostMergeRequest
- type PostMetadataRequest
- type PostMoveWorksheetRequest
- type PostPageSetupRequest
- type PostPivotTableCellStyleRequest
- type PostPivotTableFieldHideItemRequest
- type PostPivotTableFieldMoveToRequest
- type PostPivotTableStyleRequest
- type PostPivotTableUpdatePivotFieldRequest
- type PostPivotTableUpdatePivotFieldsRequest
- type PostProtectRequest
- type PostProtectWorkbookRequest
- type PostRemoveCharactersRequest
- type PostRemoveDuplicatesRequest
- type PostRenameWorksheetRequest
- type PostRepairRequest
- type PostReplaceRequest
- type PostReverseRequest
- type PostRotateRequest
- type PostRowStyleRequest
- type PostRunTaskRequest
- type PostSearchRequest
- type PostSetCellHtmlStringRequest
- type PostSetCellRangeValueRequest
- type PostSetWorksheetColumnWidthRequest
- type PostSpecifyWordsCountRequest
- type PostSplitRequest
- type PostSplitTextRequest
- type PostTrimContentRequest
- type PostUngroupWorksheetColumnsRequest
- type PostUngroupWorksheetRowsRequest
- type PostUnhideWorksheetColumnsRequest
- type PostUnhideWorksheetRowsRequest
- type PostUnlockRequest
- type PostUpdateWordCaseRequest
- type PostUpdateWorksheetCellStyleRequest
- type PostUpdateWorksheetOleObjectRequest
- type PostUpdateWorksheetPropertyRequest
- type PostUpdateWorksheetRangeStyleRequest
- type PostUpdateWorksheetRowRequest
- type PostUpdateWorksheetZoomRequest
- type PostWatermarkRequest
- type PostWordsCountRequest
- type PostWorkbookCalculateFormulaRequest
- type PostWorkbookDataCleansingRequest
- type PostWorkbookDataDeduplicationRequest
- type PostWorkbookDataFillRequest
- type PostWorkbookExportXMLRequest
- type PostWorkbookGetSmartMarkerResultRequest
- type PostWorkbookImportJsonRequest
- type PostWorkbookImportXMLRequest
- type PostWorkbookNameRequest
- type PostWorkbookSaveAsRequest
- type PostWorkbookSettingsRequest
- type PostWorkbookSplitRequest
- type PostWorkbookTextReplaceRequest
- type PostWorkbooksMergeRequest
- type PostWorkbooksTextSearchRequest
- type PostWorksheetAutoFilterRefreshRequest
- type PostWorksheetCalculateFormulaRequest
- type PostWorksheetCellSetValueRequest
- type PostWorksheetCellsRangeColumnWidthRequest
- type PostWorksheetCellsRangeMergeRequest
- type PostWorksheetCellsRangeMoveToRequest
- type PostWorksheetCellsRangeOutlineBorderRequest
- type PostWorksheetCellsRangeRowHeightRequest
- type PostWorksheetCellsRangeSortRequest
- type PostWorksheetCellsRangeStyleRequest
- type PostWorksheetCellsRangeToImageRequest
- type PostWorksheetCellsRangeUnMergeRequest
- type PostWorksheetCellsRangeValueRequest
- type PostWorksheetCellsRangesCopyRequest
- type PostWorksheetChartLegendRequest
- type PostWorksheetChartRequest
- type PostWorksheetChartTitleRequest
- type PostWorksheetCommentRequest
- type PostWorksheetGroupShapeRequest
- type PostWorksheetHyperlinkRequest
- type PostWorksheetListColumnRequest
- type PostWorksheetListColumnsTotalRequest
- type PostWorksheetListObjectConvertToRangeRequest
- type PostWorksheetListObjectInsertSlicerRequest
- type PostWorksheetListObjectRemoveDuplicatesRequest
- type PostWorksheetListObjectRequest
- type PostWorksheetListObjectSortTableRequest
- type PostWorksheetListObjectSummarizeWithPivotTableRequest
- type PostWorksheetMatchBlanksRequest
- type PostWorksheetMatchNonBlanksRequest
- type PostWorksheetMergeRequest
- type PostWorksheetPictureRequest
- type PostWorksheetPivotTableCalculateRequest
- type PostWorksheetPivotTableMoveRequest
- type PostWorksheetRangeSortRequest
- type PostWorksheetShapeRequest
- type PostWorksheetSparklineGroupRequest
- type PostWorksheetTextReplaceRequest
- type PostWorksheetTextSearchRequest
- type PostWorksheetUngroupShapeRequest
- type PostWorksheetUnmergeRequest
- type PostWorksheetValidationRequest
- type PptxSaveOptions
- type ProtectSheetParameter
- type ProtectSpreadsheetRequest
- type ProtectWorkbookRequest
- type Protection
- type PutActiveWorksheetRequest
- type PutAddNewWorksheetRequest
- type PutChangeVisibilityWorksheetRequest
- type PutConvertWorkbookRequest
- type PutDocumentPropertyRequest
- type PutDocumentProtectFromChangesRequest
- type PutHorizontalPageBreakRequest
- type PutInsertNewWorksheetRequest
- type PutInsertWorksheetColumnsRequest
- type PutInsertWorksheetRowRequest
- type PutInsertWorksheetRowsRequest
- type PutPivotTableFieldRequest
- type PutProtectWorksheetRequest
- type PutVerticalPageBreakRequest
- type PutWorkbookBackgroundRequest
- type PutWorkbookCreateRequest
- type PutWorkbookNameRequest
- type PutWorkbookWaterMarkerRequest
- type PutWorksheetAddPictureRequest
- type PutWorksheetBackgroundRequest
- type PutWorksheetCellsRangeRequest
- type PutWorksheetChartLegendRequest
- type PutWorksheetChartRequest
- type PutWorksheetChartTitleRequest
- type PutWorksheetColorFilterRequest
- type PutWorksheetCommentRequest
- type PutWorksheetConditionalFormattingRequest
- type PutWorksheetCustomFilterRequest
- type PutWorksheetDateFilterRequest
- type PutWorksheetDynamicFilterRequest
- type PutWorksheetFilterRequest
- type PutWorksheetFilterTop10Request
- type PutWorksheetFormatConditionAreaRequest
- type PutWorksheetFormatConditionConditionRequest
- type PutWorksheetFormatConditionRequest
- type PutWorksheetFreezePanesRequest
- type PutWorksheetHyperlinkRequest
- type PutWorksheetIconFilterRequest
- type PutWorksheetListObjectRequest
- type PutWorksheetOleObjectRequest
- type PutWorksheetPivotTableFilterRequest
- type PutWorksheetPivotTableRequest
- type PutWorksheetShapeRequest
- type PutWorksheetSparklineGroupRequest
- type PutWorksheetValidationRequest
- type RadioButton
- type RadioButtonResponse
- type Range
- type RangeConvertRequest
- type RangeCopyRequest
- type RangeResponse
- type RangeSetOutlineBorderRequest
- type RangeSetStyleRequest
- type RangeSortRequest
- type RangeValueResponse
- type Ranges
- type RangesResponse
- type RectangleShape
- type RectangleShapeResponse
- type RemoveCharactersByCharacter
- type RemoveCharactersByPosition
- type RemoveCharactersByPositionRequest
- type RemoveCharactersOptions
- type RemoveCharactersRequest
- type RemoveDuplicateSubstringsRequest
- type RemoveDuplicatesOptions
- type RemoveDuplicatesRequest
- type RemoveSpreadsheetBlankColumnsRequest
- type RemoveSpreadsheetBlankRowsRequest
- type RemoveSpreadsheetBlankWorksheetsRequest
- type RenameWorksheetInSpreadsheetRequest
- type RenderingFont
- type RenderingWatermark
- type RepairSpreadsheetRequest
- type ReplaceContentInRemoteRangeRequest
- type ReplaceContentInRemoteSpreadsheetRequest
- type ReplaceContentInRemoteWorksheetRequest
- type ReplaceSpreadsheetContentRequest
- type ResultDestination
- type Row
- type RowResponse
- type Rows
- type RowsResponse
- type SaveFilesToCloudResult
- type SaveFilesToCloudResultResponse
- type SaveOptions
- type SaveOptionsData
- type SaveResponse
- type SaveResult
- type SaveResultTaskParameter
- type SaveSpreadsheetAsRequest
- type ScopeItem
- type ScopeOptions
- type ScrollBar
- type ScrollBarResponse
- type SearchBrokenLinksInRemoteRangeRequest
- type SearchBrokenLinksInRemoteSpreadsheetRequest
- type SearchBrokenLinksInRemoteWorksheetRequest
- type SearchContentInRemoteRangeRequest
- type SearchContentInRemoteSpreadsheetRequest
- type SearchContentInRemoteWorksheetRequest
- type SearchResponse
- type SearchSpreadsheetBrokenLinksRequest
- type SearchSpreadsheetContentRequest
- type Series
- type SeriesItems
- type SeriesResponse
- type SeriesesResponse
- type ShadowEffect
- type Shape
- type ShapeOperateParameter
- type ShapeResponse
- type Shapes
- type ShapesResponse
- type SingleValue
- type SingleValueResponse
- type SmartMarkerTaskParameter
- type SolidFill
- type SortKey
- type Sparkline
- type SparklineGroup
- type SparklineGroupResponse
- type SparklineGroups
- type SparklineGroupsResponse
- type SpecRequest
- type SpecifyCellsObject
- type SpecifyWordsCountOptions
- type Spinner
- type SpinnerResponse
- type SplitRemoteSpreadsheetRequest
- type SplitResult
- type SplitResultResponse
- type SplitSpreadsheetRequest
- type SplitTableRequest
- type SplitTextOptions
- type SplitTextRequest
- type SplitWorkbookTaskParameter
- type SpreadsheetDigitalsignatureRequest
- type SpreadsheetML2003SaveOptions
- type SpreadsheetTemplate
- type SqlScriptSaveOptions
- type StorageExist
- type StorageExistsRequest
- type StorageFile
- type StorageFile_
- type Style
- type StyleFormatCondition
- type StyleResponse
- type Styles
- type StylesResponse
- type SvgSaveOptions
- type SwapRangeRequest
- type TablePositionInfo
- type TableTotalRequest
- type TaskData
- type TaskDescription
- type TaskParameter
- type TaskResultParameter
- type TaskRunResult
- type TaskRunResultResponse
- type TextBox
- type TextBoxResponse
- type TextFormatCondition
- type TextItem
- type TextItemResponse
- type TextItems
- type TextItemsResponse
- type TextOptions
- type TextWaterMarkerRequest
- type TextureFill
- type ThemeColor
- type TickLabels
- type TickLabelsResponse
- type TilePicOption
- type TimePeriodFormatCondition
- type Title
- type TitleResponse
- type TokenResp
- type Top10
- type Top10Filter
- type TranslateTextFileRequest
- type TranslationSpreadsheetRequest
- type Trendline
- type TrendlineResponse
- type Trendlines
- type TrendlinesResponse
- type TrimCharacterRequest
- type TrimContentOptions
- type TxtSaveOptions
- type UnpivotColumn
- type UnprotectSpreadsheetRequest
- type UpdateWordCaseRequest
- type UploadFileRequest
- type Validation
- type ValidationResponse
- type Validations
- type ValidationsResponse
- type VerticalPageBreak
- type VerticalPageBreakResponse
- type VerticalPageBreaks
- type VerticalPageBreaksResponse
- type Walls
- type WallsResponse
- type WordCaseOptions
- type WordsCountOptions
- type Workbook
- type WorkbookEncryptionRequest
- type WorkbookOperateParameter
- type WorkbookProtectionRequest
- type WorkbookReplaceResponse
- type WorkbookResponse
- type WorkbookSettings
- type WorkbookSettingsOperateParameter
- type WorkbookSettingsResponse
- type WorkbooksResponse
- type Worksheet
- type WorksheetDataStatistics
- type WorksheetMovingRequest
- type WorksheetOperateParameter
- type WorksheetReplaceResponse
- type WorksheetResponse
- type Worksheets
- type WorksheetsResponse
- type WriteProtection
- type XlsSaveOptions
- type XlsbSaveOptions
- type XmlDataBinding
- type XmlMap
- type XmlSaveOptions
- type XpsSaveOptions
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes a oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKey takes an APIKey as authentication for the request ContextAPIKey = contextKey("apikey") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
Types ¶
type APIClient ¶
type APIClient struct {
// API Services
CellsApi *CellsApiService
// contains filtered or unexported fields
}
APIClient manages communication with the Aspose.Cells Cloud SDK APIs. In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) ChangeBasePath ¶
Change base path to allow switching to mocks
func (*APIClient) RequestOauthToken ¶
RequestOauthToken function for requests OAuth token
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the swagger operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
type AboveAverage ¶
type AbstractCalculationEngine ¶
type AbstractCalculationEngine struct {
IsParamLiteralRequired bool `json:"IsParamLiteralRequired,omitempty" xml:"IsParamLiteralRequired"`
IsParamArrayModeRequired bool `json:"IsParamArrayModeRequired,omitempty" xml:"IsParamArrayModeRequired"`
ProcessBuiltInFunctions bool `json:"ProcessBuiltInFunctions,omitempty" xml:"ProcessBuiltInFunctions"`
}
type AbstractCalculationMonitor ¶
type AbstractCalculationMonitor struct {
OriginalValue *interface{} `json:"OriginalValue,omitempty" xml:"OriginalValue"`
ValueChanged bool `json:"ValueChanged,omitempty" xml:"ValueChanged"`
CalculatedValue *interface{} `json:"CalculatedValue,omitempty" xml:"CalculatedValue"`
}
type AccessTokenResponse ¶
type AccessTokenResponse struct {
Expires string `json:".expires,omitempty" xml:".expires"`
AccessToken string `json:"access_token,omitempty" xml:"access_token"`
Issued string `json:".issued,omitempty" xml:".issued"`
ClientRefreshTokenLifeTimeInMinutes string `json:"clientRefreshTokenLifeTimeInMinutes,omitempty" xml:"clientRefreshTokenLifeTimeInMinutes"`
ExpiresIn int64 `json:"expires_in,omitempty" xml:"expires_in"`
TokenType string `json:"token_type,omitempty" xml:"token_type"`
ClientId string `json:"client_id,omitempty" xml:"client_id"`
RefreshToken string `json:"refresh_token,omitempty" xml:"refresh_token"`
}
type AddPictureInCellRequest ¶ added in v25.3.0
type AddPictureInCellRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
PicturePath string `json:"picture_path,omitempty" xml:"picture_path"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*AddPictureInCellRequest) CreateRequestData ¶ added in v25.3.0
func (data *AddPictureInCellRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type AddTextOptions ¶
type AddTextOptions struct {
Name string `json:"Name,omitempty" xml:"Name"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
ScopeOptions *ScopeOptions `json:"ScopeOptions,omitempty" xml:"ScopeOptions"`
Text string `json:"Text,omitempty" xml:"Text"`
SelectPoistion string `json:"SelectPoistion,omitempty" xml:"SelectPoistion"`
SelectText string `json:"SelectText,omitempty" xml:"SelectText"`
SkipEmptyCells bool `json:"SkipEmptyCells,omitempty" xml:"SkipEmptyCells"`
}
type AddTextRequest ¶ added in v25.10.0
type AddTextRequest struct {
Text string `json:"text,omitempty" xml:"text"`
Position string `json:"position,omitempty" xml:"position"`
SelectText string `json:"select_text,omitempty" xml:"select_text"`
SkipEmptyCells bool `json:"skip_empty_cells,omitempty" xml:"skip_empty_cells"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*AddTextRequest) CreateRequestData ¶ added in v25.10.0
func (data *AddTextRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type AddWorksheetToSpreadsheetRequest ¶ added in v25.8.0
type AddWorksheetToSpreadsheetRequest struct {
SheetType string `json:"sheet_type,omitempty" xml:"sheet_type"`
Position int64 `json:"position,omitempty" xml:"position"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*AddWorksheetToSpreadsheetRequest) CreateRequestData ¶ added in v25.8.0
func (data *AddWorksheetToSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type AggregateCellsByColorRequest ¶ added in v25.8.0
type AggregateCellsByColorRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
Operation string `json:"operation,omitempty" xml:"operation"`
ColorPosition string `json:"color_position,omitempty" xml:"color_position"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*AggregateCellsByColorRequest) CreateRequestData ¶ added in v25.8.0
func (data *AggregateCellsByColorRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type AggregateResultByColor ¶ added in v25.8.0
type AggregateResultByColor struct {
AggregateOperation string `json:"AggregateOperation,omitempty" xml:"AggregateOperation"`
ColorName string `json:"ColorName,omitempty" xml:"ColorName"`
Count int64 `json:"Count,omitempty" xml:"Count"`
Sum float64 `json:"Sum,omitempty" xml:"Sum"`
MaxValue float64 `json:"MaxValue,omitempty" xml:"MaxValue"`
MinValue float64 `json:"MinValue,omitempty" xml:"MinValue"`
AverageValue float64 `json:"AverageValue,omitempty" xml:"AverageValue"`
}
type AggregateResultByColorResponse ¶ added in v25.8.0
type AggregateResultByColorResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
AggregateResults []AggregateResultByColor `json:"AggregateResults,omitempty" xml:"AggregateResults"`
}
type AnalyzeExcelRequest ¶
type AnalyzedColumnDescription ¶
type AnalyzedColumnDescription struct {
Index int64 `json:"Index,omitempty" xml:"Index"`
ColumnIndex int64 `json:"ColumnIndex,omitempty" xml:"ColumnIndex"`
Title string `json:"Title,omitempty" xml:"Title"`
RepetitionRate float64 `json:"RepetitionRate,omitempty" xml:"RepetitionRate"`
ColumnDataDataType string `json:"ColumnDataDataType,omitempty" xml:"ColumnDataDataType"`
NumberCategoryType string `json:"NumberCategoryType,omitempty" xml:"NumberCategoryType"`
TextCategoryType string `json:"TextCategoryType,omitempty" xml:"TextCategoryType"`
StyleNumber int64 `json:"StyleNumber,omitempty" xml:"StyleNumber"`
ColumnDataExceptionDescription string `json:"columnDataExceptionDescription,omitempty" xml:"columnDataExceptionDescription"`
}
type AnalyzedResult ¶
type AnalyzedResult struct {
Filename string `json:"Filename,omitempty" xml:"Filename"`
Description string `json:"Description,omitempty" xml:"Description"`
BasicStatistics *ExcelDataStatistics `json:"BasicStatistics,omitempty" xml:"BasicStatistics"`
Results []AnalyzedTableDescription `json:"Results,omitempty" xml:"Results"`
SuggestedFile string `json:"SuggestedFile,omitempty" xml:"SuggestedFile"`
}
type AnalyzedTableDescription ¶
type AnalyzedTableDescription struct {
Name string `json:"Name,omitempty" xml:"Name"`
SheetName string `json:"SheetName,omitempty" xml:"SheetName"`
Columns []AnalyzedColumnDescription `json:"Columns,omitempty" xml:"Columns"`
DateColumns []int64 `json:"DateColumns,omitempty" xml:"DateColumns"`
NumberColumns []int64 `json:"NumberColumns,omitempty" xml:"NumberColumns"`
TextColumns []int64 `json:"TextColumns,omitempty" xml:"TextColumns"`
ExceptionColumns []int64 `json:"ExceptionColumns,omitempty" xml:"ExceptionColumns"`
HasTableHeaderRow bool `json:"HasTableHeaderRow,omitempty" xml:"HasTableHeaderRow"`
HasTableTotalRow bool `json:"HasTableTotalRow,omitempty" xml:"HasTableTotalRow"`
StartDataColumnIndex int64 `json:"StartDataColumnIndex,omitempty" xml:"StartDataColumnIndex"`
EndDataColumnIndex int64 `json:"EndDataColumnIndex,omitempty" xml:"EndDataColumnIndex"`
StartDataRowIndex int64 `json:"StartDataRowIndex,omitempty" xml:"StartDataRowIndex"`
EndDataRowIndex int64 `json:"EndDataRowIndex,omitempty" xml:"EndDataRowIndex"`
Thumbnail string `json:"Thumbnail,omitempty" xml:"Thumbnail"`
DiscoverCharts []DiscoverChart `json:"DiscoverCharts,omitempty" xml:"DiscoverCharts"`
DiscoverPivotTables []DiscoverPivotTable `json:"DiscoverPivotTables,omitempty" xml:"DiscoverPivotTables"`
}
type AppliedOperate ¶
type AppliedOperate interface {
}
type AppliedStep ¶
type AppliedStep struct {
StepName string `json:"StepName,omitempty" xml:"StepName"`
AppliedOperate AppliedOperate `json:"AppliedOperate,omitempty" xml:"AppliedOperate"`
}
type ArcShape ¶
type ArcShape struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
BeginArrowheadLength string `json:"BeginArrowheadLength,omitempty" xml:"BeginArrowheadLength"`
BeginArrowheadStyle string `json:"BeginArrowheadStyle,omitempty" xml:"BeginArrowheadStyle"`
BeginArrowheadWidth string `json:"BeginArrowheadWidth,omitempty" xml:"BeginArrowheadWidth"`
EndArrowheadLength string `json:"EndArrowheadLength,omitempty" xml:"EndArrowheadLength"`
EndArrowheadStyle string `json:"EndArrowheadStyle,omitempty" xml:"EndArrowheadStyle"`
EndArrowheadWidth string `json:"EndArrowheadWidth,omitempty" xml:"EndArrowheadWidth"`
}
type ArcShapeResponse ¶
type Area ¶
type Area struct {
BackgroundColor *Color `json:"BackgroundColor,omitempty" xml:"BackgroundColor"`
FillFormat *FillFormat `json:"FillFormat,omitempty" xml:"FillFormat"`
ForegroundColor *Color `json:"ForegroundColor,omitempty" xml:"ForegroundColor"`
Format string `json:"Format,omitempty" xml:"Format"`
InvertIfNegative bool `json:"InvertIfNegative,omitempty" xml:"InvertIfNegative"`
Transparency float64 `json:"Transparency,omitempty" xml:"Transparency"`
}
type AutoFilter ¶
type AutoFilter struct {
Link *Link `json:"link,omitempty" xml:"link"`
FilterColumns []FilterColumn `json:"FilterColumns,omitempty" xml:"FilterColumns"`
Range_ string `json:"Range,omitempty" xml:"Range"`
Sorter *DataSorter `json:"Sorter,omitempty" xml:"Sorter"`
ShowFilterButton bool `json:"ShowFilterButton,omitempty" xml:"ShowFilterButton"`
}
type AutoFilterResponse ¶
type AutoFilterResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
AutoFilter *AutoFilter `json:"AutoFilter,omitempty" xml:"AutoFilter"`
}
type AutoFitterOptions ¶
type AutoFitterOptions struct {
AutoFitMergedCellsType string `json:"AutoFitMergedCellsType,omitempty" xml:"AutoFitMergedCellsType"`
IgnoreHidden bool `json:"IgnoreHidden,omitempty" xml:"IgnoreHidden"`
OnlyAuto bool `json:"OnlyAuto,omitempty" xml:"OnlyAuto"`
DefaultEditLanguage string `json:"DefaultEditLanguage,omitempty" xml:"DefaultEditLanguage"`
MaxRowHeight float64 `json:"MaxRowHeight,omitempty" xml:"MaxRowHeight"`
AutoFitWrappedTextType string `json:"AutoFitWrappedTextType,omitempty" xml:"AutoFitWrappedTextType"`
FormatStrategy string `json:"FormatStrategy,omitempty" xml:"FormatStrategy"`
ForRendering bool `json:"ForRendering,omitempty" xml:"ForRendering"`
}
type AutoShape ¶
type AutoShape struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type AutoShapeResponse ¶
type AutoShapes ¶
type AutoShapes struct {
Link *Link `json:"link,omitempty" xml:"link"`
AutoShapeList []LinkElement `json:"AutoShapeList,omitempty" xml:"AutoShapeList"`
}
type AutoShapesResponse ¶
type AutoShapesResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
AutoShapes *AutoShapes `json:"AutoShapes,omitempty" xml:"AutoShapes"`
}
type Axis ¶
type Axis struct {
Link *Link `json:"link,omitempty" xml:"link"`
Area *Area `json:"Area,omitempty" xml:"Area"`
AxisBetweenCategories bool `json:"AxisBetweenCategories,omitempty" xml:"AxisBetweenCategories"`
AxisLine *Line `json:"AxisLine,omitempty" xml:"AxisLine"`
BaseUnitScale string `json:"BaseUnitScale,omitempty" xml:"BaseUnitScale"`
CategoryType string `json:"CategoryType,omitempty" xml:"CategoryType"`
CrossAt float64 `json:"CrossAt,omitempty" xml:"CrossAt"`
CrossType string `json:"CrossType,omitempty" xml:"CrossType"`
DisplayUnit string `json:"DisplayUnit,omitempty" xml:"DisplayUnit"`
DisplayUnitLabel *DisplayUnitLabel `json:"DisplayUnitLabel,omitempty" xml:"DisplayUnitLabel"`
HasMultiLevelLabels bool `json:"HasMultiLevelLabels,omitempty" xml:"HasMultiLevelLabels"`
IsAutomaticMajorUnit bool `json:"IsAutomaticMajorUnit,omitempty" xml:"IsAutomaticMajorUnit"`
IsAutomaticMaxValue bool `json:"IsAutomaticMaxValue,omitempty" xml:"IsAutomaticMaxValue"`
IsAutomaticMinorUnit bool `json:"IsAutomaticMinorUnit,omitempty" xml:"IsAutomaticMinorUnit"`
IsAutomaticMinValue bool `json:"IsAutomaticMinValue,omitempty" xml:"IsAutomaticMinValue"`
IsDisplayUnitLabelShown bool `json:"IsDisplayUnitLabelShown,omitempty" xml:"IsDisplayUnitLabelShown"`
IsLogarithmic bool `json:"IsLogarithmic,omitempty" xml:"IsLogarithmic"`
IsPlotOrderReversed bool `json:"IsPlotOrderReversed,omitempty" xml:"IsPlotOrderReversed"`
IsVisible bool `json:"IsVisible,omitempty" xml:"IsVisible"`
LogBase float64 `json:"LogBase,omitempty" xml:"LogBase"`
MajorGridLines *Line `json:"MajorGridLines,omitempty" xml:"MajorGridLines"`
MajorTickMark string `json:"MajorTickMark,omitempty" xml:"MajorTickMark"`
MajorUnit float64 `json:"MajorUnit,omitempty" xml:"MajorUnit"`
MajorUnitScale string `json:"MajorUnitScale,omitempty" xml:"MajorUnitScale"`
MaxValue float64 `json:"MaxValue,omitempty" xml:"MaxValue"`
MinorGridLines *Line `json:"MinorGridLines,omitempty" xml:"MinorGridLines"`
MinorTickMark string `json:"MinorTickMark,omitempty" xml:"MinorTickMark"`
MinorUnit float64 `json:"MinorUnit,omitempty" xml:"MinorUnit"`
MinorUnitScale string `json:"MinorUnitScale,omitempty" xml:"MinorUnitScale"`
MinValue float64 `json:"MinValue,omitempty" xml:"MinValue"`
TickLabelPosition string `json:"TickLabelPosition,omitempty" xml:"TickLabelPosition"`
TickLabels *TickLabels `json:"TickLabels,omitempty" xml:"TickLabels"`
TickLabelSpacing int64 `json:"TickLabelSpacing,omitempty" xml:"TickLabelSpacing"`
TickMarkSpacing int64 `json:"TickMarkSpacing,omitempty" xml:"TickMarkSpacing"`
Title *Title `json:"Title,omitempty" xml:"Title"`
}
type AxisResponse ¶
type BaseOperateOptions ¶
type BaseOperateOptions interface {
}
type BasicAuth ¶
type BasicAuth struct {
UserName string `json:"userName,omitempty"`
Password string `json:"password,omitempty"`
}
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BatchConvertRequest ¶
type BatchConvertRequest struct {
SourceFolder string `json:"SourceFolder,omitempty" xml:"SourceFolder"`
SourceStorage string `json:"SourceStorage,omitempty" xml:"SourceStorage"`
MatchCondition *MatchConditionRequest `json:"MatchCondition,omitempty" xml:"MatchCondition"`
Format string `json:"Format,omitempty" xml:"Format"`
OutFolder string `json:"OutFolder,omitempty" xml:"OutFolder"`
OutStorage string `json:"OutStorage,omitempty" xml:"OutStorage"`
Region string `json:"Region,omitempty" xml:"Region"`
PageWideFitOnPerSheet bool `json:"PageWideFitOnPerSheet,omitempty" xml:"PageWideFitOnPerSheet"`
PageTallFitOnPerSheet bool `json:"PageTallFitOnPerSheet,omitempty" xml:"PageTallFitOnPerSheet"`
SaveOptions *SaveOptions `json:"SaveOptions,omitempty" xml:"SaveOptions"`
}
type BatchLockRequest ¶
type BatchLockRequest struct {
SourceFolder string `json:"SourceFolder,omitempty" xml:"SourceFolder"`
SourceStorage string `json:"SourceStorage,omitempty" xml:"SourceStorage"`
MatchCondition *MatchConditionRequest `json:"MatchCondition,omitempty" xml:"MatchCondition"`
Password string `json:"Password,omitempty" xml:"Password"`
OutFolder string `json:"OutFolder,omitempty" xml:"OutFolder"`
OutStorage string `json:"OutStorage,omitempty" xml:"OutStorage"`
}
type BatchProtectRequest ¶
type BatchProtectRequest struct {
SourceFolder string `json:"SourceFolder,omitempty" xml:"SourceFolder"`
SourceStorage string `json:"SourceStorage,omitempty" xml:"SourceStorage"`
MatchCondition *MatchConditionRequest `json:"MatchCondition,omitempty" xml:"MatchCondition"`
ProtectionType string `json:"ProtectionType,omitempty" xml:"ProtectionType"`
Password string `json:"Password,omitempty" xml:"Password"`
OutFolder string `json:"OutFolder,omitempty" xml:"OutFolder"`
OutStorage string `json:"OutStorage,omitempty" xml:"OutStorage"`
}
type BatchSplitRequest ¶
type BatchSplitRequest struct {
SourceFolder string `json:"SourceFolder,omitempty" xml:"SourceFolder"`
SourceStorage string `json:"SourceStorage,omitempty" xml:"SourceStorage"`
MatchCondition *MatchConditionRequest `json:"MatchCondition,omitempty" xml:"MatchCondition"`
Format string `json:"Format,omitempty" xml:"Format"`
FromIndex int64 `json:"FromIndex,omitempty" xml:"FromIndex"`
ToIndex int64 `json:"ToIndex,omitempty" xml:"ToIndex"`
OutFolder string `json:"OutFolder,omitempty" xml:"OutFolder"`
OutStorage string `json:"OutStorage,omitempty" xml:"OutStorage"`
Region string `json:"Region,omitempty" xml:"Region"`
SaveOptions *SaveOptions `json:"SaveOptions,omitempty" xml:"SaveOptions"`
}
type Border ¶
type Border struct {
LineStyle string `json:"LineStyle,omitempty" xml:"LineStyle"`
Color *Color `json:"Color,omitempty" xml:"Color"`
BorderType string `json:"BorderType,omitempty" xml:"BorderType"`
ThemeColor *ThemeColor `json:"ThemeColor,omitempty" xml:"ThemeColor"`
ArgbColor int64 `json:"ArgbColor,omitempty" xml:"ArgbColor"`
}
type BorderResponse ¶
type BrokenLink ¶ added in v25.6.0
type BrokenLinksResponse ¶ added in v25.9.0
type BrokenLinksResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
BrokenLinks []BrokenLink `json:"BrokenLinks,omitempty" xml:"BrokenLinks"`
}
type Button ¶
type Button struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type ButtonResponse ¶
type CalculationOptions ¶
type CalculationOptions struct {
CalcStackSize int64 `json:"CalcStackSize,omitempty" xml:"CalcStackSize"`
IgnoreError bool `json:"IgnoreError,omitempty" xml:"IgnoreError"`
PrecisionStrategy string `json:"PrecisionStrategy,omitempty" xml:"PrecisionStrategy"`
Recursive bool `json:"Recursive,omitempty" xml:"Recursive"`
CustomEngine *AbstractCalculationEngine `json:"CustomEngine,omitempty" xml:"CustomEngine"`
CalculationMonitor *AbstractCalculationMonitor `json:"CalculationMonitor,omitempty" xml:"CalculationMonitor"`
LinkedDataSources []Workbook `json:"LinkedDataSources,omitempty" xml:"LinkedDataSources"`
}
type Cell ¶
type Cell struct {
Link *Link `json:"link,omitempty" xml:"link"`
Name string `json:"Name,omitempty" xml:"Name"`
Row int64 `json:"Row,omitempty" xml:"Row"`
Column int64 `json:"Column,omitempty" xml:"Column"`
Value string `json:"Value,omitempty" xml:"Value"`
Type_ string `json:"Type,omitempty" xml:"Type"`
Formula string `json:"Formula,omitempty" xml:"Formula"`
IsFormula bool `json:"IsFormula,omitempty" xml:"IsFormula"`
IsMerged bool `json:"IsMerged,omitempty" xml:"IsMerged"`
IsArrayHeader bool `json:"IsArrayHeader,omitempty" xml:"IsArrayHeader"`
IsInArray bool `json:"IsInArray,omitempty" xml:"IsInArray"`
IsErrorValue bool `json:"IsErrorValue,omitempty" xml:"IsErrorValue"`
IsInTable bool `json:"IsInTable,omitempty" xml:"IsInTable"`
IsStyleSet bool `json:"IsStyleSet,omitempty" xml:"IsStyleSet"`
HtmlString string `json:"HtmlString,omitempty" xml:"HtmlString"`
Style *LinkElement `json:"Style,omitempty" xml:"Style"`
Worksheet string `json:"Worksheet,omitempty" xml:"Worksheet"`
}
type CellResponse ¶
type CellValue ¶
type CellValue struct {
RowIndex int64 `json:"rowIndex,omitempty" xml:"rowIndex"`
ColumnIndex int64 `json:"columnIndex,omitempty" xml:"columnIndex"`
Type_ string `json:"type,omitempty" xml:"type"`
Value string `json:"value,omitempty" xml:"value"`
Formula string `json:"formula,omitempty" xml:"formula"`
Style *Style `json:"style,omitempty" xml:"style"`
}
type Cells ¶
type Cells struct {
Link *Link `json:"link,omitempty" xml:"link"`
MaxRow int64 `json:"MaxRow,omitempty" xml:"MaxRow"`
MaxColumn int64 `json:"MaxColumn,omitempty" xml:"MaxColumn"`
CellCount int64 `json:"CellCount,omitempty" xml:"CellCount"`
Rows *LinkElement `json:"Rows,omitempty" xml:"Rows"`
Columns *LinkElement `json:"Columns,omitempty" xml:"Columns"`
CellList []LinkElement `json:"CellList,omitempty" xml:"CellList"`
}
type CellsApiService ¶
type CellsApiService service
func NewCellsApiService ¶
func NewCellsApiService(appSid string, appKey string, opts ...string) *CellsApiService
func (*CellsApiService) AddPictureInCell ¶ added in v25.3.0
func (a *CellsApiService) AddPictureInCell(data *AddPictureInCellRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) AddText ¶ added in v25.10.0
func (a *CellsApiService) AddText(data *AddTextRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) AddWorksheetToSpreadsheet ¶ added in v25.8.0
func (a *CellsApiService) AddWorksheetToSpreadsheet(data *AddWorksheetToSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) AggregateCellsByColor ¶ added in v25.8.0
func (a *CellsApiService) AggregateCellsByColor(data *AggregateCellsByColorRequest) (AggregateResultByColorResponse, *http.Response, error)
func (*CellsApiService) CheckCloudServiceHealth ¶ added in v25.6.0
func (a *CellsApiService) CheckCloudServiceHealth(data *CheckCloudServiceHealthRequest) ([]byte, *http.Response, error)
func (*CellsApiService) CheckWorkbookFormulaErrors ¶ added in v25.4.0
func (a *CellsApiService) CheckWorkbookFormulaErrors(data *CheckWorkbookFormulaErrorsRequest) (CheckedFormulaErrorsResponse, *http.Response, error)
func (*CellsApiService) CheckWrokbookExternalReference ¶ added in v25.4.0
func (a *CellsApiService) CheckWrokbookExternalReference(data *CheckWrokbookExternalReferenceRequest) (CheckedExternalReferenceResponse, *http.Response, error)
func (*CellsApiService) CodegenSpec ¶ added in v25.6.0
func (a *CellsApiService) CodegenSpec(data *CodegenSpecRequest) (*http.Response, error)
func (*CellsApiService) CompressSpreadsheet ¶ added in v25.8.0
func (a *CellsApiService) CompressSpreadsheet(data *CompressSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertChartToImage ¶ added in v25.6.0
func (a *CellsApiService) ConvertChartToImage(data *ConvertChartToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertChartToPdf ¶ added in v25.6.0
func (a *CellsApiService) ConvertChartToPdf(data *ConvertChartToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertRangeToCsv ¶ added in v25.7.0
func (a *CellsApiService) ConvertRangeToCsv(data *ConvertRangeToCsvRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertRangeToHtml ¶ added in v25.7.0
func (a *CellsApiService) ConvertRangeToHtml(data *ConvertRangeToHtmlRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertRangeToImage ¶ added in v25.7.0
func (a *CellsApiService) ConvertRangeToImage(data *ConvertRangeToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertRangeToJson ¶ added in v25.7.0
func (a *CellsApiService) ConvertRangeToJson(data *ConvertRangeToJsonRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertRangeToPdf ¶ added in v25.7.0
func (a *CellsApiService) ConvertRangeToPdf(data *ConvertRangeToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertSpreadsheet ¶ added in v25.6.0
func (a *CellsApiService) ConvertSpreadsheet(data *ConvertSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertSpreadsheetToCsv ¶ added in v25.9.0
func (a *CellsApiService) ConvertSpreadsheetToCsv(data *ConvertSpreadsheetToCsvRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertSpreadsheetToJson ¶ added in v25.11.0
func (a *CellsApiService) ConvertSpreadsheetToJson(data *ConvertSpreadsheetToJsonRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertSpreadsheetToPdf ¶ added in v25.9.0
func (a *CellsApiService) ConvertSpreadsheetToPdf(data *ConvertSpreadsheetToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertTableToCsv ¶ added in v25.7.0
func (a *CellsApiService) ConvertTableToCsv(data *ConvertTableToCsvRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertTableToHtml ¶ added in v25.7.0
func (a *CellsApiService) ConvertTableToHtml(data *ConvertTableToHtmlRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertTableToImage ¶ added in v25.7.0
func (a *CellsApiService) ConvertTableToImage(data *ConvertTableToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertTableToJson ¶ added in v25.7.0
func (a *CellsApiService) ConvertTableToJson(data *ConvertTableToJsonRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertTableToPdf ¶ added in v25.7.0
func (a *CellsApiService) ConvertTableToPdf(data *ConvertTableToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertText ¶ added in v25.10.0
func (a *CellsApiService) ConvertText(data *ConvertTextRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertWorksheetToImage ¶ added in v25.7.0
func (a *CellsApiService) ConvertWorksheetToImage(data *ConvertWorksheetToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ConvertWorksheetToPdf ¶ added in v25.7.0
func (a *CellsApiService) ConvertWorksheetToPdf(data *ConvertWorksheetToPdfRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) CopyFile ¶
func (a *CellsApiService) CopyFile(data *CopyFileRequest) (*http.Response, error)
func (*CellsApiService) CopyFolder ¶
func (a *CellsApiService) CopyFolder(data *CopyFolderRequest) (*http.Response, error)
func (*CellsApiService) CreateFolder ¶
func (a *CellsApiService) CreateFolder(data *CreateFolderRequest) (*http.Response, error)
func (*CellsApiService) CreateSpreadsheet ¶ added in v25.8.0
func (a *CellsApiService) CreateSpreadsheet(data *CreateSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) DeleteDecryptWorkbook ¶
func (a *CellsApiService) DeleteDecryptWorkbook(data *DeleteDecryptWorkbookRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteDocumentProperties ¶
func (a *CellsApiService) DeleteDocumentProperties(data *DeleteDocumentPropertiesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteDocumentProperty ¶
func (a *CellsApiService) DeleteDocumentProperty(data *DeleteDocumentPropertyRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteDocumentUnProtectFromChanges ¶
func (a *CellsApiService) DeleteDocumentUnProtectFromChanges(data *DeleteDocumentUnProtectFromChangesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteFile ¶
func (a *CellsApiService) DeleteFile(data *DeleteFileRequest) (*http.Response, error)
func (*CellsApiService) DeleteFolder ¶
func (a *CellsApiService) DeleteFolder(data *DeleteFolderRequest) (*http.Response, error)
func (*CellsApiService) DeleteHeaderFooter ¶
func (a *CellsApiService) DeleteHeaderFooter(data *DeleteHeaderFooterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteHorizontalPageBreak ¶
func (a *CellsApiService) DeleteHorizontalPageBreak(data *DeleteHorizontalPageBreakRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteHorizontalPageBreaks ¶
func (a *CellsApiService) DeleteHorizontalPageBreaks(data *DeleteHorizontalPageBreaksRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteMetadata ¶
func (a *CellsApiService) DeleteMetadata(data *DeleteMetadataRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) DeletePivotTableField ¶
func (a *CellsApiService) DeletePivotTableField(data *DeletePivotTableFieldRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteUnProtectWorkbook ¶
func (a *CellsApiService) DeleteUnProtectWorkbook(data *DeleteUnProtectWorkbookRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteUnprotectWorksheet ¶
func (a *CellsApiService) DeleteUnprotectWorksheet(data *DeleteUnprotectWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteVerticalPageBreak ¶
func (a *CellsApiService) DeleteVerticalPageBreak(data *DeleteVerticalPageBreakRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteVerticalPageBreaks ¶
func (a *CellsApiService) DeleteVerticalPageBreaks(data *DeleteVerticalPageBreaksRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorkbookBackground ¶
func (a *CellsApiService) DeleteWorkbookBackground(data *DeleteWorkbookBackgroundRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorkbookName ¶
func (a *CellsApiService) DeleteWorkbookName(data *DeleteWorkbookNameRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorkbookNames ¶
func (a *CellsApiService) DeleteWorkbookNames(data *DeleteWorkbookNamesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheet ¶
func (a *CellsApiService) DeleteWorksheet(data *DeleteWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetBackground ¶
func (a *CellsApiService) DeleteWorksheetBackground(data *DeleteWorksheetBackgroundRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetCellsRange ¶
func (a *CellsApiService) DeleteWorksheetCellsRange(data *DeleteWorksheetCellsRangeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetChart ¶
func (a *CellsApiService) DeleteWorksheetChart(data *DeleteWorksheetChartRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetChartLegend ¶
func (a *CellsApiService) DeleteWorksheetChartLegend(data *DeleteWorksheetChartLegendRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetChartTitle ¶
func (a *CellsApiService) DeleteWorksheetChartTitle(data *DeleteWorksheetChartTitleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetCharts ¶
func (a *CellsApiService) DeleteWorksheetCharts(data *DeleteWorksheetChartsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetColumns ¶
func (a *CellsApiService) DeleteWorksheetColumns(data *DeleteWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetComment ¶
func (a *CellsApiService) DeleteWorksheetComment(data *DeleteWorksheetCommentRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetComments ¶
func (a *CellsApiService) DeleteWorksheetComments(data *DeleteWorksheetCommentsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetConditionalFormatting ¶
func (a *CellsApiService) DeleteWorksheetConditionalFormatting(data *DeleteWorksheetConditionalFormattingRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetConditionalFormattingArea ¶
func (a *CellsApiService) DeleteWorksheetConditionalFormattingArea(data *DeleteWorksheetConditionalFormattingAreaRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetConditionalFormattings ¶
func (a *CellsApiService) DeleteWorksheetConditionalFormattings(data *DeleteWorksheetConditionalFormattingsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetDateFilter ¶
func (a *CellsApiService) DeleteWorksheetDateFilter(data *DeleteWorksheetDateFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetFilter ¶
func (a *CellsApiService) DeleteWorksheetFilter(data *DeleteWorksheetFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetFreezePanes ¶
func (a *CellsApiService) DeleteWorksheetFreezePanes(data *DeleteWorksheetFreezePanesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetFromSpreadsheet ¶ added in v25.8.0
func (a *CellsApiService) DeleteWorksheetFromSpreadsheet(data *DeleteWorksheetFromSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) DeleteWorksheetHyperlink ¶
func (a *CellsApiService) DeleteWorksheetHyperlink(data *DeleteWorksheetHyperlinkRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetHyperlinks ¶
func (a *CellsApiService) DeleteWorksheetHyperlinks(data *DeleteWorksheetHyperlinksRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetListObject ¶
func (a *CellsApiService) DeleteWorksheetListObject(data *DeleteWorksheetListObjectRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetListObjects ¶
func (a *CellsApiService) DeleteWorksheetListObjects(data *DeleteWorksheetListObjectsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetOleObject ¶
func (a *CellsApiService) DeleteWorksheetOleObject(data *DeleteWorksheetOleObjectRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetOleObjects ¶
func (a *CellsApiService) DeleteWorksheetOleObjects(data *DeleteWorksheetOleObjectsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetPicture ¶
func (a *CellsApiService) DeleteWorksheetPicture(data *DeleteWorksheetPictureRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetPictures ¶
func (a *CellsApiService) DeleteWorksheetPictures(data *DeleteWorksheetPicturesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetPivotTable ¶
func (a *CellsApiService) DeleteWorksheetPivotTable(data *DeleteWorksheetPivotTableRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetPivotTableFilter ¶
func (a *CellsApiService) DeleteWorksheetPivotTableFilter(data *DeleteWorksheetPivotTableFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetPivotTableFilters ¶
func (a *CellsApiService) DeleteWorksheetPivotTableFilters(data *DeleteWorksheetPivotTableFiltersRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetPivotTables ¶
func (a *CellsApiService) DeleteWorksheetPivotTables(data *DeleteWorksheetPivotTablesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetRow ¶
func (a *CellsApiService) DeleteWorksheetRow(data *DeleteWorksheetRowRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetRows ¶
func (a *CellsApiService) DeleteWorksheetRows(data *DeleteWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetShape ¶
func (a *CellsApiService) DeleteWorksheetShape(data *DeleteWorksheetShapeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetShapes ¶
func (a *CellsApiService) DeleteWorksheetShapes(data *DeleteWorksheetShapesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetSparklineGroup ¶
func (a *CellsApiService) DeleteWorksheetSparklineGroup(data *DeleteWorksheetSparklineGroupRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetSparklineGroups ¶
func (a *CellsApiService) DeleteWorksheetSparklineGroups(data *DeleteWorksheetSparklineGroupsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetValidation ¶
func (a *CellsApiService) DeleteWorksheetValidation(data *DeleteWorksheetValidationRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheetValidations ¶
func (a *CellsApiService) DeleteWorksheetValidations(data *DeleteWorksheetValidationsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DeleteWorksheets ¶
func (a *CellsApiService) DeleteWorksheets(data *DeleteWorksheetsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) DownloadFile ¶
func (a *CellsApiService) DownloadFile(data *DownloadFileRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ExportChartAsFormat ¶ added in v25.6.0
func (a *CellsApiService) ExportChartAsFormat(data *ExportChartAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ExportRangeAsFormat ¶ added in v25.7.0
func (a *CellsApiService) ExportRangeAsFormat(data *ExportRangeAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ExportSpreadsheetAsFormat ¶ added in v25.6.0
func (a *CellsApiService) ExportSpreadsheetAsFormat(data *ExportSpreadsheetAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ExportTableAsFormat ¶ added in v25.7.0
func (a *CellsApiService) ExportTableAsFormat(data *ExportTableAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ExportWorksheetAsFormat ¶ added in v25.7.0
func (a *CellsApiService) ExportWorksheetAsFormat(data *ExportWorksheetAsFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ExtractText ¶ added in v25.10.0
func (a *CellsApiService) ExtractText(data *ExtractTextRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) GetAllStyles ¶ added in v25.3.0
func (a *CellsApiService) GetAllStyles(data *GetAllStylesRequest) (StylesResponse, *http.Response, error)
func (*CellsApiService) GetAsposeCellsCloudStatus ¶ added in v25.6.0
func (a *CellsApiService) GetAsposeCellsCloudStatus(data *GetAsposeCellsCloudStatusRequest) ([]byte, *http.Response, error)
func (*CellsApiService) GetCellHtmlString ¶
func (a *CellsApiService) GetCellHtmlString(data *GetCellHtmlStringRequest) ([]byte, *http.Response, error)
func (*CellsApiService) GetCellsCloudServiceStatus ¶
func (a *CellsApiService) GetCellsCloudServiceStatus(data *GetCellsCloudServiceStatusRequest) ([]byte, *http.Response, error)
func (*CellsApiService) GetCellsCloudServicesHealthCheck ¶
func (a *CellsApiService) GetCellsCloudServicesHealthCheck(data *GetCellsCloudServicesHealthCheckRequest) ([]byte, *http.Response, error)
func (*CellsApiService) GetChartArea ¶
func (a *CellsApiService) GetChartArea(data *GetChartAreaRequest) (ChartAreaResponse, *http.Response, error)
func (*CellsApiService) GetChartAreaBorder ¶
func (a *CellsApiService) GetChartAreaBorder(data *GetChartAreaBorderRequest) (LineResponse, *http.Response, error)
func (*CellsApiService) GetChartAreaFillFormat ¶
func (a *CellsApiService) GetChartAreaFillFormat(data *GetChartAreaFillFormatRequest) (FillFormatResponse, *http.Response, error)
func (*CellsApiService) GetChartCategoryAxis ¶
func (a *CellsApiService) GetChartCategoryAxis(data *GetChartCategoryAxisRequest) (AxisResponse, *http.Response, error)
func (*CellsApiService) GetChartSecondCategoryAxis ¶
func (a *CellsApiService) GetChartSecondCategoryAxis(data *GetChartSecondCategoryAxisRequest) (AxisResponse, *http.Response, error)
func (*CellsApiService) GetChartSecondValueAxis ¶
func (a *CellsApiService) GetChartSecondValueAxis(data *GetChartSecondValueAxisRequest) (AxisResponse, *http.Response, error)
func (*CellsApiService) GetChartSeriesAxis ¶
func (a *CellsApiService) GetChartSeriesAxis(data *GetChartSeriesAxisRequest) (AxisResponse, *http.Response, error)
func (*CellsApiService) GetChartValueAxis ¶
func (a *CellsApiService) GetChartValueAxis(data *GetChartValueAxisRequest) (AxisResponse, *http.Response, error)
func (*CellsApiService) GetDiscUsage ¶
func (a *CellsApiService) GetDiscUsage(data *GetDiscUsageRequest) (DiscUsage, *http.Response, error)
func (*CellsApiService) GetDocumentProperties ¶
func (a *CellsApiService) GetDocumentProperties(data *GetDocumentPropertiesRequest) (CellsDocumentPropertiesResponse, *http.Response, error)
func (*CellsApiService) GetDocumentProperty ¶
func (a *CellsApiService) GetDocumentProperty(data *GetDocumentPropertyRequest) (CellsDocumentPropertyResponse, *http.Response, error)
func (*CellsApiService) GetFileVersions ¶
func (a *CellsApiService) GetFileVersions(data *GetFileVersionsRequest) (FileVersions, *http.Response, error)
func (*CellsApiService) GetFilesList ¶
func (a *CellsApiService) GetFilesList(data *GetFilesListRequest) (FilesList, *http.Response, error)
func (*CellsApiService) GetFooter ¶
func (a *CellsApiService) GetFooter(data *GetFooterRequest) (PageSectionsResponse, *http.Response, error)
func (*CellsApiService) GetHeader ¶
func (a *CellsApiService) GetHeader(data *GetHeaderRequest) (PageSectionsResponse, *http.Response, error)
func (*CellsApiService) GetHorizontalPageBreak ¶
func (a *CellsApiService) GetHorizontalPageBreak(data *GetHorizontalPageBreakRequest) (HorizontalPageBreakResponse, *http.Response, error)
func (*CellsApiService) GetHorizontalPageBreaks ¶
func (a *CellsApiService) GetHorizontalPageBreaks(data *GetHorizontalPageBreaksRequest) (HorizontalPageBreaksResponse, *http.Response, error)
func (*CellsApiService) GetMetadata ¶
func (a *CellsApiService) GetMetadata(data *GetMetadataRequest) ([]CellsDocumentProperty, *http.Response, error)
func (*CellsApiService) GetNamedRangeValue ¶
func (a *CellsApiService) GetNamedRangeValue(data *GetNamedRangeValueRequest) (RangeValueResponse, *http.Response, error)
func (*CellsApiService) GetNamedRanges ¶
func (a *CellsApiService) GetNamedRanges(data *GetNamedRangesRequest) (RangesResponse, *http.Response, error)
func (*CellsApiService) GetPageCount ¶
func (a *CellsApiService) GetPageCount(data *GetPageCountRequest) (*int64, *http.Response, error)
func (*CellsApiService) GetPageSetup ¶
func (a *CellsApiService) GetPageSetup(data *GetPageSetupRequest) (PageSetupResponse, *http.Response, error)
func (*CellsApiService) GetPivotTableField ¶
func (a *CellsApiService) GetPivotTableField(data *GetPivotTableFieldRequest) (PivotFieldResponse, *http.Response, error)
func (*CellsApiService) GetPublicKey ¶ added in v25.5.0
func (a *CellsApiService) GetPublicKey(data *GetPublicKeyRequest) (CellsCloudPublicKeyResponse, *http.Response, error)
func (*CellsApiService) GetVerticalPageBreak ¶
func (a *CellsApiService) GetVerticalPageBreak(data *GetVerticalPageBreakRequest) (VerticalPageBreakResponse, *http.Response, error)
func (*CellsApiService) GetVerticalPageBreaks ¶
func (a *CellsApiService) GetVerticalPageBreaks(data *GetVerticalPageBreaksRequest) (VerticalPageBreaksResponse, *http.Response, error)
func (*CellsApiService) GetWorkbook ¶
func (a *CellsApiService) GetWorkbook(data *GetWorkbookRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) GetWorkbookDefaultStyle ¶
func (a *CellsApiService) GetWorkbookDefaultStyle(data *GetWorkbookDefaultStyleRequest) (StyleResponse, *http.Response, error)
func (*CellsApiService) GetWorkbookName ¶
func (a *CellsApiService) GetWorkbookName(data *GetWorkbookNameRequest) (NameResponse, *http.Response, error)
func (*CellsApiService) GetWorkbookNameValue ¶
func (a *CellsApiService) GetWorkbookNameValue(data *GetWorkbookNameValueRequest) (RangeValueResponse, *http.Response, error)
func (*CellsApiService) GetWorkbookNames ¶
func (a *CellsApiService) GetWorkbookNames(data *GetWorkbookNamesRequest) (NamesResponse, *http.Response, error)
func (*CellsApiService) GetWorkbookSettings ¶
func (a *CellsApiService) GetWorkbookSettings(data *GetWorkbookSettingsRequest) (WorkbookSettingsResponse, *http.Response, error)
func (*CellsApiService) GetWorkbookTextItems ¶
func (a *CellsApiService) GetWorkbookTextItems(data *GetWorkbookTextItemsRequest) (TextItemsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetAutoFilter ¶
func (a *CellsApiService) GetWorksheetAutoFilter(data *GetWorksheetAutoFilterRequest) (AutoFilterResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetAutoshapeWithFormat ¶
func (a *CellsApiService) GetWorksheetAutoshapeWithFormat(data *GetWorksheetAutoshapeWithFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) GetWorksheetAutoshapes ¶
func (a *CellsApiService) GetWorksheetAutoshapes(data *GetWorksheetAutoshapesRequest) (AutoShapesResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetCalculateFormula ¶
func (a *CellsApiService) GetWorksheetCalculateFormula(data *GetWorksheetCalculateFormulaRequest) (SingleValueResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetCell ¶
func (a *CellsApiService) GetWorksheetCell(data *GetWorksheetCellRequest) ([]byte, *http.Response, error)
func (*CellsApiService) GetWorksheetCellStyle ¶
func (a *CellsApiService) GetWorksheetCellStyle(data *GetWorksheetCellStyleRequest) (StyleResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetCells ¶
func (a *CellsApiService) GetWorksheetCells(data *GetWorksheetCellsRequest) (CellsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetCellsRangeValue ¶
func (a *CellsApiService) GetWorksheetCellsRangeValue(data *GetWorksheetCellsRangeValueRequest) (RangeValueResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetChart ¶
func (a *CellsApiService) GetWorksheetChart(data *GetWorksheetChartRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) GetWorksheetChartLegend ¶
func (a *CellsApiService) GetWorksheetChartLegend(data *GetWorksheetChartLegendRequest) (LegendResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetChartTitle ¶
func (a *CellsApiService) GetWorksheetChartTitle(data *GetWorksheetChartTitleRequest) (TitleResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetCharts ¶
func (a *CellsApiService) GetWorksheetCharts(data *GetWorksheetChartsRequest) (ChartsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetColumn ¶
func (a *CellsApiService) GetWorksheetColumn(data *GetWorksheetColumnRequest) (ColumnResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetColumns ¶
func (a *CellsApiService) GetWorksheetColumns(data *GetWorksheetColumnsRequest) (ColumnsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetComment ¶
func (a *CellsApiService) GetWorksheetComment(data *GetWorksheetCommentRequest) (CommentResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetComments ¶
func (a *CellsApiService) GetWorksheetComments(data *GetWorksheetCommentsRequest) (CommentsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetConditionalFormatting ¶
func (a *CellsApiService) GetWorksheetConditionalFormatting(data *GetWorksheetConditionalFormattingRequest) (ConditionalFormattingResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetConditionalFormattings ¶
func (a *CellsApiService) GetWorksheetConditionalFormattings(data *GetWorksheetConditionalFormattingsRequest) (ConditionalFormattingsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetHyperlink ¶
func (a *CellsApiService) GetWorksheetHyperlink(data *GetWorksheetHyperlinkRequest) (HyperlinkResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetHyperlinks ¶
func (a *CellsApiService) GetWorksheetHyperlinks(data *GetWorksheetHyperlinksRequest) (HyperlinksResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetListObject ¶
func (a *CellsApiService) GetWorksheetListObject(data *GetWorksheetListObjectRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) GetWorksheetListObjects ¶
func (a *CellsApiService) GetWorksheetListObjects(data *GetWorksheetListObjectsRequest) (ListObjectsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetMergedCell ¶
func (a *CellsApiService) GetWorksheetMergedCell(data *GetWorksheetMergedCellRequest) (MergedCellResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetMergedCells ¶
func (a *CellsApiService) GetWorksheetMergedCells(data *GetWorksheetMergedCellsRequest) (MergedCellsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetOleObject ¶
func (a *CellsApiService) GetWorksheetOleObject(data *GetWorksheetOleObjectRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) GetWorksheetOleObjects ¶
func (a *CellsApiService) GetWorksheetOleObjects(data *GetWorksheetOleObjectsRequest) (OleObjectsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetPageCount ¶
func (a *CellsApiService) GetWorksheetPageCount(data *GetWorksheetPageCountRequest) (*int64, *http.Response, error)
func (*CellsApiService) GetWorksheetPictureWithFormat ¶
func (a *CellsApiService) GetWorksheetPictureWithFormat(data *GetWorksheetPictureWithFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) GetWorksheetPictures ¶
func (a *CellsApiService) GetWorksheetPictures(data *GetWorksheetPicturesRequest) (PicturesResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetPivotTable ¶
func (a *CellsApiService) GetWorksheetPivotTable(data *GetWorksheetPivotTableRequest) (PivotTableResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetPivotTableFilter ¶
func (a *CellsApiService) GetWorksheetPivotTableFilter(data *GetWorksheetPivotTableFilterRequest) (PivotFilterResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetPivotTableFilters ¶
func (a *CellsApiService) GetWorksheetPivotTableFilters(data *GetWorksheetPivotTableFiltersRequest) (PivotFiltersResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetPivotTables ¶
func (a *CellsApiService) GetWorksheetPivotTables(data *GetWorksheetPivotTablesRequest) (PivotTablesResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetRow ¶
func (a *CellsApiService) GetWorksheetRow(data *GetWorksheetRowRequest) (RowResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetRows ¶
func (a *CellsApiService) GetWorksheetRows(data *GetWorksheetRowsRequest) (RowsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetShape ¶
func (a *CellsApiService) GetWorksheetShape(data *GetWorksheetShapeRequest) (ShapeResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetShapes ¶
func (a *CellsApiService) GetWorksheetShapes(data *GetWorksheetShapesRequest) (ShapesResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetSparklineGroup ¶
func (a *CellsApiService) GetWorksheetSparklineGroup(data *GetWorksheetSparklineGroupRequest) (SparklineGroupResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetSparklineGroups ¶
func (a *CellsApiService) GetWorksheetSparklineGroups(data *GetWorksheetSparklineGroupsRequest) (SparklineGroupsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetTextItems ¶
func (a *CellsApiService) GetWorksheetTextItems(data *GetWorksheetTextItemsRequest) (TextItemsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetValidation ¶
func (a *CellsApiService) GetWorksheetValidation(data *GetWorksheetValidationRequest) (ValidationResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetValidations ¶
func (a *CellsApiService) GetWorksheetValidations(data *GetWorksheetValidationsRequest) (ValidationsResponse, *http.Response, error)
func (*CellsApiService) GetWorksheetWithFormat ¶
func (a *CellsApiService) GetWorksheetWithFormat(data *GetWorksheetWithFormatRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) GetWorksheets ¶
func (a *CellsApiService) GetWorksheets(data *GetWorksheetsRequest) (WorksheetsResponse, *http.Response, error)
func (*CellsApiService) ImportDataIntoSpreadsheet ¶ added in v25.8.0
func (a *CellsApiService) ImportDataIntoSpreadsheet(data *ImportDataIntoSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) MathCalculate ¶ added in v25.8.0
func (a *CellsApiService) MathCalculate(data *MathCalculateRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) MergeRemoteSpreadsheet ¶ added in v25.6.0
func (a *CellsApiService) MergeRemoteSpreadsheet(data *MergeRemoteSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) MergeSpreadsheets ¶ added in v25.6.0
func (a *CellsApiService) MergeSpreadsheets(data *MergeSpreadsheetsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) MergeSpreadsheetsInRemoteFolder ¶ added in v25.6.0
func (a *CellsApiService) MergeSpreadsheetsInRemoteFolder(data *MergeSpreadsheetsInRemoteFolderRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) MoveFile ¶
func (a *CellsApiService) MoveFile(data *MoveFileRequest) (*http.Response, error)
func (*CellsApiService) MoveFolder ¶
func (a *CellsApiService) MoveFolder(data *MoveFolderRequest) (*http.Response, error)
func (*CellsApiService) MoveWorksheetInSpreadsheet ¶ added in v25.8.0
func (a *CellsApiService) MoveWorksheetInSpreadsheet(data *MoveWorksheetInSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ObjectExists ¶
func (a *CellsApiService) ObjectExists(data *ObjectExistsRequest) (ObjectExist, *http.Response, error)
func (*CellsApiService) PostAccessToken ¶
func (a *CellsApiService) PostAccessToken(data *PostAccessTokenRequest) ([]byte, *http.Response, error)
func (*CellsApiService) PostAddTextContent ¶
func (a *CellsApiService) PostAddTextContent(data *PostAddTextContentRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostAnalyzeExcel ¶
func (a *CellsApiService) PostAnalyzeExcel(data *PostAnalyzeExcelRequest) ([]AnalyzedResult, *http.Response, error)
func (*CellsApiService) PostAssemble ¶
func (a *CellsApiService) PostAssemble(data *PostAssembleRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostAutofitWorkbookColumns ¶
func (a *CellsApiService) PostAutofitWorkbookColumns(data *PostAutofitWorkbookColumnsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostAutofitWorkbookRows ¶
func (a *CellsApiService) PostAutofitWorkbookRows(data *PostAutofitWorkbookRowsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostAutofitWorksheetColumns ¶
func (a *CellsApiService) PostAutofitWorksheetColumns(data *PostAutofitWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostAutofitWorksheetRow ¶
func (a *CellsApiService) PostAutofitWorksheetRow(data *PostAutofitWorksheetRowRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostAutofitWorksheetRows ¶
func (a *CellsApiService) PostAutofitWorksheetRows(data *PostAutofitWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostBatchConvert ¶
func (a *CellsApiService) PostBatchConvert(data *PostBatchConvertRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostBatchLock ¶
func (a *CellsApiService) PostBatchLock(data *PostBatchLockRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostBatchProtect ¶
func (a *CellsApiService) PostBatchProtect(data *PostBatchProtectRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostBatchSplit ¶
func (a *CellsApiService) PostBatchSplit(data *PostBatchSplitRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostBatchUnlock ¶
func (a *CellsApiService) PostBatchUnlock(data *PostBatchUnlockRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostCellCalculate ¶
func (a *CellsApiService) PostCellCalculate(data *PostCellCalculateRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostCellCharacters ¶
func (a *CellsApiService) PostCellCharacters(data *PostCellCharactersRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostCharacterCount ¶ added in v25.2.0
func (a *CellsApiService) PostCharacterCount(data *PostCharacterCountRequest) ([]byte, *http.Response, error)
func (*CellsApiService) PostChartCategoryAxis ¶
func (a *CellsApiService) PostChartCategoryAxis(data *PostChartCategoryAxisRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostChartSecondCategoryAxis ¶
func (a *CellsApiService) PostChartSecondCategoryAxis(data *PostChartSecondCategoryAxisRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostChartSecondValueAxis ¶
func (a *CellsApiService) PostChartSecondValueAxis(data *PostChartSecondValueAxisRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostChartSeriesAxis ¶
func (a *CellsApiService) PostChartSeriesAxis(data *PostChartSeriesAxisRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostChartValueAxis ¶
func (a *CellsApiService) PostChartValueAxis(data *PostChartValueAxisRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostClearContents ¶
func (a *CellsApiService) PostClearContents(data *PostClearContentsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostClearFormats ¶
func (a *CellsApiService) PostClearFormats(data *PostClearFormatsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostClearObjects ¶
func (a *CellsApiService) PostClearObjects(data *PostClearObjectsRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostColumnStyle ¶
func (a *CellsApiService) PostColumnStyle(data *PostColumnStyleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostCompress ¶
func (a *CellsApiService) PostCompress(data *PostCompressRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostConvertText ¶
func (a *CellsApiService) PostConvertText(data *PostConvertTextRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbook ¶ added in v25.3.0
func (a *CellsApiService) PostConvertWorkbook(data *PostConvertWorkbookRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbookToCSV ¶
func (a *CellsApiService) PostConvertWorkbookToCSV(data *PostConvertWorkbookToCSVRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbookToDocx ¶
func (a *CellsApiService) PostConvertWorkbookToDocx(data *PostConvertWorkbookToDocxRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbookToHtml ¶
func (a *CellsApiService) PostConvertWorkbookToHtml(data *PostConvertWorkbookToHtmlRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbookToJson ¶
func (a *CellsApiService) PostConvertWorkbookToJson(data *PostConvertWorkbookToJsonRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbookToMarkdown ¶
func (a *CellsApiService) PostConvertWorkbookToMarkdown(data *PostConvertWorkbookToMarkdownRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbookToPDF ¶
func (a *CellsApiService) PostConvertWorkbookToPDF(data *PostConvertWorkbookToPDFRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbookToPNG ¶
func (a *CellsApiService) PostConvertWorkbookToPNG(data *PostConvertWorkbookToPNGRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbookToPptx ¶
func (a *CellsApiService) PostConvertWorkbookToPptx(data *PostConvertWorkbookToPptxRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorkbookToSQL ¶
func (a *CellsApiService) PostConvertWorkbookToSQL(data *PostConvertWorkbookToSQLRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostConvertWorksheetToImage ¶ added in v25.2.0
func (a *CellsApiService) PostConvertWorksheetToImage(data *PostConvertWorksheetToImageRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostCopyCellIntoCell ¶
func (a *CellsApiService) PostCopyCellIntoCell(data *PostCopyCellIntoCellRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostCopyWorksheet ¶
func (a *CellsApiService) PostCopyWorksheet(data *PostCopyWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostCopyWorksheetColumns ¶
func (a *CellsApiService) PostCopyWorksheetColumns(data *PostCopyWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostCopyWorksheetRows ¶
func (a *CellsApiService) PostCopyWorksheetRows(data *PostCopyWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostDataCleansing ¶
func (a *CellsApiService) PostDataCleansing(data *PostDataCleansingRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostDataDeduplication ¶
func (a *CellsApiService) PostDataDeduplication(data *PostDataDeduplicationRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostDataFill ¶
func (a *CellsApiService) PostDataFill(data *PostDataFillRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostDataTransformation ¶
func (a *CellsApiService) PostDataTransformation(data *PostDataTransformationRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostDeleteIncompleteRows ¶
func (a *CellsApiService) PostDeleteIncompleteRows(data *PostDeleteIncompleteRowsRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostDigitalSignature ¶
func (a *CellsApiService) PostDigitalSignature(data *PostDigitalSignatureRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostEncryptWorkbook ¶
func (a *CellsApiService) PostEncryptWorkbook(data *PostEncryptWorkbookRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostExport ¶
func (a *CellsApiService) PostExport(data *PostExportRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostExtractText ¶
func (a *CellsApiService) PostExtractText(data *PostExtractTextRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostFitTallToPages ¶
func (a *CellsApiService) PostFitTallToPages(data *PostFitTallToPagesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostFitWideToPages ¶
func (a *CellsApiService) PostFitWideToPages(data *PostFitWideToPagesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostFooter ¶
func (a *CellsApiService) PostFooter(data *PostFooterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostGroupWorksheetColumns ¶
func (a *CellsApiService) PostGroupWorksheetColumns(data *PostGroupWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostGroupWorksheetRows ¶
func (a *CellsApiService) PostGroupWorksheetRows(data *PostGroupWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostHeader ¶
func (a *CellsApiService) PostHeader(data *PostHeaderRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostHideWorksheetColumns ¶
func (a *CellsApiService) PostHideWorksheetColumns(data *PostHideWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostHideWorksheetRows ¶
func (a *CellsApiService) PostHideWorksheetRows(data *PostHideWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostImport ¶
func (a *CellsApiService) PostImport(data *PostImportRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostImportData ¶
func (a *CellsApiService) PostImportData(data *PostImportDataRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostLock ¶
func (a *CellsApiService) PostLock(data *PostLockRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostMerge ¶
func (a *CellsApiService) PostMerge(data *PostMergeRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostMetadata ¶
func (a *CellsApiService) PostMetadata(data *PostMetadataRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostMoveWorksheet ¶
func (a *CellsApiService) PostMoveWorksheet(data *PostMoveWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostPageSetup ¶
func (a *CellsApiService) PostPageSetup(data *PostPageSetupRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostPivotTableCellStyle ¶
func (a *CellsApiService) PostPivotTableCellStyle(data *PostPivotTableCellStyleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostPivotTableFieldHideItem ¶
func (a *CellsApiService) PostPivotTableFieldHideItem(data *PostPivotTableFieldHideItemRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostPivotTableFieldMoveTo ¶
func (a *CellsApiService) PostPivotTableFieldMoveTo(data *PostPivotTableFieldMoveToRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostPivotTableStyle ¶
func (a *CellsApiService) PostPivotTableStyle(data *PostPivotTableStyleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostPivotTableUpdatePivotField ¶
func (a *CellsApiService) PostPivotTableUpdatePivotField(data *PostPivotTableUpdatePivotFieldRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostPivotTableUpdatePivotFields ¶
func (a *CellsApiService) PostPivotTableUpdatePivotFields(data *PostPivotTableUpdatePivotFieldsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostProtect ¶
func (a *CellsApiService) PostProtect(data *PostProtectRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostProtectWorkbook ¶
func (a *CellsApiService) PostProtectWorkbook(data *PostProtectWorkbookRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostRemoveCharacters ¶
func (a *CellsApiService) PostRemoveCharacters(data *PostRemoveCharactersRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostRemoveDuplicates ¶
func (a *CellsApiService) PostRemoveDuplicates(data *PostRemoveDuplicatesRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostRenameWorksheet ¶
func (a *CellsApiService) PostRenameWorksheet(data *PostRenameWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostRepair ¶
func (a *CellsApiService) PostRepair(data *PostRepairRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostReplace ¶
func (a *CellsApiService) PostReplace(data *PostReplaceRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostReverse ¶
func (a *CellsApiService) PostReverse(data *PostReverseRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostRotate ¶
func (a *CellsApiService) PostRotate(data *PostRotateRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostRowStyle ¶
func (a *CellsApiService) PostRowStyle(data *PostRowStyleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostRunTask ¶
func (a *CellsApiService) PostRunTask(data *PostRunTaskRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostSearch ¶
func (a *CellsApiService) PostSearch(data *PostSearchRequest) ([]TextItem, *http.Response, error)
func (*CellsApiService) PostSetCellHtmlString ¶
func (a *CellsApiService) PostSetCellHtmlString(data *PostSetCellHtmlStringRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostSetCellRangeValue ¶
func (a *CellsApiService) PostSetCellRangeValue(data *PostSetCellRangeValueRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostSetWorksheetColumnWidth ¶
func (a *CellsApiService) PostSetWorksheetColumnWidth(data *PostSetWorksheetColumnWidthRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostSpecifyWordsCount ¶ added in v25.2.0
func (a *CellsApiService) PostSpecifyWordsCount(data *PostSpecifyWordsCountRequest) ([]byte, *http.Response, error)
func (*CellsApiService) PostSplit ¶
func (a *CellsApiService) PostSplit(data *PostSplitRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostSplitText ¶
func (a *CellsApiService) PostSplitText(data *PostSplitTextRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostTrimContent ¶
func (a *CellsApiService) PostTrimContent(data *PostTrimContentRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostUngroupWorksheetColumns ¶
func (a *CellsApiService) PostUngroupWorksheetColumns(data *PostUngroupWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostUngroupWorksheetRows ¶
func (a *CellsApiService) PostUngroupWorksheetRows(data *PostUngroupWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostUnhideWorksheetColumns ¶
func (a *CellsApiService) PostUnhideWorksheetColumns(data *PostUnhideWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostUnhideWorksheetRows ¶
func (a *CellsApiService) PostUnhideWorksheetRows(data *PostUnhideWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostUnlock ¶
func (a *CellsApiService) PostUnlock(data *PostUnlockRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostUpdateWordCase ¶
func (a *CellsApiService) PostUpdateWordCase(data *PostUpdateWordCaseRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostUpdateWorksheetCellStyle ¶
func (a *CellsApiService) PostUpdateWorksheetCellStyle(data *PostUpdateWorksheetCellStyleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostUpdateWorksheetOleObject ¶
func (a *CellsApiService) PostUpdateWorksheetOleObject(data *PostUpdateWorksheetOleObjectRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostUpdateWorksheetProperty ¶
func (a *CellsApiService) PostUpdateWorksheetProperty(data *PostUpdateWorksheetPropertyRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostUpdateWorksheetRangeStyle ¶
func (a *CellsApiService) PostUpdateWorksheetRangeStyle(data *PostUpdateWorksheetRangeStyleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostUpdateWorksheetRow ¶
func (a *CellsApiService) PostUpdateWorksheetRow(data *PostUpdateWorksheetRowRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostUpdateWorksheetZoom ¶
func (a *CellsApiService) PostUpdateWorksheetZoom(data *PostUpdateWorksheetZoomRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWatermark ¶
func (a *CellsApiService) PostWatermark(data *PostWatermarkRequest) (FilesResult, *http.Response, error)
func (*CellsApiService) PostWordsCount ¶ added in v25.2.0
func (a *CellsApiService) PostWordsCount(data *PostWordsCountRequest) ([]byte, *http.Response, error)
func (*CellsApiService) PostWorkbookCalculateFormula ¶
func (a *CellsApiService) PostWorkbookCalculateFormula(data *PostWorkbookCalculateFormulaRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorkbookDataCleansing ¶
func (a *CellsApiService) PostWorkbookDataCleansing(data *PostWorkbookDataCleansingRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostWorkbookDataDeduplication ¶
func (a *CellsApiService) PostWorkbookDataDeduplication(data *PostWorkbookDataDeduplicationRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostWorkbookDataFill ¶
func (a *CellsApiService) PostWorkbookDataFill(data *PostWorkbookDataFillRequest) (FileInfo, *http.Response, error)
func (*CellsApiService) PostWorkbookExportXML ¶
func (a *CellsApiService) PostWorkbookExportXML(data *PostWorkbookExportXMLRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostWorkbookGetSmartMarkerResult ¶
func (a *CellsApiService) PostWorkbookGetSmartMarkerResult(data *PostWorkbookGetSmartMarkerResultRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostWorkbookImportJson ¶
func (a *CellsApiService) PostWorkbookImportJson(data *PostWorkbookImportJsonRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostWorkbookImportXML ¶
func (a *CellsApiService) PostWorkbookImportXML(data *PostWorkbookImportXMLRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostWorkbookName ¶
func (a *CellsApiService) PostWorkbookName(data *PostWorkbookNameRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorkbookSaveAs ¶
func (a *CellsApiService) PostWorkbookSaveAs(data *PostWorkbookSaveAsRequest) (SaveResponse, *http.Response, error)
func (*CellsApiService) PostWorkbookSettings ¶
func (a *CellsApiService) PostWorkbookSettings(data *PostWorkbookSettingsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorkbookSplit ¶
func (a *CellsApiService) PostWorkbookSplit(data *PostWorkbookSplitRequest) (SplitResultResponse, *http.Response, error)
func (*CellsApiService) PostWorkbookTextReplace ¶
func (a *CellsApiService) PostWorkbookTextReplace(data *PostWorkbookTextReplaceRequest) (WorkbookReplaceResponse, *http.Response, error)
func (*CellsApiService) PostWorkbooksMerge ¶
func (a *CellsApiService) PostWorkbooksMerge(data *PostWorkbooksMergeRequest) (WorkbookResponse, *http.Response, error)
func (*CellsApiService) PostWorkbooksTextSearch ¶
func (a *CellsApiService) PostWorkbooksTextSearch(data *PostWorkbooksTextSearchRequest) (TextItemsResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetAutoFilterRefresh ¶
func (a *CellsApiService) PostWorksheetAutoFilterRefresh(data *PostWorksheetAutoFilterRefreshRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCalculateFormula ¶
func (a *CellsApiService) PostWorksheetCalculateFormula(data *PostWorksheetCalculateFormulaRequest) (SingleValueResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellSetValue ¶
func (a *CellsApiService) PostWorksheetCellSetValue(data *PostWorksheetCellSetValueRequest) (CellResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeColumnWidth ¶
func (a *CellsApiService) PostWorksheetCellsRangeColumnWidth(data *PostWorksheetCellsRangeColumnWidthRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeMerge ¶
func (a *CellsApiService) PostWorksheetCellsRangeMerge(data *PostWorksheetCellsRangeMergeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeMoveTo ¶
func (a *CellsApiService) PostWorksheetCellsRangeMoveTo(data *PostWorksheetCellsRangeMoveToRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeOutlineBorder ¶
func (a *CellsApiService) PostWorksheetCellsRangeOutlineBorder(data *PostWorksheetCellsRangeOutlineBorderRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeRowHeight ¶
func (a *CellsApiService) PostWorksheetCellsRangeRowHeight(data *PostWorksheetCellsRangeRowHeightRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeSort ¶
func (a *CellsApiService) PostWorksheetCellsRangeSort(data *PostWorksheetCellsRangeSortRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeStyle ¶
func (a *CellsApiService) PostWorksheetCellsRangeStyle(data *PostWorksheetCellsRangeStyleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeToImage ¶ added in v25.2.0
func (a *CellsApiService) PostWorksheetCellsRangeToImage(data *PostWorksheetCellsRangeToImageRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeUnMerge ¶
func (a *CellsApiService) PostWorksheetCellsRangeUnMerge(data *PostWorksheetCellsRangeUnMergeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangeValue ¶
func (a *CellsApiService) PostWorksheetCellsRangeValue(data *PostWorksheetCellsRangeValueRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetCellsRangesCopy ¶
func (a *CellsApiService) PostWorksheetCellsRangesCopy(data *PostWorksheetCellsRangesCopyRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetChart ¶
func (a *CellsApiService) PostWorksheetChart(data *PostWorksheetChartRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetChartLegend ¶
func (a *CellsApiService) PostWorksheetChartLegend(data *PostWorksheetChartLegendRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetChartTitle ¶
func (a *CellsApiService) PostWorksheetChartTitle(data *PostWorksheetChartTitleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetComment ¶
func (a *CellsApiService) PostWorksheetComment(data *PostWorksheetCommentRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetGroupShape ¶
func (a *CellsApiService) PostWorksheetGroupShape(data *PostWorksheetGroupShapeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetHyperlink ¶
func (a *CellsApiService) PostWorksheetHyperlink(data *PostWorksheetHyperlinkRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetListColumn ¶
func (a *CellsApiService) PostWorksheetListColumn(data *PostWorksheetListColumnRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetListColumnsTotal ¶
func (a *CellsApiService) PostWorksheetListColumnsTotal(data *PostWorksheetListColumnsTotalRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetListObject ¶
func (a *CellsApiService) PostWorksheetListObject(data *PostWorksheetListObjectRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetListObjectConvertToRange ¶
func (a *CellsApiService) PostWorksheetListObjectConvertToRange(data *PostWorksheetListObjectConvertToRangeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetListObjectInsertSlicer ¶
func (a *CellsApiService) PostWorksheetListObjectInsertSlicer(data *PostWorksheetListObjectInsertSlicerRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetListObjectRemoveDuplicates ¶
func (a *CellsApiService) PostWorksheetListObjectRemoveDuplicates(data *PostWorksheetListObjectRemoveDuplicatesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetListObjectSortTable ¶
func (a *CellsApiService) PostWorksheetListObjectSortTable(data *PostWorksheetListObjectSortTableRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetListObjectSummarizeWithPivotTable ¶
func (a *CellsApiService) PostWorksheetListObjectSummarizeWithPivotTable(data *PostWorksheetListObjectSummarizeWithPivotTableRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetMatchBlanks ¶
func (a *CellsApiService) PostWorksheetMatchBlanks(data *PostWorksheetMatchBlanksRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetMatchNonBlanks ¶
func (a *CellsApiService) PostWorksheetMatchNonBlanks(data *PostWorksheetMatchNonBlanksRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetMerge ¶
func (a *CellsApiService) PostWorksheetMerge(data *PostWorksheetMergeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetPicture ¶
func (a *CellsApiService) PostWorksheetPicture(data *PostWorksheetPictureRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetPivotTableCalculate ¶
func (a *CellsApiService) PostWorksheetPivotTableCalculate(data *PostWorksheetPivotTableCalculateRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetPivotTableMove ¶
func (a *CellsApiService) PostWorksheetPivotTableMove(data *PostWorksheetPivotTableMoveRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetRangeSort ¶
func (a *CellsApiService) PostWorksheetRangeSort(data *PostWorksheetRangeSortRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetShape ¶
func (a *CellsApiService) PostWorksheetShape(data *PostWorksheetShapeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetSparklineGroup ¶
func (a *CellsApiService) PostWorksheetSparklineGroup(data *PostWorksheetSparklineGroupRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetTextReplace ¶
func (a *CellsApiService) PostWorksheetTextReplace(data *PostWorksheetTextReplaceRequest) (WorksheetReplaceResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetTextSearch ¶
func (a *CellsApiService) PostWorksheetTextSearch(data *PostWorksheetTextSearchRequest) (TextItemsResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetUngroupShape ¶
func (a *CellsApiService) PostWorksheetUngroupShape(data *PostWorksheetUngroupShapeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetUnmerge ¶
func (a *CellsApiService) PostWorksheetUnmerge(data *PostWorksheetUnmergeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PostWorksheetValidation ¶
func (a *CellsApiService) PostWorksheetValidation(data *PostWorksheetValidationRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) ProtectSpreadsheet ¶ added in v25.7.0
func (a *CellsApiService) ProtectSpreadsheet(data *ProtectSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PutActiveWorksheet ¶
func (a *CellsApiService) PutActiveWorksheet(data *PutActiveWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutAddNewWorksheet ¶
func (a *CellsApiService) PutAddNewWorksheet(data *PutAddNewWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutChangeVisibilityWorksheet ¶
func (a *CellsApiService) PutChangeVisibilityWorksheet(data *PutChangeVisibilityWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutConvertWorkbook ¶
func (a *CellsApiService) PutConvertWorkbook(data *PutConvertWorkbookRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) PutDocumentProperty ¶
func (a *CellsApiService) PutDocumentProperty(data *PutDocumentPropertyRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutDocumentProtectFromChanges ¶
func (a *CellsApiService) PutDocumentProtectFromChanges(data *PutDocumentProtectFromChangesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutHorizontalPageBreak ¶
func (a *CellsApiService) PutHorizontalPageBreak(data *PutHorizontalPageBreakRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutInsertNewWorksheet ¶
func (a *CellsApiService) PutInsertNewWorksheet(data *PutInsertNewWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutInsertWorksheetColumns ¶
func (a *CellsApiService) PutInsertWorksheetColumns(data *PutInsertWorksheetColumnsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutInsertWorksheetRow ¶
func (a *CellsApiService) PutInsertWorksheetRow(data *PutInsertWorksheetRowRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutInsertWorksheetRows ¶
func (a *CellsApiService) PutInsertWorksheetRows(data *PutInsertWorksheetRowsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutPivotTableField ¶
func (a *CellsApiService) PutPivotTableField(data *PutPivotTableFieldRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutProtectWorksheet ¶
func (a *CellsApiService) PutProtectWorksheet(data *PutProtectWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutVerticalPageBreak ¶
func (a *CellsApiService) PutVerticalPageBreak(data *PutVerticalPageBreakRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorkbookBackground ¶
func (a *CellsApiService) PutWorkbookBackground(data *PutWorkbookBackgroundRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorkbookCreate ¶
func (a *CellsApiService) PutWorkbookCreate(data *PutWorkbookCreateRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorkbookName ¶
func (a *CellsApiService) PutWorkbookName(data *PutWorkbookNameRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorkbookWaterMarker ¶
func (a *CellsApiService) PutWorkbookWaterMarker(data *PutWorkbookWaterMarkerRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetAddPicture ¶
func (a *CellsApiService) PutWorksheetAddPicture(data *PutWorksheetAddPictureRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetBackground ¶
func (a *CellsApiService) PutWorksheetBackground(data *PutWorksheetBackgroundRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetCellsRange ¶
func (a *CellsApiService) PutWorksheetCellsRange(data *PutWorksheetCellsRangeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetChart ¶
func (a *CellsApiService) PutWorksheetChart(data *PutWorksheetChartRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetChartLegend ¶
func (a *CellsApiService) PutWorksheetChartLegend(data *PutWorksheetChartLegendRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetChartTitle ¶
func (a *CellsApiService) PutWorksheetChartTitle(data *PutWorksheetChartTitleRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetColorFilter ¶
func (a *CellsApiService) PutWorksheetColorFilter(data *PutWorksheetColorFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetComment ¶
func (a *CellsApiService) PutWorksheetComment(data *PutWorksheetCommentRequest) (CommentResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetConditionalFormatting ¶
func (a *CellsApiService) PutWorksheetConditionalFormatting(data *PutWorksheetConditionalFormattingRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetCustomFilter ¶
func (a *CellsApiService) PutWorksheetCustomFilter(data *PutWorksheetCustomFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetDateFilter ¶
func (a *CellsApiService) PutWorksheetDateFilter(data *PutWorksheetDateFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetDynamicFilter ¶
func (a *CellsApiService) PutWorksheetDynamicFilter(data *PutWorksheetDynamicFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetFilter ¶
func (a *CellsApiService) PutWorksheetFilter(data *PutWorksheetFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetFilterTop10 ¶
func (a *CellsApiService) PutWorksheetFilterTop10(data *PutWorksheetFilterTop10Request) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetFormatCondition ¶
func (a *CellsApiService) PutWorksheetFormatCondition(data *PutWorksheetFormatConditionRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetFormatConditionArea ¶
func (a *CellsApiService) PutWorksheetFormatConditionArea(data *PutWorksheetFormatConditionAreaRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetFormatConditionCondition ¶
func (a *CellsApiService) PutWorksheetFormatConditionCondition(data *PutWorksheetFormatConditionConditionRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetFreezePanes ¶
func (a *CellsApiService) PutWorksheetFreezePanes(data *PutWorksheetFreezePanesRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetHyperlink ¶
func (a *CellsApiService) PutWorksheetHyperlink(data *PutWorksheetHyperlinkRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetIconFilter ¶
func (a *CellsApiService) PutWorksheetIconFilter(data *PutWorksheetIconFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetListObject ¶
func (a *CellsApiService) PutWorksheetListObject(data *PutWorksheetListObjectRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetOleObject ¶
func (a *CellsApiService) PutWorksheetOleObject(data *PutWorksheetOleObjectRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetPivotTable ¶
func (a *CellsApiService) PutWorksheetPivotTable(data *PutWorksheetPivotTableRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetPivotTableFilter ¶
func (a *CellsApiService) PutWorksheetPivotTableFilter(data *PutWorksheetPivotTableFilterRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetShape ¶
func (a *CellsApiService) PutWorksheetShape(data *PutWorksheetShapeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetSparklineGroup ¶
func (a *CellsApiService) PutWorksheetSparklineGroup(data *PutWorksheetSparklineGroupRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) PutWorksheetValidation ¶
func (a *CellsApiService) PutWorksheetValidation(data *PutWorksheetValidationRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) RemoveCharacters ¶ added in v25.10.0
func (a *CellsApiService) RemoveCharacters(data *RemoveCharactersRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) RemoveCharactersByPosition ¶ added in v25.11.0
func (a *CellsApiService) RemoveCharactersByPosition(data *RemoveCharactersByPositionRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) RemoveDuplicateSubstrings ¶ added in v25.11.0
func (a *CellsApiService) RemoveDuplicateSubstrings(data *RemoveDuplicateSubstringsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) RemoveDuplicates ¶ added in v25.10.0
func (a *CellsApiService) RemoveDuplicates(data *RemoveDuplicatesRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) RemoveSpreadsheetBlankColumns ¶ added in v25.10.0
func (a *CellsApiService) RemoveSpreadsheetBlankColumns(data *RemoveSpreadsheetBlankColumnsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) RemoveSpreadsheetBlankRows ¶ added in v25.10.0
func (a *CellsApiService) RemoveSpreadsheetBlankRows(data *RemoveSpreadsheetBlankRowsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) RemoveSpreadsheetBlankWorksheets ¶ added in v25.10.0
func (a *CellsApiService) RemoveSpreadsheetBlankWorksheets(data *RemoveSpreadsheetBlankWorksheetsRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) RenameWorksheetInSpreadsheet ¶ added in v25.8.0
func (a *CellsApiService) RenameWorksheetInSpreadsheet(data *RenameWorksheetInSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) RepairSpreadsheet ¶ added in v25.10.0
func (a *CellsApiService) RepairSpreadsheet(data *RepairSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) ReplaceContentInRemoteRange ¶ added in v25.6.0
func (a *CellsApiService) ReplaceContentInRemoteRange(data *ReplaceContentInRemoteRangeRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) ReplaceContentInRemoteSpreadsheet ¶ added in v25.6.0
func (a *CellsApiService) ReplaceContentInRemoteSpreadsheet(data *ReplaceContentInRemoteSpreadsheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) ReplaceContentInRemoteWorksheet ¶ added in v25.6.0
func (a *CellsApiService) ReplaceContentInRemoteWorksheet(data *ReplaceContentInRemoteWorksheetRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) ReplaceSpreadsheetContent ¶ added in v25.6.0
func (a *CellsApiService) ReplaceSpreadsheetContent(data *ReplaceSpreadsheetContentRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) SaveSpreadsheetAs ¶ added in v25.6.0
func (a *CellsApiService) SaveSpreadsheetAs(data *SaveSpreadsheetAsRequest) (CellsCloudResponse, *http.Response, error)
func (*CellsApiService) SearchBrokenLinksInRemoteRange ¶ added in v25.6.0
func (a *CellsApiService) SearchBrokenLinksInRemoteRange(data *SearchBrokenLinksInRemoteRangeRequest) (BrokenLinksResponse, *http.Response, error)
func (*CellsApiService) SearchBrokenLinksInRemoteSpreadsheet ¶ added in v25.6.0
func (a *CellsApiService) SearchBrokenLinksInRemoteSpreadsheet(data *SearchBrokenLinksInRemoteSpreadsheetRequest) (BrokenLinksResponse, *http.Response, error)
func (*CellsApiService) SearchBrokenLinksInRemoteWorksheet ¶ added in v25.6.0
func (a *CellsApiService) SearchBrokenLinksInRemoteWorksheet(data *SearchBrokenLinksInRemoteWorksheetRequest) (BrokenLinksResponse, *http.Response, error)
func (*CellsApiService) SearchContentInRemoteRange ¶ added in v25.6.0
func (a *CellsApiService) SearchContentInRemoteRange(data *SearchContentInRemoteRangeRequest) (SearchResponse, *http.Response, error)
func (*CellsApiService) SearchContentInRemoteSpreadsheet ¶ added in v25.6.0
func (a *CellsApiService) SearchContentInRemoteSpreadsheet(data *SearchContentInRemoteSpreadsheetRequest) (SearchResponse, *http.Response, error)
func (*CellsApiService) SearchContentInRemoteWorksheet ¶ added in v25.6.0
func (a *CellsApiService) SearchContentInRemoteWorksheet(data *SearchContentInRemoteWorksheetRequest) (SearchResponse, *http.Response, error)
func (*CellsApiService) SearchSpreadsheetBrokenLinks ¶ added in v25.6.0
func (a *CellsApiService) SearchSpreadsheetBrokenLinks(data *SearchSpreadsheetBrokenLinksRequest) (BrokenLinksResponse, *http.Response, error)
func (*CellsApiService) SearchSpreadsheetContent ¶ added in v25.6.0
func (a *CellsApiService) SearchSpreadsheetContent(data *SearchSpreadsheetContentRequest) (SearchResponse, *http.Response, error)
func (*CellsApiService) Spec ¶ added in v25.6.0
func (a *CellsApiService) Spec(data *SpecRequest) (*http.Response, error)
func (*CellsApiService) SplitRemoteSpreadsheet ¶ added in v25.6.0
func (a *CellsApiService) SplitRemoteSpreadsheet(data *SplitRemoteSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) SplitSpreadsheet ¶ added in v25.6.0
func (a *CellsApiService) SplitSpreadsheet(data *SplitSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) SplitTable ¶ added in v25.12.0
func (a *CellsApiService) SplitTable(data *SplitTableRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) SplitText ¶ added in v25.10.0
func (a *CellsApiService) SplitText(data *SplitTextRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) SpreadsheetDigitalsignature ¶ added in v25.10.0
func (a *CellsApiService) SpreadsheetDigitalsignature(data *SpreadsheetDigitalsignatureRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) StorageExists ¶
func (a *CellsApiService) StorageExists(data *StorageExistsRequest) (StorageExist, *http.Response, error)
func (*CellsApiService) SwapRange ¶ added in v25.9.0
func (a *CellsApiService) SwapRange(data *SwapRangeRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) TranslateTextFile ¶ added in v25.11.0
func (a *CellsApiService) TranslateTextFile(data *TranslateTextFileRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) TranslationSpreadsheet ¶ added in v25.11.0
func (a *CellsApiService) TranslationSpreadsheet(data *TranslationSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) TrimCharacter ¶ added in v25.10.0
func (a *CellsApiService) TrimCharacter(data *TrimCharacterRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) UnprotectSpreadsheet ¶ added in v25.7.0
func (a *CellsApiService) UnprotectSpreadsheet(data *UnprotectSpreadsheetRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) UpdateWordCase ¶ added in v25.10.0
func (a *CellsApiService) UpdateWordCase(data *UpdateWordCaseRequest, options ...CellsCloudOption) ([]byte, *http.Response, error)
func (*CellsApiService) UploadFile ¶
func (a *CellsApiService) UploadFile(data *UploadFileRequest) (FilesUploadResult, *http.Response, error)
type CellsCloudFileInfo ¶
type CellsCloudFileInfoResponse ¶
type CellsCloudFileInfoResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
FileInfo *CellsCloudFileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
}
type CellsCloudOption ¶ added in v25.5.0
type CellsCloudPublicKey ¶ added in v25.5.0
type CellsCloudPublicKeyResponse ¶ added in v25.5.0
type CellsCloudPublicKeyResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
CellsCloudPublicKey *CellsCloudPublicKey `json:"CellsCloudPublicKey,omitempty" xml:"CellsCloudPublicKey"`
}
type CellsCloudResponse ¶
type CellsColor ¶
type CellsColor struct {
Color *Color `json:"Color,omitempty" xml:"Color"`
ColorIndex int64 `json:"ColorIndex,omitempty" xml:"ColorIndex"`
IsShapeColor bool `json:"IsShapeColor,omitempty" xml:"IsShapeColor"`
Tint float64 `json:"tint,omitempty" xml:"tint"`
Argb int64 `json:"Argb,omitempty" xml:"Argb"`
ThemeColor *ThemeColor `json:"ThemeColor,omitempty" xml:"ThemeColor"`
Type_ string `json:"Type,omitempty" xml:"Type"`
Transparency float64 `json:"Transparency,omitempty" xml:"Transparency"`
}
type CellsDocumentProperties ¶
type CellsDocumentProperties struct {
DocumentPropertyList []CellsDocumentProperty `json:"DocumentPropertyList,omitempty" xml:"DocumentPropertyList"`
}
type CellsDocumentPropertiesResponse ¶
type CellsDocumentPropertiesResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
DocumentProperties *CellsDocumentProperties `json:"DocumentProperties,omitempty" xml:"DocumentProperties"`
}
type CellsDocumentProperty ¶
type CellsDocumentProperty struct {
Name string `json:"Name,omitempty" xml:"Name"`
Value string `json:"Value,omitempty" xml:"Value"`
IsLinkedToContent string `json:"IsLinkedToContent,omitempty" xml:"IsLinkedToContent"`
Source string `json:"Source,omitempty" xml:"Source"`
Type_ string `json:"Type,omitempty" xml:"Type"`
IsGeneratedName string `json:"IsGeneratedName,omitempty" xml:"IsGeneratedName"`
}
type CellsDocumentPropertyResponse ¶
type CellsDocumentPropertyResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
DocumentProperty *CellsDocumentProperty `json:"DocumentProperty,omitempty" xml:"DocumentProperty"`
}
type CellsDrawing ¶
type CellsDrawing struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type CellsDrawingResponse ¶
type CellsDrawingResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Shape *CellsDrawing `json:"Shape,omitempty" xml:"Shape"`
}
type CellsObjectOperateTaskParameter ¶
type CellsObjectOperateTaskParameter struct {
OperateObject *OperateObject `json:"OperateObject,omitempty" xml:"OperateObject"`
OperateParameter *OperateParameter `json:"OperateParameter,omitempty" xml:"OperateParameter"`
DestinationDataSource *DataSource `json:"DestinationDataSource,omitempty" xml:"DestinationDataSource"`
DestinationWorkbook *FileSource `json:"DestinationWorkbook,omitempty" xml:"DestinationWorkbook"`
}
type CellsResponse ¶
type CharacterCountOptions ¶ added in v25.2.0
type CharacterCountOptions struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
}
type Chart ¶
type Chart struct {
Link *Link `json:"link,omitempty" xml:"link"`
AutoScaling bool `json:"AutoScaling,omitempty" xml:"AutoScaling"`
BackWall *Walls `json:"BackWall,omitempty" xml:"BackWall"`
CategoryAxis *Axis `json:"CategoryAxis,omitempty" xml:"CategoryAxis"`
ChartArea *ChartArea `json:"ChartArea,omitempty" xml:"ChartArea"`
ChartDataTable *ChartDataTable `json:"ChartDataTable,omitempty" xml:"ChartDataTable"`
ChartObject *LinkElement `json:"ChartObject,omitempty" xml:"ChartObject"`
DepthPercent int64 `json:"DepthPercent,omitempty" xml:"DepthPercent"`
Elevation int64 `json:"Elevation,omitempty" xml:"Elevation"`
FirstSliceAngle int64 `json:"FirstSliceAngle,omitempty" xml:"FirstSliceAngle"`
Floor *Floor `json:"Floor,omitempty" xml:"Floor"`
GapDepth int64 `json:"GapDepth,omitempty" xml:"GapDepth"`
GapWidth int64 `json:"GapWidth,omitempty" xml:"GapWidth"`
HeightPercent int64 `json:"HeightPercent,omitempty" xml:"HeightPercent"`
HidePivotFieldButtons bool `json:"HidePivotFieldButtons,omitempty" xml:"HidePivotFieldButtons"`
Is3D bool `json:"Is3D,omitempty" xml:"Is3D"`
IsRectangularCornered bool `json:"IsRectangularCornered,omitempty" xml:"IsRectangularCornered"`
Legend *Legend `json:"Legend,omitempty" xml:"Legend"`
Name string `json:"Name,omitempty" xml:"Name"`
NSeries *SeriesItems `json:"NSeries,omitempty" xml:"NSeries"`
PageSetup *LinkElement `json:"PageSetup,omitempty" xml:"PageSetup"`
Perspective int64 `json:"Perspective,omitempty" xml:"Perspective"`
PivotSource string `json:"PivotSource,omitempty" xml:"PivotSource"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
PlotArea *PlotArea `json:"PlotArea,omitempty" xml:"PlotArea"`
PlotEmptyCellsType string `json:"PlotEmptyCellsType,omitempty" xml:"PlotEmptyCellsType"`
PlotVisibleCells bool `json:"PlotVisibleCells,omitempty" xml:"PlotVisibleCells"`
PrintSize string `json:"PrintSize,omitempty" xml:"PrintSize"`
RightAngleAxes bool `json:"RightAngleAxes,omitempty" xml:"RightAngleAxes"`
RotationAngle int64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
SecondCategoryAxis *LinkElement `json:"SecondCategoryAxis,omitempty" xml:"SecondCategoryAxis"`
SecondValueAxis *LinkElement `json:"SecondValueAxis,omitempty" xml:"SecondValueAxis"`
SeriesAxis *LinkElement `json:"SeriesAxis,omitempty" xml:"SeriesAxis"`
Shapes *LinkElement `json:"Shapes,omitempty" xml:"Shapes"`
ShowDataTable bool `json:"ShowDataTable,omitempty" xml:"ShowDataTable"`
ShowLegend bool `json:"ShowLegend,omitempty" xml:"ShowLegend"`
SideWall *LinkElement `json:"SideWall,omitempty" xml:"SideWall"`
SizeWithWindow bool `json:"SizeWithWindow,omitempty" xml:"SizeWithWindow"`
Style int64 `json:"Style,omitempty" xml:"Style"`
Title *LinkElement `json:"Title,omitempty" xml:"Title"`
Type_ string `json:"Type,omitempty" xml:"Type"`
ValueAxis *Axis `json:"ValueAxis,omitempty" xml:"ValueAxis"`
Walls *LinkElement `json:"Walls,omitempty" xml:"Walls"`
WallsAndGridlines2D bool `json:"WallsAndGridlines2D,omitempty" xml:"WallsAndGridlines2D"`
}
type ChartArea ¶
type ChartArea struct {
Area *Area `json:"Area,omitempty" xml:"Area"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Border *Line `json:"Border,omitempty" xml:"Border"`
Font *Font `json:"Font,omitempty" xml:"Font"`
IsAutomaticSize bool `json:"IsAutomaticSize,omitempty" xml:"IsAutomaticSize"`
IsInnerMode bool `json:"IsInnerMode,omitempty" xml:"IsInnerMode"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
}
type ChartAreaResponse ¶
type ChartDataTable ¶
type ChartDataTable struct {
Link *Link `json:"link,omitempty" xml:"link"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Border *Line `json:"Border,omitempty" xml:"Border"`
Font *Font `json:"Font,omitempty" xml:"Font"`
HasBorderHorizontal bool `json:"HasBorderHorizontal,omitempty" xml:"HasBorderHorizontal"`
HasBorderOutline bool `json:"HasBorderOutline,omitempty" xml:"HasBorderOutline"`
HasBorderVertical bool `json:"HasBorderVertical,omitempty" xml:"HasBorderVertical"`
ShowLegendKey bool `json:"ShowLegendKey,omitempty" xml:"ShowLegendKey"`
}
type ChartDataTableResponse ¶
type ChartDataTableResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
ChartDataTable *ChartDataTable `json:"ChartDataTable,omitempty" xml:"ChartDataTable"`
}
type ChartFrame ¶
type ChartFrame struct {
Area *Area `json:"Area,omitempty" xml:"Area"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Border *Line `json:"Border,omitempty" xml:"Border"`
Font *Font `json:"Font,omitempty" xml:"Font"`
IsAutomaticSize bool `json:"IsAutomaticSize,omitempty" xml:"IsAutomaticSize"`
IsInnerMode bool `json:"IsInnerMode,omitempty" xml:"IsInnerMode"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
}
type ChartGlobalizationSettings ¶
type ChartGlobalizationSettings struct {
}
type ChartOperateParameter ¶
type ChartOperateParameter struct {
OperateType string `json:"OperateType,omitempty" xml:"OperateType"`
ChartIndex int64 `json:"ChartIndex,omitempty" xml:"ChartIndex"`
ChartType string `json:"ChartType,omitempty" xml:"ChartType"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Area string `json:"Area,omitempty" xml:"Area"`
IsVertical bool `json:"IsVertical,omitempty" xml:"IsVertical"`
CategoryData string `json:"CategoryData,omitempty" xml:"CategoryData"`
IsAutoGetSerialName bool `json:"IsAutoGetSerialName,omitempty" xml:"IsAutoGetSerialName"`
Title string `json:"Title,omitempty" xml:"Title"`
}
type ChartPoint ¶
type ChartPoint struct {
Link *Link `json:"link,omitempty" xml:"link"`
Area *Area `json:"Area,omitempty" xml:"Area"`
Border *Line `json:"Border,omitempty" xml:"Border"`
DataLabels *DataLabels `json:"DataLabels,omitempty" xml:"DataLabels"`
Explosion int64 `json:"Explosion,omitempty" xml:"Explosion"`
Marker *Marker `json:"Marker,omitempty" xml:"Marker"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
XValue *interface{} `json:"XValue,omitempty" xml:"XValue"`
YValue *interface{} `json:"YValue,omitempty" xml:"YValue"`
IsInSecondaryPlot bool `json:"IsInSecondaryPlot,omitempty" xml:"IsInSecondaryPlot"`
}
type ChartPointResponse ¶
type ChartPointResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
ChartPoint *ChartPoint `json:"ChartPoint,omitempty" xml:"ChartPoint"`
}
type ChartPoints ¶
type ChartPoints struct {
Link *Link `json:"link,omitempty" xml:"link"`
ChartPointList []ChartPoint `json:"ChartPointList,omitempty" xml:"ChartPointList"`
}
type ChartPointsResponse ¶
type ChartPointsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
ChartPoints *ChartPoints `json:"ChartPoints,omitempty" xml:"ChartPoints"`
}
type ChartResponse ¶
type ChartShape ¶
type ChartShape struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type Charts ¶
type Charts struct {
Link *Link `json:"link,omitempty" xml:"link"`
ChartList []LinkElement `json:"ChartList,omitempty" xml:"ChartList"`
}
type ChartsResponse ¶
type CheckBox ¶
type CheckBox struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
CheckedValue string `json:"CheckedValue,omitempty" xml:"CheckedValue"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
Value bool `json:"Value,omitempty" xml:"Value"`
}
type CheckBoxResponse ¶
type CheckCloudServiceHealthRequest ¶ added in v25.6.0
type CheckCloudServiceHealthRequest struct {
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*CheckCloudServiceHealthRequest) CreateRequestData ¶ added in v25.6.0
func (data *CheckCloudServiceHealthRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type CheckExternalReferenceOptions ¶ added in v25.4.0
type CheckExternalReferenceOptions struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
Worksheet string `json:"Worksheet,omitempty" xml:"Worksheet"`
Ranged_Table string `json:"Ranged_Table,omitempty" xml:"Ranged_Table"`
ChartIndex int64 `json:"ChartIndex,omitempty" xml:"ChartIndex"`
}
type CheckFormulaErrorOptions ¶ added in v25.4.0
type CheckFormulaErrorOptions struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
SheetName string `json:"SheetName,omitempty" xml:"SheetName"`
ChartIndex int64 `json:"ChartIndex,omitempty" xml:"ChartIndex"`
Names []string `json:"Names,omitempty" xml:"Names"`
}
type CheckWorkbookFormulaErrorsRequest ¶ added in v25.4.0
type CheckWorkbookFormulaErrorsRequest struct {
FormulaErrorOptions interface{} `json:"formula_error_options,omitempty" xml:"formula_error_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*CheckWorkbookFormulaErrorsRequest) CreateRequestData ¶ added in v25.4.0
func (data *CheckWorkbookFormulaErrorsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type CheckWrokbookExternalReferenceRequest ¶ added in v25.4.0
type CheckWrokbookExternalReferenceRequest struct {
CheckExternalReferenceOptions interface{} `json:"check_external_reference_options,omitempty" xml:"check_external_reference_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*CheckWrokbookExternalReferenceRequest) CreateRequestData ¶ added in v25.4.0
func (data *CheckWrokbookExternalReferenceRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type CheckedExternalReferenceResponse ¶ added in v25.4.0
type CheckedExternalReferenceResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
ReferenceOtherWorkbook bool `json:"ReferenceOtherWorkbook,omitempty" xml:"ReferenceOtherWorkbook"`
ReferenceOtherWorksheet bool `json:"ReferenceOtherWorksheet,omitempty" xml:"ReferenceOtherWorksheet"`
Formulas []string `json:"Formulas,omitempty" xml:"Formulas"`
}
type CheckedFormulaErrorsResponse ¶ added in v25.4.0
type CheckedFormulaErrorsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
IsFormulasErrors bool `json:"IsFormulasErrors,omitempty" xml:"IsFormulasErrors"`
FormulasErrors []string `json:"FormulasErrors,omitempty" xml:"FormulasErrors"`
}
type CodegenSpecRequest ¶ added in v25.6.0
type CodegenSpecRequest struct {
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*CodegenSpecRequest) CreateRequestData ¶ added in v25.6.0
func (data *CodegenSpecRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ColorFilter ¶
type ColorFilter struct {
FilterByFillColor bool `json:"FilterByFillColor,omitempty" xml:"FilterByFillColor"`
Pattern string `json:"Pattern,omitempty" xml:"Pattern"`
Color *CellsColor `json:"Color,omitempty" xml:"Color"`
ForegroundColorColor *CellsColor `json:"ForegroundColorColor,omitempty" xml:"ForegroundColorColor"`
BackgroundColor *CellsColor `json:"BackgroundColor,omitempty" xml:"BackgroundColor"`
}
type ColorFilterRequest ¶
type ColorFilterRequest struct {
Pattern string `json:"Pattern,omitempty" xml:"Pattern"`
ForegroundColor *CellsColor `json:"ForegroundColor,omitempty" xml:"ForegroundColor"`
BackgroundColor *CellsColor `json:"BackgroundColor,omitempty" xml:"BackgroundColor"`
}
type ColorScale ¶
type ColorScale struct {
MaxCfvo *ConditionalFormattingValue `json:"MaxCfvo,omitempty" xml:"MaxCfvo"`
MaxColor *Color `json:"MaxColor,omitempty" xml:"MaxColor"`
MidCfvo *ConditionalFormattingValue `json:"MidCfvo,omitempty" xml:"MidCfvo"`
MidColor *Color `json:"MidColor,omitempty" xml:"MidColor"`
MinCfvo *ConditionalFormattingValue `json:"MinCfvo,omitempty" xml:"MinCfvo"`
MinColor *Color `json:"MinColor,omitempty" xml:"MinColor"`
}
type Column ¶
type Column struct {
Link *Link `json:"link,omitempty" xml:"link"`
GroupLevel int64 `json:"GroupLevel,omitempty" xml:"GroupLevel"`
Index int64 `json:"Index,omitempty" xml:"Index"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
Width float64 `json:"Width,omitempty" xml:"Width"`
Style *LinkElement `json:"Style,omitempty" xml:"Style"`
}
type ColumnResponse ¶
type Columns ¶
type Columns struct {
Link *Link `json:"link,omitempty" xml:"link"`
MaxColumn int64 `json:"MaxColumn,omitempty" xml:"MaxColumn"`
ColumnsCount int64 `json:"ColumnsCount,omitempty" xml:"ColumnsCount"`
ColumnsList []LinkElement `json:"ColumnsList,omitempty" xml:"ColumnsList"`
}
type ColumnsResponse ¶
type CombinationSourceData ¶ added in v25.2.0
type CombinationSourceData struct {
Tag string `json:"Tag,omitempty" xml:"Tag"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
Worksheet string `json:"Worksheet,omitempty" xml:"Worksheet"`
TableName string `json:"TableName,omitempty" xml:"TableName"`
CellArea string `json:"CellArea,omitempty" xml:"CellArea"`
HasHeader bool `json:"HasHeader,omitempty" xml:"HasHeader"`
}
type ComboBox ¶
type ComboBox struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
DropDownLines int64 `json:"DropDownLines,omitempty" xml:"DropDownLines"`
InputRange string `json:"InputRange,omitempty" xml:"InputRange"`
SelectedCell *LinkElement `json:"SelectedCell,omitempty" xml:"SelectedCell"`
SelectedIndex int64 `json:"SelectedIndex,omitempty" xml:"SelectedIndex"`
SelectedValue string `json:"SelectedValue,omitempty" xml:"SelectedValue"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
}
type ComboBoxResponse ¶
type Comment ¶
type Comment struct {
Link *Link `json:"link,omitempty" xml:"link"`
CellName string `json:"CellName,omitempty" xml:"CellName"`
Author string `json:"Author,omitempty" xml:"Author"`
HtmlNote string `json:"HtmlNote,omitempty" xml:"HtmlNote"`
Note string `json:"Note,omitempty" xml:"Note"`
AutoSize bool `json:"AutoSize,omitempty" xml:"AutoSize"`
IsVisible bool `json:"IsVisible,omitempty" xml:"IsVisible"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
}
type CommentResponse ¶
type CommentShape ¶
type CommentShape struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
Comment *LinkElement `json:"Comment,omitempty" xml:"Comment"`
}
type CommentShapeResponse ¶
type CommentShapeResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Comment *CommentShape `json:"Comment,omitempty" xml:"Comment"`
}
type Comments ¶
type Comments struct {
Link *Link `json:"link,omitempty" xml:"link"`
CommentList []LinkElement `json:"CommentList,omitempty" xml:"CommentList"`
}
type CommentsResponse ¶
type CompressSpreadsheetRequest ¶ added in v25.8.0
type CompressSpreadsheetRequest struct {
Level int64 `json:"level,omitempty" xml:"level"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*CompressSpreadsheetRequest) CreateRequestData ¶ added in v25.8.0
func (data *CompressSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConditionalFormatting ¶
type ConditionalFormatting struct {
Link *Link `json:"link,omitempty" xml:"link"`
Sqref string `json:"sqref,omitempty" xml:"sqref"`
FormatConditions []FormatCondition `json:"FormatConditions,omitempty" xml:"FormatConditions"`
}
type ConditionalFormattingResponse ¶
type ConditionalFormattingResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
ConditionalFormatting *ConditionalFormatting `json:"ConditionalFormatting,omitempty" xml:"ConditionalFormatting"`
}
type ConditionalFormattings ¶
type ConditionalFormattings struct {
Link *Link `json:"link,omitempty" xml:"link"`
Count int64 `json:"Count,omitempty" xml:"Count"`
ConditionalFormattingList []ConditionalFormatting `json:"ConditionalFormattingList,omitempty" xml:"ConditionalFormattingList"`
}
type ConditionalFormattingsResponse ¶
type ConditionalFormattingsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
ConditionalFormattings *ConditionalFormattings `json:"ConditionalFormattings,omitempty" xml:"ConditionalFormattings"`
}
type Configuration ¶
type Configuration struct {
BasePath string `json:"basePath,omitempty"`
Version string `json:"version,omitempty"`
Host string `json:"host,omitempty"`
Scheme string `json:"scheme,omitempty"`
DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
HTTPClient *http.Client
ClientSecret string
ClientId string
AccessToken string
GetAccessTokenTime time.Time
}
func NewConfiguration ¶
func NewConfiguration(clientId string, clientSecret string, basePath string, version string) *Configuration
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
type ConvertChartToImageRequest ¶ added in v25.6.0
type ConvertChartToImageRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Format string `json:"format,omitempty" xml:"format"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertChartToImageRequest) CreateRequestData ¶ added in v25.6.0
func (data *ConvertChartToImageRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertChartToPdfRequest ¶ added in v25.6.0
type ConvertChartToPdfRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertChartToPdfRequest) CreateRequestData ¶ added in v25.6.0
func (data *ConvertChartToPdfRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertParameter ¶
type ConvertRangeToCsvRequest ¶ added in v25.7.0
type ConvertRangeToCsvRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertRangeToCsvRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertRangeToCsvRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertRangeToHtmlRequest ¶ added in v25.7.0
type ConvertRangeToHtmlRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertRangeToHtmlRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertRangeToHtmlRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertRangeToImageRequest ¶ added in v25.7.0
type ConvertRangeToImageRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
Format string `json:"format,omitempty" xml:"format"`
PrintHeadings bool `json:"print_headings,omitempty" xml:"print_headings"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertRangeToImageRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertRangeToImageRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertRangeToJsonRequest ¶ added in v25.7.0
type ConvertRangeToJsonRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertRangeToJsonRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertRangeToJsonRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertRangeToPdfRequest ¶ added in v25.7.0
type ConvertRangeToPdfRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertRangeToPdfRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertRangeToPdfRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertSpreadsheetRequest ¶ added in v25.6.0
type ConvertSpreadsheetRequest struct {
Format string `json:"format,omitempty" xml:"format"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertSpreadsheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *ConvertSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertSpreadsheetToCsvRequest ¶ added in v25.9.0
type ConvertSpreadsheetToCsvRequest struct {
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertSpreadsheetToCsvRequest) CreateRequestData ¶ added in v25.9.0
func (data *ConvertSpreadsheetToCsvRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertSpreadsheetToJsonRequest ¶ added in v25.11.0
type ConvertSpreadsheetToJsonRequest struct {
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertSpreadsheetToJsonRequest) CreateRequestData ¶ added in v25.11.0
func (data *ConvertSpreadsheetToJsonRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertSpreadsheetToPdfRequest ¶ added in v25.9.0
type ConvertSpreadsheetToPdfRequest struct {
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertSpreadsheetToPdfRequest) CreateRequestData ¶ added in v25.9.0
func (data *ConvertSpreadsheetToPdfRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertTableToCsvRequest ¶ added in v25.7.0
type ConvertTableToCsvRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
TableName string `json:"table_name,omitempty" xml:"table_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertTableToCsvRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertTableToCsvRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertTableToHtmlRequest ¶ added in v25.7.0
type ConvertTableToHtmlRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
TableName string `json:"table_name,omitempty" xml:"table_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertTableToHtmlRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertTableToHtmlRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertTableToImageRequest ¶ added in v25.7.0
type ConvertTableToImageRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
TableName string `json:"table_name,omitempty" xml:"table_name"`
Format string `json:"format,omitempty" xml:"format"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertTableToImageRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertTableToImageRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertTableToJsonRequest ¶ added in v25.7.0
type ConvertTableToJsonRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
TableName string `json:"table_name,omitempty" xml:"table_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertTableToJsonRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertTableToJsonRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertTableToPdfRequest ¶ added in v25.7.0
type ConvertTableToPdfRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
TableName string `json:"table_name,omitempty" xml:"table_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertTableToPdfRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertTableToPdfRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertTaskParameter ¶
type ConvertTaskParameter struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Workbook *FileSource `json:"Workbook,omitempty" xml:"Workbook"`
DestinationFile string `json:"DestinationFile,omitempty" xml:"DestinationFile"`
Region string `json:"Region,omitempty" xml:"Region"`
SaveOptions *SaveOptions `json:"SaveOptions,omitempty" xml:"SaveOptions"`
}
type ConvertTextOptions ¶
type ConvertTextOptions struct {
Name string `json:"Name,omitempty" xml:"Name"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
ScopeOptions *ScopeOptions `json:"ScopeOptions,omitempty" xml:"ScopeOptions"`
ConvertTextType string `json:"ConvertTextType,omitempty" xml:"ConvertTextType"`
SourceCharacters string `json:"SourceCharacters,omitempty" xml:"SourceCharacters"`
TargetCharacters string `json:"TargetCharacters,omitempty" xml:"TargetCharacters"`
}
type ConvertTextRequest ¶ added in v25.10.0
type ConvertTextRequest struct {
ConvertTextType string `json:"convert_text_type,omitempty" xml:"convert_text_type"`
SourceCharacters string `json:"source_characters,omitempty" xml:"source_characters"`
TargetCharacters string `json:"target_characters,omitempty" xml:"target_characters"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertTextRequest) CreateRequestData ¶ added in v25.10.0
func (data *ConvertTextRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertWorkbookOptions ¶ added in v25.3.0
type ConvertWorkbookOptions struct {
Name string `json:"Name,omitempty" xml:"Name"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
PageSetup *PageSetup `json:"PageSetup,omitempty" xml:"PageSetup"`
SaveOptions *SaveOptions `json:"SaveOptions,omitempty" xml:"SaveOptions"`
ConvertFormat string `json:"ConvertFormat,omitempty" xml:"ConvertFormat"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
}
type ConvertWorksheetOptions ¶ added in v25.2.0
type ConvertWorksheetOptions struct {
Name string `json:"Name,omitempty" xml:"Name"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
WorksheetName string `json:"WorksheetName,omitempty" xml:"WorksheetName"`
PageSetup *PageSetup `json:"PageSetup,omitempty" xml:"PageSetup"`
ImageOrPrintOptions *ImageOrPrintOptions `json:"ImageOrPrintOptions,omitempty" xml:"ImageOrPrintOptions"`
ConvertFormat string `json:"ConvertFormat,omitempty" xml:"ConvertFormat"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
Region string `json:"Region,omitempty" xml:"Region"`
}
type ConvertWorksheetTaskParameter ¶
type ConvertWorksheetTaskParameter struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Workbook *FileSource `json:"Workbook,omitempty" xml:"Workbook"`
Sheet string `json:"Sheet,omitempty" xml:"Sheet"`
TargetDataSource *DataSource `json:"TargetDataSource,omitempty" xml:"TargetDataSource"`
Target *FileSource `json:"Target,omitempty" xml:"Target"`
Format string `json:"Format,omitempty" xml:"Format"`
Area string `json:"Area,omitempty" xml:"Area"`
PageIndex int64 `json:"PageIndex,omitempty" xml:"PageIndex"`
VerticalResolution int64 `json:"VerticalResolution,omitempty" xml:"VerticalResolution"`
HorizontalResolution int64 `json:"HorizontalResolution,omitempty" xml:"HorizontalResolution"`
}
type ConvertWorksheetToImageRequest ¶ added in v25.7.0
type ConvertWorksheetToImageRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Format string `json:"format,omitempty" xml:"format"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertWorksheetToImageRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertWorksheetToImageRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ConvertWorksheetToPdfRequest ¶ added in v25.7.0
type ConvertWorksheetToPdfRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ConvertWorksheetToPdfRequest) CreateRequestData ¶ added in v25.7.0
func (data *ConvertWorksheetToPdfRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type CopyFileRequest ¶
type CopyFileRequest struct {
SrcPath string `json:"src_path,omitempty" xml:"src_path"`
DestPath string `json:"dest_path,omitempty" xml:"dest_path"`
SrcStorageName string `json:"src_storage_name,omitempty" xml:"src_storage_name"`
DestStorageName string `json:"dest_storage_name,omitempty" xml:"dest_storage_name"`
VersionId string `json:"version_id,omitempty" xml:"version_id"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*CopyFileRequest) CreateRequestData ¶
func (data *CopyFileRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type CopyFolderRequest ¶
type CopyFolderRequest struct {
SrcPath string `json:"src_path,omitempty" xml:"src_path"`
DestPath string `json:"dest_path,omitempty" xml:"dest_path"`
SrcStorageName string `json:"src_storage_name,omitempty" xml:"src_storage_name"`
DestStorageName string `json:"dest_storage_name,omitempty" xml:"dest_storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*CopyFolderRequest) CreateRequestData ¶
func (data *CopyFolderRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type CopyOptions ¶
type CopyOptions struct {
ColumnCharacterWidth bool `json:"ColumnCharacterWidth,omitempty" xml:"ColumnCharacterWidth"`
CopyInvalidFormulasAsValues bool `json:"CopyInvalidFormulasAsValues,omitempty" xml:"CopyInvalidFormulasAsValues"`
CopyNames bool `json:"CopyNames,omitempty" xml:"CopyNames"`
ExtendToAdjacentRange bool `json:"ExtendToAdjacentRange,omitempty" xml:"ExtendToAdjacentRange"`
ReferToDestinationSheet bool `json:"ReferToDestinationSheet,omitempty" xml:"ReferToDestinationSheet"`
ReferToSheetWithSameName bool `json:"ReferToSheetWithSameName,omitempty" xml:"ReferToSheetWithSameName"`
CopyTheme bool `json:"CopyTheme,omitempty" xml:"CopyTheme"`
}
type CreateFolderRequest ¶
type CreateFolderRequest struct {
Path string `json:"path,omitempty" xml:"path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*CreateFolderRequest) CreateRequestData ¶
func (data *CreateFolderRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type CreatePivotTableRequest ¶
type CreatePivotTableRequest struct {
Name string `json:"Name,omitempty" xml:"Name"`
SourceData string `json:"SourceData,omitempty" xml:"SourceData"`
DestCellName string `json:"DestCellName,omitempty" xml:"DestCellName"`
UseSameSource bool `json:"UseSameSource,omitempty" xml:"UseSameSource"`
PivotFieldRows []int64 `json:"PivotFieldRows,omitempty" xml:"PivotFieldRows"`
PivotFieldColumns []int64 `json:"PivotFieldColumns,omitempty" xml:"PivotFieldColumns"`
PivotFieldData []int64 `json:"PivotFieldData,omitempty" xml:"PivotFieldData"`
}
type CreateSpreadsheetRequest ¶ added in v25.8.0
type CreateSpreadsheetRequest struct {
Format string `json:"format,omitempty" xml:"format"`
Template string `json:"template,omitempty" xml:"template"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*CreateSpreadsheetRequest) CreateRequestData ¶ added in v25.8.0
func (data *CreateSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type CriteriaMultipleFilter ¶
type CriteriaMultipleFilter struct {
Criteria string `json:"Criteria,omitempty" xml:"Criteria"`
}
type CustomFilter ¶
type CustomFilter struct {
Criteria *interface{} `json:"Criteria,omitempty" xml:"Criteria"`
FilterOperatorType string `json:"FilterOperatorType,omitempty" xml:"FilterOperatorType"`
}
type CustomParserConfig ¶
type DataBar ¶
type DataBar struct {
AxisColor *Color `json:"AxisColor,omitempty" xml:"AxisColor"`
AxisPosition string `json:"AxisPosition,omitempty" xml:"AxisPosition"`
BarBorder *DataBarBorder `json:"BarBorder,omitempty" xml:"BarBorder"`
BarFillType string `json:"BarFillType,omitempty" xml:"BarFillType"`
Color *Color `json:"Color,omitempty" xml:"Color"`
Direction string `json:"Direction,omitempty" xml:"Direction"`
MaxCfvo *ConditionalFormattingValue `json:"MaxCfvo,omitempty" xml:"MaxCfvo"`
MaxLength int64 `json:"MaxLength,omitempty" xml:"MaxLength"`
MinCfvo *ConditionalFormattingValue `json:"MinCfvo,omitempty" xml:"MinCfvo"`
MinLength int64 `json:"MinLength,omitempty" xml:"MinLength"`
NegativeBarFormat *NegativeBarFormat `json:"NegativeBarFormat,omitempty" xml:"NegativeBarFormat"`
ShowValue bool `json:"ShowValue,omitempty" xml:"ShowValue"`
}
type DataBarBorder ¶
type DataCleansing ¶
type DataCleansingRequest ¶
type DataCleansingRequest struct {
File *FileInfo `json:"File,omitempty" xml:"File"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
Region string `json:"Region,omitempty" xml:"Region"`
OutFileFormat string `json:"OutFileFormat,omitempty" xml:"OutFileFormat"`
DataCleansing *DataCleansing `json:"DataCleansing,omitempty" xml:"DataCleansing"`
}
type DataColumnFillValue ¶
type DataColumnFillValue struct {
ColumnIndex int64 `json:"ColumnIndex,omitempty" xml:"ColumnIndex"`
DataFillValue *DataFillValue `json:"DataFillValue,omitempty" xml:"DataFillValue"`
}
type DataDeduplicationRequest ¶
type DataDeduplicationRequest struct {
File *FileInfo `json:"File,omitempty" xml:"File"`
DeduplicationRegion *DeduplicationRegion `json:"DeduplicationRegion,omitempty" xml:"DeduplicationRegion"`
OutFileFormat string `json:"OutFileFormat,omitempty" xml:"OutFileFormat"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
Region string `json:"Region,omitempty" xml:"Region"`
}
type DataFill ¶
type DataFill struct {
Ranges []Range `json:"Ranges,omitempty" xml:"Ranges"`
DataFillDefaultValue *DataFillValue `json:"DataFillDefaultValue,omitempty" xml:"DataFillDefaultValue"`
DataColumnFillValueList []DataColumnFillValue `json:"DataColumnFillValueList,omitempty" xml:"DataColumnFillValueList"`
}
type DataFillRequest ¶
type DataFillRequest struct {
File *FileInfo `json:"File,omitempty" xml:"File"`
OutFileFormat string `json:"OutFileFormat,omitempty" xml:"OutFileFormat"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
Region string `json:"Region,omitempty" xml:"Region"`
DataFill *DataFill `json:"DataFill,omitempty" xml:"DataFill"`
}
type DataFillValue ¶
type DataFillValue struct {
DefaultBoolean bool `json:"DefaultBoolean,omitempty" xml:"DefaultBoolean"`
DefaultString string `json:"DefaultString,omitempty" xml:"DefaultString"`
DefaultNumber int64 `json:"DefaultNumber,omitempty" xml:"DefaultNumber"`
DefaultDouble float64 `json:"DefaultDouble,omitempty" xml:"DefaultDouble"`
DefaultDate string `json:"DefaultDate,omitempty" xml:"DefaultDate"`
}
type DataLabels ¶
type DataLabels struct {
Area *Area `json:"Area,omitempty" xml:"Area"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Border *Line `json:"Border,omitempty" xml:"Border"`
Font *Font `json:"Font,omitempty" xml:"Font"`
IsAutomaticSize bool `json:"IsAutomaticSize,omitempty" xml:"IsAutomaticSize"`
IsInnerMode bool `json:"IsInnerMode,omitempty" xml:"IsInnerMode"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
IsAutoText bool `json:"IsAutoText,omitempty" xml:"IsAutoText"`
IsDeleted bool `json:"IsDeleted,omitempty" xml:"IsDeleted"`
LinkedSource string `json:"LinkedSource,omitempty" xml:"LinkedSource"`
Number int64 `json:"Number,omitempty" xml:"Number"`
NumberFormat string `json:"NumberFormat,omitempty" xml:"NumberFormat"`
NumberFormatLinked bool `json:"NumberFormatLinked,omitempty" xml:"NumberFormatLinked"`
Position string `json:"Position,omitempty" xml:"Position"`
RotationAngle int64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
Separator string `json:"Separator,omitempty" xml:"Separator"`
ShowBubbleSize bool `json:"ShowBubbleSize,omitempty" xml:"ShowBubbleSize"`
ShowCategoryName bool `json:"ShowCategoryName,omitempty" xml:"ShowCategoryName"`
ShowLegendKey bool `json:"ShowLegendKey,omitempty" xml:"ShowLegendKey"`
ShowPercentage bool `json:"ShowPercentage,omitempty" xml:"ShowPercentage"`
ShowSeriesName bool `json:"ShowSeriesName,omitempty" xml:"ShowSeriesName"`
ShowValue bool `json:"ShowValue,omitempty" xml:"ShowValue"`
Text string `json:"Text,omitempty" xml:"Text"`
TextDirection string `json:"TextDirection,omitempty" xml:"TextDirection"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
}
type DataLabelsResponse ¶
type DataLabelsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
DataLabels *DataLabels `json:"DataLabels,omitempty" xml:"DataLabels"`
}
type DataOutputLocation ¶ added in v25.2.0
type DataOutputLocation struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
Worksheet string `json:"Worksheet,omitempty" xml:"Worksheet"`
BeginRowIndex int64 `json:"BeginRowIndex,omitempty" xml:"BeginRowIndex"`
BeginColumnIndex int64 `json:"BeginColumnIndex,omitempty" xml:"BeginColumnIndex"`
}
type DataQuery ¶
type DataQuery struct {
Name string `json:"Name,omitempty" xml:"Name"`
DataSourceDataType string `json:"DataSourceDataType,omitempty" xml:"DataSourceDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
DataItem *DataItem `json:"DataItem,omitempty" xml:"DataItem"`
}
type DataSorter ¶
type DataSorter struct {
CaseSensitive bool `json:"CaseSensitive,omitempty" xml:"CaseSensitive"`
HasHeaders bool `json:"HasHeaders,omitempty" xml:"HasHeaders"`
KeyList []SortKey `json:"KeyList,omitempty" xml:"KeyList"`
SortLeftToRight bool `json:"SortLeftToRight,omitempty" xml:"SortLeftToRight"`
SortAsNumber bool `json:"SortAsNumber,omitempty" xml:"SortAsNumber"`
Keys []DataSorterKey `json:"Keys,omitempty" xml:"Keys"`
}
type DataSorterKey ¶
type DataSorterKey struct {
Order string `json:"Order,omitempty" xml:"Order"`
Index int64 `json:"Index,omitempty" xml:"Index"`
Type_ string `json:"Type,omitempty" xml:"Type"`
IconSetType string `json:"IconSetType,omitempty" xml:"IconSetType"`
IconId int64 `json:"IconId,omitempty" xml:"IconId"`
Color *Color `json:"Color,omitempty" xml:"Color"`
}
type DataSource ¶
type DataTransformationRequest ¶
type DataTransformationRequest struct {
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
LoadData *LoadData `json:"LoadData,omitempty" xml:"LoadData"`
AppliedSteps []AppliedStep `json:"AppliedSteps,omitempty" xml:"AppliedSteps"`
Region string `json:"Region,omitempty" xml:"Region"`
OutFormat string `json:"OutFormat,omitempty" xml:"OutFormat"`
}
type DateTimeGroupItem ¶
type DateTimeGroupItem struct {
DateTimeGroupingType string `json:"DateTimeGroupingType,omitempty" xml:"DateTimeGroupingType"`
Day int64 `json:"Day,omitempty" xml:"Day"`
Hour int64 `json:"Hour,omitempty" xml:"Hour"`
Minute int64 `json:"Minute,omitempty" xml:"Minute"`
Month int64 `json:"Month,omitempty" xml:"Month"`
Second int64 `json:"Second,omitempty" xml:"Second"`
Year int64 `json:"Year,omitempty" xml:"Year"`
}
type DbfSaveOptions ¶ added in v25.5.0
type DbfSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
ExportAsString bool `json:"ExportAsString,omitempty" xml:"ExportAsString"`
}
type DeduplicationRegion ¶
type DeleteDecryptWorkbookRequest ¶
type DeleteDecryptWorkbookRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Encryption interface{} `json:"encryption,omitempty" xml:"encryption"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteDecryptWorkbookRequest) CreateRequestData ¶
func (data *DeleteDecryptWorkbookRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteDocumentPropertiesRequest ¶
type DeleteDocumentPropertiesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteDocumentPropertiesRequest) CreateRequestData ¶
func (data *DeleteDocumentPropertiesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteDocumentPropertyRequest ¶
type DeleteDocumentPropertyRequest struct {
Name string `json:"name,omitempty" xml:"name"`
PropertyName string `json:"property_name,omitempty" xml:"property_name"`
Type_ string `json:"type,omitempty" xml:"type"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteDocumentPropertyRequest) CreateRequestData ¶
func (data *DeleteDocumentPropertyRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteDocumentUnProtectFromChangesRequest ¶
type DeleteDocumentUnProtectFromChangesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteDocumentUnProtectFromChangesRequest) CreateRequestData ¶
func (data *DeleteDocumentUnProtectFromChangesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteFileRequest ¶
type DeleteFileRequest struct {
Path string `json:"path,omitempty" xml:"path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
VersionId string `json:"version_id,omitempty" xml:"version_id"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteFileRequest) CreateRequestData ¶
func (data *DeleteFileRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteFolderRequest ¶
type DeleteFolderRequest struct {
Path string `json:"path,omitempty" xml:"path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Recursive bool `json:"recursive,omitempty" xml:"recursive"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteFolderRequest) CreateRequestData ¶
func (data *DeleteFolderRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteHeaderFooterRequest ¶
type DeleteHeaderFooterRequest struct {
}
func (*DeleteHeaderFooterRequest) CreateRequestData ¶
func (data *DeleteHeaderFooterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteHorizontalPageBreakRequest ¶
type DeleteHorizontalPageBreakRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteHorizontalPageBreakRequest) CreateRequestData ¶
func (data *DeleteHorizontalPageBreakRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteHorizontalPageBreaksRequest ¶
type DeleteHorizontalPageBreaksRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Row int64 `json:"row,omitempty" xml:"row"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteHorizontalPageBreaksRequest) CreateRequestData ¶
func (data *DeleteHorizontalPageBreaksRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteIncompleteRowsRequest ¶
type DeleteIncompleteRowsRequest struct {
File *FileInfo `json:"File,omitempty" xml:"File"`
OutFileFormat string `json:"OutFileFormat,omitempty" xml:"OutFileFormat"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
Region string `json:"Region,omitempty" xml:"Region"`
Ranges []Range `json:"Ranges,omitempty" xml:"Ranges"`
}
type DeleteMetadataRequest ¶
type DeleteMetadataRequest struct {
Type_ string `json:"type,omitempty" xml:"type"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteMetadataRequest) CreateRequestData ¶
func (data *DeleteMetadataRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeletePivotTableFieldRequest ¶
type DeletePivotTableFieldRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
PivotFieldType string `json:"pivot_field_type,omitempty" xml:"pivot_field_type"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
PivotTableFieldRequest interface{} `json:"pivot_table_field_request,omitempty" xml:"pivot_table_field_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeletePivotTableFieldRequest) CreateRequestData ¶
func (data *DeletePivotTableFieldRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteUnProtectWorkbookRequest ¶
type DeleteUnProtectWorkbookRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Password string `json:"password,omitempty" xml:"password"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteUnProtectWorkbookRequest) CreateRequestData ¶
func (data *DeleteUnProtectWorkbookRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteUnprotectWorksheetRequest ¶
type DeleteUnprotectWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ProtectParameter interface{} `json:"protect_parameter,omitempty" xml:"protect_parameter"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteUnprotectWorksheetRequest) CreateRequestData ¶
func (data *DeleteUnprotectWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteVerticalPageBreakRequest ¶
type DeleteVerticalPageBreakRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteVerticalPageBreakRequest) CreateRequestData ¶
func (data *DeleteVerticalPageBreakRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteVerticalPageBreaksRequest ¶
type DeleteVerticalPageBreaksRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Column int64 `json:"column,omitempty" xml:"column"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteVerticalPageBreaksRequest) CreateRequestData ¶
func (data *DeleteVerticalPageBreaksRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorkbookBackgroundRequest ¶
type DeleteWorkbookBackgroundRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorkbookBackgroundRequest) CreateRequestData ¶
func (data *DeleteWorkbookBackgroundRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorkbookNameRequest ¶
type DeleteWorkbookNameRequest struct {
Name string `json:"name,omitempty" xml:"name"`
NameName string `json:"name_name,omitempty" xml:"name_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorkbookNameRequest) CreateRequestData ¶
func (data *DeleteWorkbookNameRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorkbookNamesRequest ¶
type DeleteWorkbookNamesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorkbookNamesRequest) CreateRequestData ¶
func (data *DeleteWorkbookNamesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetBackgroundRequest ¶
type DeleteWorksheetBackgroundRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetBackgroundRequest) CreateRequestData ¶
func (data *DeleteWorksheetBackgroundRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetCellsRangeRequest ¶
type DeleteWorksheetCellsRangeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
Shift string `json:"shift,omitempty" xml:"shift"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetCellsRangeRequest) CreateRequestData ¶
func (data *DeleteWorksheetCellsRangeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetChartLegendRequest ¶
type DeleteWorksheetChartLegendRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetChartLegendRequest) CreateRequestData ¶
func (data *DeleteWorksheetChartLegendRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetChartRequest ¶
type DeleteWorksheetChartRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetChartRequest) CreateRequestData ¶
func (data *DeleteWorksheetChartRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetChartTitleRequest ¶
type DeleteWorksheetChartTitleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetChartTitleRequest) CreateRequestData ¶
func (data *DeleteWorksheetChartTitleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetChartsRequest ¶
type DeleteWorksheetChartsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetChartsRequest) CreateRequestData ¶
func (data *DeleteWorksheetChartsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetColumnsRequest ¶
type DeleteWorksheetColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ColumnIndex int64 `json:"column_index,omitempty" xml:"column_index"`
Columns int64 `json:"columns,omitempty" xml:"columns"`
UpdateReference bool `json:"update_reference,omitempty" xml:"update_reference"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetColumnsRequest) CreateRequestData ¶
func (data *DeleteWorksheetColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetCommentRequest ¶
type DeleteWorksheetCommentRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetCommentRequest) CreateRequestData ¶
func (data *DeleteWorksheetCommentRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetCommentsRequest ¶
type DeleteWorksheetCommentsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetCommentsRequest) CreateRequestData ¶
func (data *DeleteWorksheetCommentsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetConditionalFormattingAreaRequest ¶
type DeleteWorksheetConditionalFormattingAreaRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
StartRow int64 `json:"start_row,omitempty" xml:"start_row"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
TotalRows int64 `json:"total_rows,omitempty" xml:"total_rows"`
TotalColumns int64 `json:"total_columns,omitempty" xml:"total_columns"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetConditionalFormattingAreaRequest) CreateRequestData ¶
func (data *DeleteWorksheetConditionalFormattingAreaRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetConditionalFormattingRequest ¶
type DeleteWorksheetConditionalFormattingRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetConditionalFormattingRequest) CreateRequestData ¶
func (data *DeleteWorksheetConditionalFormattingRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetConditionalFormattingsRequest ¶
type DeleteWorksheetConditionalFormattingsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetConditionalFormattingsRequest) CreateRequestData ¶
func (data *DeleteWorksheetConditionalFormattingsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetDateFilterRequest ¶
type DeleteWorksheetDateFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
DateTimeGroupingType string `json:"date_time_grouping_type,omitempty" xml:"date_time_grouping_type"`
Year int64 `json:"year,omitempty" xml:"year"`
Month int64 `json:"month,omitempty" xml:"month"`
Day int64 `json:"day,omitempty" xml:"day"`
Hour int64 `json:"hour,omitempty" xml:"hour"`
Minute int64 `json:"minute,omitempty" xml:"minute"`
Second int64 `json:"second,omitempty" xml:"second"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetDateFilterRequest) CreateRequestData ¶
func (data *DeleteWorksheetDateFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetFilterRequest ¶
type DeleteWorksheetFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
Criteria string `json:"criteria,omitempty" xml:"criteria"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetFilterRequest) CreateRequestData ¶
func (data *DeleteWorksheetFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetFreezePanesRequest ¶
type DeleteWorksheetFreezePanesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Row int64 `json:"row,omitempty" xml:"row"`
Column int64 `json:"column,omitempty" xml:"column"`
FreezedRows int64 `json:"freezed_rows,omitempty" xml:"freezed_rows"`
FreezedColumns int64 `json:"freezed_columns,omitempty" xml:"freezed_columns"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetFreezePanesRequest) CreateRequestData ¶
func (data *DeleteWorksheetFreezePanesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetFromSpreadsheetRequest ¶ added in v25.8.0
type DeleteWorksheetFromSpreadsheetRequest struct {
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetFromSpreadsheetRequest) CreateRequestData ¶ added in v25.8.0
func (data *DeleteWorksheetFromSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetHyperlinkRequest ¶
type DeleteWorksheetHyperlinkRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
HyperlinkIndex int64 `json:"hyperlink_index,omitempty" xml:"hyperlink_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetHyperlinkRequest) CreateRequestData ¶
func (data *DeleteWorksheetHyperlinkRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetHyperlinksRequest ¶
type DeleteWorksheetHyperlinksRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetHyperlinksRequest) CreateRequestData ¶
func (data *DeleteWorksheetHyperlinksRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetListObjectRequest ¶
type DeleteWorksheetListObjectRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ListObjectIndex int64 `json:"list_object_index,omitempty" xml:"list_object_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetListObjectRequest) CreateRequestData ¶
func (data *DeleteWorksheetListObjectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetListObjectsRequest ¶
type DeleteWorksheetListObjectsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetListObjectsRequest) CreateRequestData ¶
func (data *DeleteWorksheetListObjectsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetOleObjectRequest ¶
type DeleteWorksheetOleObjectRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
OleObjectIndex int64 `json:"ole_object_index,omitempty" xml:"ole_object_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetOleObjectRequest) CreateRequestData ¶
func (data *DeleteWorksheetOleObjectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetOleObjectsRequest ¶
type DeleteWorksheetOleObjectsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetOleObjectsRequest) CreateRequestData ¶
func (data *DeleteWorksheetOleObjectsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetPictureRequest ¶
type DeleteWorksheetPictureRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PictureIndex int64 `json:"picture_index,omitempty" xml:"picture_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetPictureRequest) CreateRequestData ¶
func (data *DeleteWorksheetPictureRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetPicturesRequest ¶
type DeleteWorksheetPicturesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetPicturesRequest) CreateRequestData ¶
func (data *DeleteWorksheetPicturesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetPivotTableFilterRequest ¶
type DeleteWorksheetPivotTableFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
NeedReCalculate bool `json:"need_re_calculate,omitempty" xml:"need_re_calculate"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetPivotTableFilterRequest) CreateRequestData ¶
func (data *DeleteWorksheetPivotTableFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetPivotTableFiltersRequest ¶
type DeleteWorksheetPivotTableFiltersRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
NeedReCalculate bool `json:"need_re_calculate,omitempty" xml:"need_re_calculate"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetPivotTableFiltersRequest) CreateRequestData ¶
func (data *DeleteWorksheetPivotTableFiltersRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetPivotTableRequest ¶
type DeleteWorksheetPivotTableRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetPivotTableRequest) CreateRequestData ¶
func (data *DeleteWorksheetPivotTableRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetPivotTablesRequest ¶
type DeleteWorksheetPivotTablesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetPivotTablesRequest) CreateRequestData ¶
func (data *DeleteWorksheetPivotTablesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetRequest ¶
type DeleteWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetRequest) CreateRequestData ¶
func (data *DeleteWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetRowRequest ¶
type DeleteWorksheetRowRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
RowIndex int64 `json:"row_index,omitempty" xml:"row_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetRowRequest) CreateRequestData ¶
func (data *DeleteWorksheetRowRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetRowsRequest ¶
type DeleteWorksheetRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Startrow int64 `json:"startrow,omitempty" xml:"startrow"`
TotalRows int64 `json:"total_rows,omitempty" xml:"total_rows"`
UpdateReference bool `json:"update_reference,omitempty" xml:"update_reference"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetRowsRequest) CreateRequestData ¶
func (data *DeleteWorksheetRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetShapeRequest ¶
type DeleteWorksheetShapeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Shapeindex int64 `json:"shapeindex,omitempty" xml:"shapeindex"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetShapeRequest) CreateRequestData ¶
func (data *DeleteWorksheetShapeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetShapesRequest ¶
type DeleteWorksheetShapesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetShapesRequest) CreateRequestData ¶
func (data *DeleteWorksheetShapesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetSparklineGroupRequest ¶
type DeleteWorksheetSparklineGroupRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
SparklineIndex int64 `json:"sparkline_index,omitempty" xml:"sparkline_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetSparklineGroupRequest) CreateRequestData ¶
func (data *DeleteWorksheetSparklineGroupRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetSparklineGroupsRequest ¶
type DeleteWorksheetSparklineGroupsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetSparklineGroupsRequest) CreateRequestData ¶
func (data *DeleteWorksheetSparklineGroupsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetValidationRequest ¶
type DeleteWorksheetValidationRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ValidationIndex int64 `json:"validation_index,omitempty" xml:"validation_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetValidationRequest) CreateRequestData ¶
func (data *DeleteWorksheetValidationRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetValidationsRequest ¶
type DeleteWorksheetValidationsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetValidationsRequest) CreateRequestData ¶
func (data *DeleteWorksheetValidationsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DeleteWorksheetsRequest ¶
type DeleteWorksheetsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
MatchCondition interface{} `json:"match_condition,omitempty" xml:"match_condition"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DeleteWorksheetsRequest) CreateRequestData ¶
func (data *DeleteWorksheetsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DifSaveOptions ¶
type DifSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
}
type DigitalSignature ¶
type DigitalSignature struct {
Comments string `json:"Comments,omitempty" xml:"Comments"`
SignTime string `json:"SignTime,omitempty" xml:"SignTime"`
Id string `json:"Id,omitempty" xml:"Id"`
Password string `json:"Password,omitempty" xml:"Password"`
Image []int64 `json:"Image,omitempty" xml:"Image"`
ProviderId string `json:"ProviderId,omitempty" xml:"ProviderId"`
IsValid bool `json:"IsValid,omitempty" xml:"IsValid"`
XAdESType string `json:"XAdESType,omitempty" xml:"XAdESType"`
}
type DiscoverChart ¶
type DiscoverChart struct {
Name string `json:"Name,omitempty" xml:"Name"`
SheetName string `json:"SheetName,omitempty" xml:"SheetName"`
Title string `json:"Title,omitempty" xml:"Title"`
Type_ string `json:"Type,omitempty" xml:"Type"`
DataRange string `json:"DataRange,omitempty" xml:"DataRange"`
Thumbnail string `json:"Thumbnail,omitempty" xml:"Thumbnail"`
}
type DiscoverPivotTable ¶
type DiscoverPivotTable struct {
Name string `json:"Name,omitempty" xml:"Name"`
Title string `json:"Title,omitempty" xml:"Title"`
DataRange string `json:"DataRange,omitempty" xml:"DataRange"`
PivotFieldRows []int64 `json:"PivotFieldRows,omitempty" xml:"PivotFieldRows"`
PivotFieldColumns []int64 `json:"PivotFieldColumns,omitempty" xml:"PivotFieldColumns"`
PivotFieldData []int64 `json:"PivotFieldData,omitempty" xml:"PivotFieldData"`
Thumbnail string `json:"Thumbnail,omitempty" xml:"Thumbnail"`
}
type DisplayUnitLabel ¶
type DisplayUnitLabel struct {
Area *Area `json:"Area,omitempty" xml:"Area"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Border *Line `json:"Border,omitempty" xml:"Border"`
Font *Font `json:"Font,omitempty" xml:"Font"`
IsAutomaticSize bool `json:"IsAutomaticSize,omitempty" xml:"IsAutomaticSize"`
IsInnerMode bool `json:"IsInnerMode,omitempty" xml:"IsInnerMode"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
LinkedSource string `json:"LinkedSource,omitempty" xml:"LinkedSource"`
RotationAngle int64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
Text string `json:"Text,omitempty" xml:"Text"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
}
type DisplayUnitLabelResponse ¶
type DisplayUnitLabelResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
DisplayUnitLabel *DisplayUnitLabel `json:"DisplayUnitLabel,omitempty" xml:"DisplayUnitLabel"`
}
type DocxSaveOptions ¶
type DocxSaveOptions struct {
DefaultFont string `json:"DefaultFont,omitempty" xml:"DefaultFont"`
CheckWorkbookDefaultFont bool `json:"CheckWorkbookDefaultFont,omitempty" xml:"CheckWorkbookDefaultFont"`
CheckFontCompatibility bool `json:"CheckFontCompatibility,omitempty" xml:"CheckFontCompatibility"`
IsFontSubstitutionCharGranularity bool `json:"IsFontSubstitutionCharGranularity,omitempty" xml:"IsFontSubstitutionCharGranularity"`
OnePagePerSheet bool `json:"OnePagePerSheet,omitempty" xml:"OnePagePerSheet"`
AllColumnsInOnePagePerSheet bool `json:"AllColumnsInOnePagePerSheet,omitempty" xml:"AllColumnsInOnePagePerSheet"`
IgnoreError bool `json:"IgnoreError,omitempty" xml:"IgnoreError"`
OutputBlankPageWhenNothingToPrint bool `json:"OutputBlankPageWhenNothingToPrint,omitempty" xml:"OutputBlankPageWhenNothingToPrint"`
PageIndex int64 `json:"PageIndex,omitempty" xml:"PageIndex"`
PageCount int64 `json:"PageCount,omitempty" xml:"PageCount"`
PrintingPageType string `json:"PrintingPageType,omitempty" xml:"PrintingPageType"`
GridlineType string `json:"GridlineType,omitempty" xml:"GridlineType"`
TextCrossType string `json:"TextCrossType,omitempty" xml:"TextCrossType"`
DefaultEditLanguage string `json:"DefaultEditLanguage,omitempty" xml:"DefaultEditLanguage"`
EmfRenderSetting string `json:"EmfRenderSetting,omitempty" xml:"EmfRenderSetting"`
}
type DownloadFileRequest ¶
type DownloadFileRequest struct {
Path string `json:"path,omitempty" xml:"path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
VersionId string `json:"version_id,omitempty" xml:"version_id"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*DownloadFileRequest) CreateRequestData ¶
func (data *DownloadFileRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type DropBarsResponse ¶
type DynamicFilter ¶
type DynamicFilter struct {
DynamicFilterType string `json:"DynamicFilterType,omitempty" xml:"DynamicFilterType"`
MaxValue *interface{} `json:"MaxValue,omitempty" xml:"MaxValue"`
Value *interface{} `json:"Value,omitempty" xml:"Value"`
}
type ErrorBar ¶
type ErrorBar struct {
BeginArrowLength string `json:"BeginArrowLength,omitempty" xml:"BeginArrowLength"`
BeginArrowWidth string `json:"BeginArrowWidth,omitempty" xml:"BeginArrowWidth"`
BeginType string `json:"BeginType,omitempty" xml:"BeginType"`
CapType string `json:"CapType,omitempty" xml:"CapType"`
Color *Color `json:"Color,omitempty" xml:"Color"`
CompoundType string `json:"CompoundType,omitempty" xml:"CompoundType"`
DashType string `json:"DashType,omitempty" xml:"DashType"`
EndArrowLength string `json:"EndArrowLength,omitempty" xml:"EndArrowLength"`
EndArrowWidth string `json:"EndArrowWidth,omitempty" xml:"EndArrowWidth"`
EndType string `json:"EndType,omitempty" xml:"EndType"`
GradientFill *GradientFill `json:"GradientFill,omitempty" xml:"GradientFill"`
IsAuto bool `json:"IsAuto,omitempty" xml:"IsAuto"`
IsAutomaticColor bool `json:"IsAutomaticColor,omitempty" xml:"IsAutomaticColor"`
IsVisible bool `json:"IsVisible,omitempty" xml:"IsVisible"`
JoinType string `json:"JoinType,omitempty" xml:"JoinType"`
Style string `json:"Style,omitempty" xml:"Style"`
Transparency float64 `json:"Transparency,omitempty" xml:"Transparency"`
Weight string `json:"Weight,omitempty" xml:"Weight"`
WeightPt float64 `json:"WeightPt,omitempty" xml:"WeightPt"`
Link *Link `json:"Link,omitempty" xml:"Link"`
Amount float64 `json:"Amount,omitempty" xml:"Amount"`
DisplayType string `json:"DisplayType,omitempty" xml:"DisplayType"`
MinusValue string `json:"MinusValue,omitempty" xml:"MinusValue"`
PlusValue string `json:"PlusValue,omitempty" xml:"PlusValue"`
ShowMarkerTTop bool `json:"ShowMarkerTTop,omitempty" xml:"ShowMarkerTTop"`
Type_ string `json:"Type,omitempty" xml:"Type"`
}
type ErrorBarResponse ¶
type ErrorDetails ¶
type ErrorDetails struct {
}
type ExcelDataStatistics ¶
type ExcelDataStatistics struct {
WorksheetDataStatistics []WorksheetDataStatistics `json:"WorksheetDataStatistics,omitempty" xml:"WorksheetDataStatistics"`
}
type ExportChartAsFormatRequest ¶ added in v25.6.0
type ExportChartAsFormatRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ExportChartAsFormatRequest) CreateRequestData ¶ added in v25.6.0
func (data *ExportChartAsFormatRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ExportRangeAsFormatRequest ¶ added in v25.7.0
type ExportRangeAsFormatRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ExportRangeAsFormatRequest) CreateRequestData ¶ added in v25.7.0
func (data *ExportRangeAsFormatRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ExportSpreadsheetAsFormatRequest ¶ added in v25.6.0
type ExportSpreadsheetAsFormatRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ExportSpreadsheetAsFormatRequest) CreateRequestData ¶ added in v25.6.0
func (data *ExportSpreadsheetAsFormatRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ExportTableAsFormatRequest ¶ added in v25.7.0
type ExportTableAsFormatRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
TableName string `json:"table_name,omitempty" xml:"table_name"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ExportTableAsFormatRequest) CreateRequestData ¶ added in v25.7.0
func (data *ExportTableAsFormatRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ExportWorksheetAsFormatRequest ¶ added in v25.7.0
type ExportWorksheetAsFormatRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ExportWorksheetAsFormatRequest) CreateRequestData ¶ added in v25.7.0
func (data *ExportWorksheetAsFormatRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ExtractTextOptions ¶
type ExtractTextOptions struct {
Name string `json:"Name,omitempty" xml:"Name"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
Worksheet string `json:"Worksheet,omitempty" xml:"Worksheet"`
Range_ string `json:"Range,omitempty" xml:"Range"`
ExtractTextType string `json:"ExtractTextType,omitempty" xml:"ExtractTextType"`
BeforeText string `json:"BeforeText,omitempty" xml:"BeforeText"`
AfterText string `json:"AfterText,omitempty" xml:"AfterText"`
BeforePosition int64 `json:"BeforePosition,omitempty" xml:"BeforePosition"`
AfterPosition int64 `json:"AfterPosition,omitempty" xml:"AfterPosition"`
OutPositionRange string `json:"OutPositionRange,omitempty" xml:"OutPositionRange"`
}
type ExtractTextRequest ¶ added in v25.10.0
type ExtractTextRequest struct {
ExtractTextType string `json:"extract_text_type,omitempty" xml:"extract_text_type"`
OutPositionRange string `json:"out_position_range,omitempty" xml:"out_position_range"`
BeforeText string `json:"before_text,omitempty" xml:"before_text"`
AfterText string `json:"after_text,omitempty" xml:"after_text"`
BeforePosition int64 `json:"before_position,omitempty" xml:"before_position"`
AfterPosition int64 `json:"after_position,omitempty" xml:"after_position"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ExtractTextRequest) CreateRequestData ¶ added in v25.10.0
func (data *ExtractTextRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type FileSource ¶
type FileVersion ¶
type FileVersion struct {
Name string `json:"Name,omitempty" xml:"Name"`
IsFolder bool `json:"IsFolder,omitempty" xml:"IsFolder"`
ModifiedDate time.Time `json:"ModifiedDate,omitempty" xml:"ModifiedDate"`
Size int64 `json:"Size,omitempty" xml:"Size"`
Path string `json:"Path,omitempty" xml:"Path"`
VersionId string `json:"VersionId,omitempty" xml:"VersionId"`
IsLatest bool `json:"IsLatest,omitempty" xml:"IsLatest"`
}
type FileVersions ¶
type FileVersions struct {
Value []FileVersion `json:"Value,omitempty" xml:"Value"`
}
type FilesList ¶
type FilesList struct {
Value []StorageFile `json:"Value,omitempty" xml:"Value"`
}
type FilesList_ ¶
type FilesList_ struct {
// Files and folders contained by folder StorageFile.
Value []StorageFile_ `json:"Value,omitempty"`
}
type FilesResult ¶
type FilesResult struct {
Files []FileInfo `json:"Files,omitempty" xml:"Files"`
}
type FilesUploadResult ¶
type FillFormat ¶
type FillFormat struct {
Type_ string `json:"Type,omitempty" xml:"Type"`
SolidFill *SolidFill `json:"SolidFill,omitempty" xml:"SolidFill"`
PatternFill *PatternFill `json:"PatternFill,omitempty" xml:"PatternFill"`
TextureFill *TextureFill `json:"TextureFill,omitempty" xml:"TextureFill"`
GradientFill *GradientFill `json:"GradientFill,omitempty" xml:"GradientFill"`
ImageData string `json:"ImageData,omitempty" xml:"ImageData"`
}
type FillFormatResponse ¶
type FillFormatResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
FillFormat *FillFormat `json:"FillFormat,omitempty" xml:"FillFormat"`
}
type FilterColumn ¶
type FilterColumn struct {
FieldIndex int64 `json:"FieldIndex,omitempty" xml:"FieldIndex"`
FilterType string `json:"FilterType,omitempty" xml:"FilterType"`
MultipleFilters *MultipleFilters `json:"MultipleFilters,omitempty" xml:"MultipleFilters"`
ColorFilter *ColorFilter `json:"ColorFilter,omitempty" xml:"ColorFilter"`
CustomFilters []CustomFilter `json:"CustomFilters,omitempty" xml:"CustomFilters"`
DynamicFilter *DynamicFilter `json:"DynamicFilter,omitempty" xml:"DynamicFilter"`
IconFilter *IconFilter `json:"IconFilter,omitempty" xml:"IconFilter"`
Top10Filter *Top10Filter `json:"Top10Filter,omitempty" xml:"Top10Filter"`
Visibledropdown string `json:"Visibledropdown,omitempty" xml:"Visibledropdown"`
}
type FindResponse ¶
type Floor ¶
type Floor struct {
BackgroundColor *Color `json:"BackgroundColor,omitempty" xml:"BackgroundColor"`
FillFormat *FillFormat `json:"FillFormat,omitempty" xml:"FillFormat"`
ForegroundColor *Color `json:"ForegroundColor,omitempty" xml:"ForegroundColor"`
Format string `json:"Format,omitempty" xml:"Format"`
InvertIfNegative bool `json:"InvertIfNegative,omitempty" xml:"InvertIfNegative"`
Transparency float64 `json:"Transparency,omitempty" xml:"Transparency"`
Border *Line `json:"Border,omitempty" xml:"Border"`
}
type FloorResponse ¶
type Font ¶
type Font struct {
Color *Color `json:"Color,omitempty" xml:"Color"`
DoubleSize float64 `json:"DoubleSize,omitempty" xml:"DoubleSize"`
IsBold bool `json:"IsBold,omitempty" xml:"IsBold"`
IsItalic bool `json:"IsItalic,omitempty" xml:"IsItalic"`
IsStrikeout bool `json:"IsStrikeout,omitempty" xml:"IsStrikeout"`
IsSubscript bool `json:"IsSubscript,omitempty" xml:"IsSubscript"`
IsSuperscript bool `json:"IsSuperscript,omitempty" xml:"IsSuperscript"`
Name string `json:"Name,omitempty" xml:"Name"`
Size int64 `json:"Size,omitempty" xml:"Size"`
Underline string `json:"Underline,omitempty" xml:"Underline"`
}
type FontSetting ¶
type FontSetting struct {
Font *Font `json:"Font,omitempty" xml:"Font"`
Length int64 `json:"Length,omitempty" xml:"Length"`
StartIndex int64 `json:"StartIndex,omitempty" xml:"StartIndex"`
TextOptions *TextOptions `json:"TextOptions,omitempty" xml:"TextOptions"`
Type_ string `json:"Type,omitempty" xml:"Type"`
}
type Form ¶
type Form struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
FormType string `json:"FormType,omitempty" xml:"FormType"`
CheckedValue string `json:"CheckedValue,omitempty" xml:"CheckedValue"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
InputRange string `json:"InputRange,omitempty" xml:"InputRange"`
SelectedIndex int64 `json:"SelectedIndex,omitempty" xml:"SelectedIndex"`
SelectedValue string `json:"SelectedValue,omitempty" xml:"SelectedValue"`
SelectedCell *LinkElement `json:"SelectedCell,omitempty" xml:"SelectedCell"`
DropDownLines int64 `json:"DropDownLines,omitempty" xml:"DropDownLines"`
ItemCount int64 `json:"ItemCount,omitempty" xml:"ItemCount"`
SelectedCells []LinkElement `json:"SelectedCells,omitempty" xml:"SelectedCells"`
SelectionType string `json:"SelectionType,omitempty" xml:"SelectionType"`
IsChecked bool `json:"IsChecked,omitempty" xml:"IsChecked"`
CurrentValue int64 `json:"CurrentValue,omitempty" xml:"CurrentValue"`
Min int64 `json:"Min,omitempty" xml:"Min"`
Max int64 `json:"Max,omitempty" xml:"Max"`
IncrementalChange int64 `json:"IncrementalChange,omitempty" xml:"IncrementalChange"`
PageChange int64 `json:"PageChange,omitempty" xml:"PageChange"`
IsHorizontal bool `json:"IsHorizontal,omitempty" xml:"IsHorizontal"`
}
type FormResponse ¶
type FormatCondition ¶
type FormatCondition struct {
Link *Link `json:"link,omitempty" xml:"link"`
Priority int64 `json:"Priority,omitempty" xml:"Priority"`
Type_ string `json:"Type,omitempty" xml:"Type"`
StopIfTrue bool `json:"StopIfTrue,omitempty" xml:"StopIfTrue"`
AboveAverage *AboveAverage `json:"AboveAverage,omitempty" xml:"AboveAverage"`
ColorScale *ColorScale `json:"ColorScale,omitempty" xml:"ColorScale"`
DataBar *DataBar `json:"DataBar,omitempty" xml:"DataBar"`
Formula1 string `json:"Formula1,omitempty" xml:"Formula1"`
Formula2 string `json:"Formula2,omitempty" xml:"Formula2"`
IconSet *IconSet `json:"IconSet,omitempty" xml:"IconSet"`
Operator string `json:"Operator,omitempty" xml:"Operator"`
Style *Style `json:"Style,omitempty" xml:"Style"`
Text string `json:"Text,omitempty" xml:"Text"`
TimePeriod string `json:"TimePeriod,omitempty" xml:"TimePeriod"`
Top10 *Top10 `json:"Top10,omitempty" xml:"Top10"`
}
type Forms ¶
type Forms struct {
Link *Link `json:"link,omitempty" xml:"link"`
FormList []LinkElement `json:"FormList,omitempty" xml:"FormList"`
}
type FormsResponse ¶
type FormulaFormatCondition ¶
type FormulaSettings ¶
type FormulaSettings struct {
CalculateOnOpen bool `json:"CalculateOnOpen,omitempty" xml:"CalculateOnOpen"`
CalculateOnSave bool `json:"CalculateOnSave,omitempty" xml:"CalculateOnSave"`
ForceFullCalculation bool `json:"ForceFullCalculation,omitempty" xml:"ForceFullCalculation"`
CalculationMode string `json:"CalculationMode,omitempty" xml:"CalculationMode"`
CalculationId string `json:"CalculationId,omitempty" xml:"CalculationId"`
EnableIterativeCalculation bool `json:"EnableIterativeCalculation,omitempty" xml:"EnableIterativeCalculation"`
MaxIteration int64 `json:"MaxIteration,omitempty" xml:"MaxIteration"`
MaxChange float64 `json:"MaxChange,omitempty" xml:"MaxChange"`
PrecisionAsDisplayed bool `json:"PrecisionAsDisplayed,omitempty" xml:"PrecisionAsDisplayed"`
EnableCalculationChain bool `json:"EnableCalculationChain,omitempty" xml:"EnableCalculationChain"`
PreservePaddingSpaces bool `json:"PreservePaddingSpaces,omitempty" xml:"PreservePaddingSpaces"`
}
type GetAllStylesRequest ¶ added in v25.3.0
type GetAllStylesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetAllStylesRequest) CreateRequestData ¶ added in v25.3.0
func (data *GetAllStylesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetAsposeCellsCloudStatusRequest ¶ added in v25.6.0
type GetAsposeCellsCloudStatusRequest struct {
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetAsposeCellsCloudStatusRequest) CreateRequestData ¶ added in v25.6.0
func (data *GetAsposeCellsCloudStatusRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetCellHtmlStringRequest ¶
type GetCellHtmlStringRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetCellHtmlStringRequest) CreateRequestData ¶
func (data *GetCellHtmlStringRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetCellsCloudServiceStatusRequest ¶
type GetCellsCloudServiceStatusRequest struct {
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetCellsCloudServiceStatusRequest) CreateRequestData ¶
func (data *GetCellsCloudServiceStatusRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetCellsCloudServicesHealthCheckRequest ¶
type GetCellsCloudServicesHealthCheckRequest struct {
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetCellsCloudServicesHealthCheckRequest) CreateRequestData ¶
func (data *GetCellsCloudServicesHealthCheckRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetChartAreaBorderRequest ¶
type GetChartAreaBorderRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetChartAreaBorderRequest) CreateRequestData ¶
func (data *GetChartAreaBorderRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetChartAreaFillFormatRequest ¶
type GetChartAreaFillFormatRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetChartAreaFillFormatRequest) CreateRequestData ¶
func (data *GetChartAreaFillFormatRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetChartAreaRequest ¶
type GetChartAreaRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetChartAreaRequest) CreateRequestData ¶
func (data *GetChartAreaRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetChartCategoryAxisRequest ¶
type GetChartCategoryAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetChartCategoryAxisRequest) CreateRequestData ¶
func (data *GetChartCategoryAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetChartSecondCategoryAxisRequest ¶
type GetChartSecondCategoryAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetChartSecondCategoryAxisRequest) CreateRequestData ¶
func (data *GetChartSecondCategoryAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetChartSecondValueAxisRequest ¶
type GetChartSecondValueAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetChartSecondValueAxisRequest) CreateRequestData ¶
func (data *GetChartSecondValueAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetChartSeriesAxisRequest ¶
type GetChartSeriesAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetChartSeriesAxisRequest) CreateRequestData ¶
func (data *GetChartSeriesAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetChartValueAxisRequest ¶
type GetChartValueAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetChartValueAxisRequest) CreateRequestData ¶
func (data *GetChartValueAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetDiscUsageRequest ¶
type GetDiscUsageRequest struct {
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetDiscUsageRequest) CreateRequestData ¶
func (data *GetDiscUsageRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetDocumentPropertiesRequest ¶
type GetDocumentPropertiesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Type_ string `json:"type,omitempty" xml:"type"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetDocumentPropertiesRequest) CreateRequestData ¶
func (data *GetDocumentPropertiesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetDocumentPropertyRequest ¶
type GetDocumentPropertyRequest struct {
Name string `json:"name,omitempty" xml:"name"`
PropertyName string `json:"property_name,omitempty" xml:"property_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetDocumentPropertyRequest) CreateRequestData ¶
func (data *GetDocumentPropertyRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetFileVersionsRequest ¶
type GetFileVersionsRequest struct {
Path string `json:"path,omitempty" xml:"path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetFileVersionsRequest) CreateRequestData ¶
func (data *GetFileVersionsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetFilesListRequest ¶
type GetFilesListRequest struct {
Path string `json:"path,omitempty" xml:"path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetFilesListRequest) CreateRequestData ¶
func (data *GetFilesListRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetFooterRequest ¶
type GetFooterRequest struct {
}
func (*GetFooterRequest) CreateRequestData ¶
func (data *GetFooterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetHeaderRequest ¶
type GetHeaderRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetHeaderRequest) CreateRequestData ¶
func (data *GetHeaderRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetHorizontalPageBreakRequest ¶
type GetHorizontalPageBreakRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetHorizontalPageBreakRequest) CreateRequestData ¶
func (data *GetHorizontalPageBreakRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetHorizontalPageBreaksRequest ¶
type GetHorizontalPageBreaksRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetHorizontalPageBreaksRequest) CreateRequestData ¶
func (data *GetHorizontalPageBreaksRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetMetadataRequest ¶
type GetMetadataRequest struct {
Type_ string `json:"type,omitempty" xml:"type"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetMetadataRequest) CreateRequestData ¶
func (data *GetMetadataRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetNamedRangeValueRequest ¶
type GetNamedRangeValueRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Namerange string `json:"namerange,omitempty" xml:"namerange"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetNamedRangeValueRequest) CreateRequestData ¶
func (data *GetNamedRangeValueRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetNamedRangesRequest ¶
type GetNamedRangesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetNamedRangesRequest) CreateRequestData ¶
func (data *GetNamedRangesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetPageCountRequest ¶
type GetPageCountRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetPageCountRequest) CreateRequestData ¶
func (data *GetPageCountRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetPageSetupRequest ¶
type GetPageSetupRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetPageSetupRequest) CreateRequestData ¶
func (data *GetPageSetupRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetPivotTableFieldRequest ¶
type GetPivotTableFieldRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
PivotFieldIndex int64 `json:"pivot_field_index,omitempty" xml:"pivot_field_index"`
PivotFieldType string `json:"pivot_field_type,omitempty" xml:"pivot_field_type"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetPivotTableFieldRequest) CreateRequestData ¶
func (data *GetPivotTableFieldRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetPublicKeyRequest ¶ added in v25.5.0
type GetPublicKeyRequest struct {
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetPublicKeyRequest) CreateRequestData ¶ added in v25.5.0
func (data *GetPublicKeyRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetVerticalPageBreakRequest ¶
type GetVerticalPageBreakRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetVerticalPageBreakRequest) CreateRequestData ¶
func (data *GetVerticalPageBreakRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetVerticalPageBreaksRequest ¶
type GetVerticalPageBreaksRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetVerticalPageBreaksRequest) CreateRequestData ¶
func (data *GetVerticalPageBreaksRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorkbookDefaultStyleRequest ¶
type GetWorkbookDefaultStyleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorkbookDefaultStyleRequest) CreateRequestData ¶
func (data *GetWorkbookDefaultStyleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorkbookNameRequest ¶
type GetWorkbookNameRequest struct {
Name string `json:"name,omitempty" xml:"name"`
NameName string `json:"name_name,omitempty" xml:"name_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorkbookNameRequest) CreateRequestData ¶
func (data *GetWorkbookNameRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorkbookNameValueRequest ¶
type GetWorkbookNameValueRequest struct {
Name string `json:"name,omitempty" xml:"name"`
NameName string `json:"name_name,omitempty" xml:"name_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorkbookNameValueRequest) CreateRequestData ¶
func (data *GetWorkbookNameValueRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorkbookNamesRequest ¶
type GetWorkbookNamesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorkbookNamesRequest) CreateRequestData ¶
func (data *GetWorkbookNamesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorkbookRequest ¶
type GetWorkbookRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Format string `json:"format,omitempty" xml:"format"`
Password string `json:"password,omitempty" xml:"password"`
IsAutoFit bool `json:"is_auto_fit,omitempty" xml:"is_auto_fit"`
OnlySaveTable bool `json:"only_save_table,omitempty" xml:"only_save_table"`
Folder string `json:"folder,omitempty" xml:"folder"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
PageWideFitOnPerSheet bool `json:"page_wide_fit_on_per_sheet,omitempty" xml:"page_wide_fit_on_per_sheet"`
PageTallFitOnPerSheet bool `json:"page_tall_fit_on_per_sheet,omitempty" xml:"page_tall_fit_on_per_sheet"`
OnePagePerSheet bool `json:"one_page_per_sheet,omitempty" xml:"one_page_per_sheet"`
OnlyAutofitTable bool `json:"only_autofit_table,omitempty" xml:"only_autofit_table"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorkbookRequest) CreateRequestData ¶
func (data *GetWorkbookRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorkbookSettingsRequest ¶
type GetWorkbookSettingsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorkbookSettingsRequest) CreateRequestData ¶
func (data *GetWorkbookSettingsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorkbookTextItemsRequest ¶
type GetWorkbookTextItemsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorkbookTextItemsRequest) CreateRequestData ¶
func (data *GetWorkbookTextItemsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetAutoFilterRequest ¶
type GetWorksheetAutoFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetAutoFilterRequest) CreateRequestData ¶
func (data *GetWorksheetAutoFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetAutoshapeWithFormatRequest ¶
type GetWorksheetAutoshapeWithFormatRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
AutoshapeNumber int64 `json:"autoshape_number,omitempty" xml:"autoshape_number"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetAutoshapeWithFormatRequest) CreateRequestData ¶
func (data *GetWorksheetAutoshapeWithFormatRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetAutoshapesRequest ¶
type GetWorksheetAutoshapesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetAutoshapesRequest) CreateRequestData ¶
func (data *GetWorksheetAutoshapesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetCalculateFormulaRequest ¶
type GetWorksheetCalculateFormulaRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Formula string `json:"formula,omitempty" xml:"formula"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetCalculateFormulaRequest) CreateRequestData ¶
func (data *GetWorksheetCalculateFormulaRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetCellRequest ¶
type GetWorksheetCellRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellOrMethodName string `json:"cell_or_method_name,omitempty" xml:"cell_or_method_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetCellRequest) CreateRequestData ¶
func (data *GetWorksheetCellRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetCellStyleRequest ¶
type GetWorksheetCellStyleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetCellStyleRequest) CreateRequestData ¶
func (data *GetWorksheetCellStyleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetCellsRangeValueRequest ¶
type GetWorksheetCellsRangeValueRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Namerange string `json:"namerange,omitempty" xml:"namerange"`
FirstRow int64 `json:"first_row,omitempty" xml:"first_row"`
FirstColumn int64 `json:"first_column,omitempty" xml:"first_column"`
RowCount int64 `json:"row_count,omitempty" xml:"row_count"`
ColumnCount int64 `json:"column_count,omitempty" xml:"column_count"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetCellsRangeValueRequest) CreateRequestData ¶
func (data *GetWorksheetCellsRangeValueRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetCellsRequest ¶
type GetWorksheetCellsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Offest int64 `json:"offest,omitempty" xml:"offest"`
Count int64 `json:"count,omitempty" xml:"count"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetCellsRequest) CreateRequestData ¶
func (data *GetWorksheetCellsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetChartLegendRequest ¶
type GetWorksheetChartLegendRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetChartLegendRequest) CreateRequestData ¶
func (data *GetWorksheetChartLegendRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetChartRequest ¶
type GetWorksheetChartRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartNumber int64 `json:"chart_number,omitempty" xml:"chart_number"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetChartRequest) CreateRequestData ¶
func (data *GetWorksheetChartRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetChartTitleRequest ¶
type GetWorksheetChartTitleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetChartTitleRequest) CreateRequestData ¶
func (data *GetWorksheetChartTitleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetChartsRequest ¶
type GetWorksheetChartsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetChartsRequest) CreateRequestData ¶
func (data *GetWorksheetChartsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetColumnRequest ¶
type GetWorksheetColumnRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ColumnIndex int64 `json:"column_index,omitempty" xml:"column_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetColumnRequest) CreateRequestData ¶
func (data *GetWorksheetColumnRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetColumnsRequest ¶
type GetWorksheetColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Offset int64 `json:"offset,omitempty" xml:"offset"`
Count int64 `json:"count,omitempty" xml:"count"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetColumnsRequest) CreateRequestData ¶
func (data *GetWorksheetColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetCommentRequest ¶
type GetWorksheetCommentRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetCommentRequest) CreateRequestData ¶
func (data *GetWorksheetCommentRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetCommentsRequest ¶
type GetWorksheetCommentsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetCommentsRequest) CreateRequestData ¶
func (data *GetWorksheetCommentsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetConditionalFormattingRequest ¶
type GetWorksheetConditionalFormattingRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetConditionalFormattingRequest) CreateRequestData ¶
func (data *GetWorksheetConditionalFormattingRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetConditionalFormattingsRequest ¶
type GetWorksheetConditionalFormattingsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetConditionalFormattingsRequest) CreateRequestData ¶
func (data *GetWorksheetConditionalFormattingsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetHyperlinkRequest ¶
type GetWorksheetHyperlinkRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
HyperlinkIndex int64 `json:"hyperlink_index,omitempty" xml:"hyperlink_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetHyperlinkRequest) CreateRequestData ¶
func (data *GetWorksheetHyperlinkRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetHyperlinksRequest ¶
type GetWorksheetHyperlinksRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetHyperlinksRequest) CreateRequestData ¶
func (data *GetWorksheetHyperlinksRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetListObjectRequest ¶
type GetWorksheetListObjectRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Listobjectindex int64 `json:"listobjectindex,omitempty" xml:"listobjectindex"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetListObjectRequest) CreateRequestData ¶
func (data *GetWorksheetListObjectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetListObjectsRequest ¶
type GetWorksheetListObjectsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetListObjectsRequest) CreateRequestData ¶
func (data *GetWorksheetListObjectsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetMergedCellRequest ¶
type GetWorksheetMergedCellRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
MergedCellIndex int64 `json:"merged_cell_index,omitempty" xml:"merged_cell_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetMergedCellRequest) CreateRequestData ¶
func (data *GetWorksheetMergedCellRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetMergedCellsRequest ¶
type GetWorksheetMergedCellsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetMergedCellsRequest) CreateRequestData ¶
func (data *GetWorksheetMergedCellsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetOleObjectRequest ¶
type GetWorksheetOleObjectRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ObjectNumber int64 `json:"object_number,omitempty" xml:"object_number"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetOleObjectRequest) CreateRequestData ¶
func (data *GetWorksheetOleObjectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetOleObjectsRequest ¶
type GetWorksheetOleObjectsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetOleObjectsRequest) CreateRequestData ¶
func (data *GetWorksheetOleObjectsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetPageCountRequest ¶
type GetWorksheetPageCountRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetPageCountRequest) CreateRequestData ¶
func (data *GetWorksheetPageCountRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetPictureWithFormatRequest ¶
type GetWorksheetPictureWithFormatRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PictureNumber int64 `json:"picture_number,omitempty" xml:"picture_number"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetPictureWithFormatRequest) CreateRequestData ¶
func (data *GetWorksheetPictureWithFormatRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetPicturesRequest ¶
type GetWorksheetPicturesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetPicturesRequest) CreateRequestData ¶
func (data *GetWorksheetPicturesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetPivotTableFilterRequest ¶
type GetWorksheetPivotTableFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
FilterIndex int64 `json:"filter_index,omitempty" xml:"filter_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetPivotTableFilterRequest) CreateRequestData ¶
func (data *GetWorksheetPivotTableFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetPivotTableFiltersRequest ¶
type GetWorksheetPivotTableFiltersRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetPivotTableFiltersRequest) CreateRequestData ¶
func (data *GetWorksheetPivotTableFiltersRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetPivotTableRequest ¶
type GetWorksheetPivotTableRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivottableIndex int64 `json:"pivottable_index,omitempty" xml:"pivottable_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetPivotTableRequest) CreateRequestData ¶
func (data *GetWorksheetPivotTableRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetPivotTablesRequest ¶
type GetWorksheetPivotTablesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetPivotTablesRequest) CreateRequestData ¶
func (data *GetWorksheetPivotTablesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetRowRequest ¶
type GetWorksheetRowRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
RowIndex int64 `json:"row_index,omitempty" xml:"row_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetRowRequest) CreateRequestData ¶
func (data *GetWorksheetRowRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetRowsRequest ¶
type GetWorksheetRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Offset int64 `json:"offset,omitempty" xml:"offset"`
Count int64 `json:"count,omitempty" xml:"count"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetRowsRequest) CreateRequestData ¶
func (data *GetWorksheetRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetShapeRequest ¶
type GetWorksheetShapeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Shapeindex int64 `json:"shapeindex,omitempty" xml:"shapeindex"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetShapeRequest) CreateRequestData ¶
func (data *GetWorksheetShapeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetShapesRequest ¶
type GetWorksheetShapesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetShapesRequest) CreateRequestData ¶
func (data *GetWorksheetShapesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetSparklineGroupRequest ¶
type GetWorksheetSparklineGroupRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
SparklineIndex int64 `json:"sparkline_index,omitempty" xml:"sparkline_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetSparklineGroupRequest) CreateRequestData ¶
func (data *GetWorksheetSparklineGroupRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetSparklineGroupsRequest ¶
type GetWorksheetSparklineGroupsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetSparklineGroupsRequest) CreateRequestData ¶
func (data *GetWorksheetSparklineGroupsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetTextItemsRequest ¶
type GetWorksheetTextItemsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetTextItemsRequest) CreateRequestData ¶
func (data *GetWorksheetTextItemsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetValidationRequest ¶
type GetWorksheetValidationRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ValidationIndex int64 `json:"validation_index,omitempty" xml:"validation_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetValidationRequest) CreateRequestData ¶
func (data *GetWorksheetValidationRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetValidationsRequest ¶
type GetWorksheetValidationsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetValidationsRequest) CreateRequestData ¶
func (data *GetWorksheetValidationsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetWithFormatRequest ¶
type GetWorksheetWithFormatRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Format string `json:"format,omitempty" xml:"format"`
VerticalResolution int64 `json:"vertical_resolution,omitempty" xml:"vertical_resolution"`
HorizontalResolution int64 `json:"horizontal_resolution,omitempty" xml:"horizontal_resolution"`
Area string `json:"area,omitempty" xml:"area"`
PageIndex int64 `json:"page_index,omitempty" xml:"page_index"`
OnePagePerSheet bool `json:"one_page_per_sheet,omitempty" xml:"one_page_per_sheet"`
PrintHeadings bool `json:"print_headings,omitempty" xml:"print_headings"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetWithFormatRequest) CreateRequestData ¶
func (data *GetWorksheetWithFormatRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GetWorksheetsRequest ¶
type GetWorksheetsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*GetWorksheetsRequest) CreateRequestData ¶
func (data *GetWorksheetsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type GlobalizationSettings ¶
type GlobalizationSettings struct {
ChartSettings *ChartGlobalizationSettings `json:"ChartSettings,omitempty" xml:"ChartSettings"`
PivotSettings *PivotGlobalizationSettings `json:"PivotSettings,omitempty" xml:"PivotSettings"`
ListSeparator string `json:"ListSeparator,omitempty" xml:"ListSeparator"`
RowSeparatorOfFormulaArray string `json:"RowSeparatorOfFormulaArray,omitempty" xml:"RowSeparatorOfFormulaArray"`
ColumnSeparatorOfFormulaArray string `json:"ColumnSeparatorOfFormulaArray,omitempty" xml:"ColumnSeparatorOfFormulaArray"`
}
type GoogleDriveStorageFile ¶
type GoogleDriveStorageFile struct {
Name string `json:"Name,omitempty" xml:"Name"`
IsFolder bool `json:"IsFolder,omitempty" xml:"IsFolder"`
ModifiedDate time.Time `json:"ModifiedDate,omitempty" xml:"ModifiedDate"`
Size int64 `json:"Size,omitempty" xml:"Size"`
Path string `json:"Path,omitempty" xml:"Path"`
MimeType string `json:"MimeType,omitempty" xml:"MimeType"`
}
type GradientFill ¶
type GradientFill struct {
FillType string `json:"FillType,omitempty" xml:"FillType"`
DirectionType string `json:"DirectionType,omitempty" xml:"DirectionType"`
Angle float64 `json:"Angle,omitempty" xml:"Angle"`
GradientStops []GradientFillStop `json:"GradientStops,omitempty" xml:"GradientStops"`
}
type GradientFillStop ¶
type GroupBox ¶
type GroupBox struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
}
type GroupBoxResponse ¶
type GroupShape ¶
type GroupShape struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type HorizontalPageBreak ¶
type HorizontalPageBreakResponse ¶
type HorizontalPageBreakResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
HorizontalPageBreak *HorizontalPageBreak `json:"HorizontalPageBreak,omitempty" xml:"HorizontalPageBreak"`
}
type HorizontalPageBreaks ¶
type HorizontalPageBreaks struct {
Link *Link `json:"link,omitempty" xml:"link"`
}
type HorizontalPageBreaksResponse ¶
type HorizontalPageBreaksResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
HorizontalPageBreaks *HorizontalPageBreaks `json:"HorizontalPageBreaks,omitempty" xml:"HorizontalPageBreaks"`
}
type HtmlSaveOptions ¶
type HtmlSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
ExportPageHeaders bool `json:"ExportPageHeaders,omitempty" xml:"ExportPageHeaders"`
ExportRowColumnHeadings bool `json:"ExportRowColumnHeadings,omitempty" xml:"ExportRowColumnHeadings"`
ShowAllSheets bool `json:"ShowAllSheets,omitempty" xml:"ShowAllSheets"`
ImageOptions *ImageOrPrintOptions `json:"ImageOptions,omitempty" xml:"ImageOptions"`
SaveAsSingleFile bool `json:"SaveAsSingleFile,omitempty" xml:"SaveAsSingleFile"`
ExportHiddenWorksheet bool `json:"ExportHiddenWorksheet,omitempty" xml:"ExportHiddenWorksheet"`
ExportGridLines bool `json:"ExportGridLines,omitempty" xml:"ExportGridLines"`
PresentationPreference bool `json:"PresentationPreference,omitempty" xml:"PresentationPreference"`
CellCssPrefix string `json:"CellCssPrefix,omitempty" xml:"CellCssPrefix"`
TableCssId string `json:"TableCssId,omitempty" xml:"TableCssId"`
IsFullPathLink bool `json:"IsFullPathLink,omitempty" xml:"IsFullPathLink"`
ExportWorksheetCSSSeparately bool `json:"ExportWorksheetCSSSeparately,omitempty" xml:"ExportWorksheetCSSSeparately"`
ExportSimilarBorderStyle bool `json:"ExportSimilarBorderStyle,omitempty" xml:"ExportSimilarBorderStyle"`
MergeEmptyTdForcely bool `json:"MergeEmptyTdForcely,omitempty" xml:"MergeEmptyTdForcely"`
ExportCellCoordinate bool `json:"ExportCellCoordinate,omitempty" xml:"ExportCellCoordinate"`
ExportExtraHeadings bool `json:"ExportExtraHeadings,omitempty" xml:"ExportExtraHeadings"`
ExportHeadings bool `json:"ExportHeadings,omitempty" xml:"ExportHeadings"`
ExportFormula bool `json:"ExportFormula,omitempty" xml:"ExportFormula"`
AddTooltipText bool `json:"AddTooltipText,omitempty" xml:"AddTooltipText"`
ExportBogusRowData bool `json:"ExportBogusRowData,omitempty" xml:"ExportBogusRowData"`
ExcludeUnusedStyles bool `json:"ExcludeUnusedStyles,omitempty" xml:"ExcludeUnusedStyles"`
ExportDocumentProperties bool `json:"ExportDocumentProperties,omitempty" xml:"ExportDocumentProperties"`
ExportWorksheetProperties bool `json:"ExportWorksheetProperties,omitempty" xml:"ExportWorksheetProperties"`
ExportWorkbookProperties bool `json:"ExportWorkbookProperties,omitempty" xml:"ExportWorkbookProperties"`
ExportFrameScriptsAndProperties bool `json:"ExportFrameScriptsAndProperties,omitempty" xml:"ExportFrameScriptsAndProperties"`
AttachedFilesDirectory string `json:"AttachedFilesDirectory,omitempty" xml:"AttachedFilesDirectory"`
AttachedFilesUrlPrefix string `json:"AttachedFilesUrlPrefix,omitempty" xml:"AttachedFilesUrlPrefix"`
Encoding string `json:"Encoding,omitempty" xml:"Encoding"`
ExportActiveWorksheetOnly bool `json:"ExportActiveWorksheetOnly,omitempty" xml:"ExportActiveWorksheetOnly"`
ExportChartImageFormat string `json:"ExportChartImageFormat,omitempty" xml:"ExportChartImageFormat"`
ExportImagesAsBase64 bool `json:"ExportImagesAsBase64,omitempty" xml:"ExportImagesAsBase64"`
HiddenColDisplayType string `json:"HiddenColDisplayType,omitempty" xml:"HiddenColDisplayType"`
HiddenRowDisplayType string `json:"HiddenRowDisplayType,omitempty" xml:"HiddenRowDisplayType"`
HtmlCrossStringType string `json:"HtmlCrossStringType,omitempty" xml:"HtmlCrossStringType"`
IsExpImageToTempDir bool `json:"IsExpImageToTempDir,omitempty" xml:"IsExpImageToTempDir"`
PageTitle string `json:"PageTitle,omitempty" xml:"PageTitle"`
ParseHtmlTagInCell bool `json:"ParseHtmlTagInCell,omitempty" xml:"ParseHtmlTagInCell"`
CellNameAttribute string `json:"CellNameAttribute,omitempty" xml:"CellNameAttribute"`
}
type Hyperlink ¶
type Hyperlink struct {
Link *Link `json:"link,omitempty" xml:"link"`
Address string `json:"Address,omitempty" xml:"Address"`
Area *CellArea `json:"Area,omitempty" xml:"Area"`
ScreenTip string `json:"ScreenTip,omitempty" xml:"ScreenTip"`
TextToDisplay string `json:"TextToDisplay,omitempty" xml:"TextToDisplay"`
LinkType string `json:"LinkType,omitempty" xml:"LinkType"`
}
type HyperlinkResponse ¶
type Hyperlinks ¶
type Hyperlinks struct {
Link *Link `json:"link,omitempty" xml:"link"`
Count int64 `json:"Count,omitempty" xml:"Count"`
HyperlinkList []LinkElement `json:"HyperlinkList,omitempty" xml:"HyperlinkList"`
}
type HyperlinksResponse ¶
type HyperlinksResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Hyperlinks *Hyperlinks `json:"Hyperlinks,omitempty" xml:"Hyperlinks"`
}
type IconFilter ¶
type IconSet ¶
type IconSet struct {
CfIcons []ConditionalFormattingIcon `json:"CfIcons,omitempty" xml:"CfIcons"`
Cfvos []ConditionalFormattingValue `json:"Cfvos,omitempty" xml:"Cfvos"`
IsCustom bool `json:"IsCustom,omitempty" xml:"IsCustom"`
Reverse bool `json:"Reverse,omitempty" xml:"Reverse"`
ShowValue bool `json:"ShowValue,omitempty" xml:"ShowValue"`
IconSetType string `json:"IconSetType,omitempty" xml:"IconSetType"`
}
type ImageOrPrintOptions ¶
type ImageOrPrintOptions struct {
TextCrossType string `json:"TextCrossType,omitempty" xml:"TextCrossType"`
GridlineType string `json:"GridlineType,omitempty" xml:"GridlineType"`
OutputBlankPageWhenNothingToPrint bool `json:"OutputBlankPageWhenNothingToPrint,omitempty" xml:"OutputBlankPageWhenNothingToPrint"`
CheckWorkbookDefaultFont bool `json:"CheckWorkbookDefaultFont,omitempty" xml:"CheckWorkbookDefaultFont"`
DefaultFont string `json:"DefaultFont,omitempty" xml:"DefaultFont"`
IsOptimized bool `json:"IsOptimized,omitempty" xml:"IsOptimized"`
PageCount int64 `json:"PageCount,omitempty" xml:"PageCount"`
PageIndex int64 `json:"PageIndex,omitempty" xml:"PageIndex"`
IsFontSubstitutionCharGranularity bool `json:"IsFontSubstitutionCharGranularity,omitempty" xml:"IsFontSubstitutionCharGranularity"`
Transparent bool `json:"Transparent,omitempty" xml:"Transparent"`
OnlyArea bool `json:"OnlyArea,omitempty" xml:"OnlyArea"`
SVGFitToViewPort bool `json:"SVGFitToViewPort,omitempty" xml:"SVGFitToViewPort"`
EmbededImageNameInSvg string `json:"EmbededImageNameInSvg,omitempty" xml:"EmbededImageNameInSvg"`
AllColumnsInOnePagePerSheet bool `json:"AllColumnsInOnePagePerSheet,omitempty" xml:"AllColumnsInOnePagePerSheet"`
PrintWithStatusDialog bool `json:"PrintWithStatusDialog,omitempty" xml:"PrintWithStatusDialog"`
HorizontalResolution int64 `json:"HorizontalResolution,omitempty" xml:"HorizontalResolution"`
VerticalResolution int64 `json:"VerticalResolution,omitempty" xml:"VerticalResolution"`
DefaultEditLanguage string `json:"DefaultEditLanguage,omitempty" xml:"DefaultEditLanguage"`
TiffColorDepth string `json:"TiffColorDepth,omitempty" xml:"TiffColorDepth"`
TiffCompression string `json:"TiffCompression,omitempty" xml:"TiffCompression"`
PrintingPage string `json:"PrintingPage,omitempty" xml:"PrintingPage"`
Quality int64 `json:"Quality,omitempty" xml:"Quality"`
ImageType string `json:"ImageType,omitempty" xml:"ImageType"`
OnePagePerSheet bool `json:"OnePagePerSheet,omitempty" xml:"OnePagePerSheet"`
TiffBinarizationMethod string `json:"TiffBinarizationMethod,omitempty" xml:"TiffBinarizationMethod"`
}
type ImageSaveOptions ¶
type ImageSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
ChartImageType string `json:"ChartImageType,omitempty" xml:"ChartImageType"`
EmbededImageNameInSvg string `json:"EmbededImageNameInSvg,omitempty" xml:"EmbededImageNameInSvg"`
HorizontalResolution int64 `json:"HorizontalResolution,omitempty" xml:"HorizontalResolution"`
ImageFormat string `json:"ImageFormat,omitempty" xml:"ImageFormat"`
IsCellAutoFit bool `json:"IsCellAutoFit,omitempty" xml:"IsCellAutoFit"`
OnePagePerSheet bool `json:"OnePagePerSheet,omitempty" xml:"OnePagePerSheet"`
OnlyArea bool `json:"OnlyArea,omitempty" xml:"OnlyArea"`
PrintingPage string `json:"PrintingPage,omitempty" xml:"PrintingPage"`
PrintWithStatusDialog bool `json:"PrintWithStatusDialog,omitempty" xml:"PrintWithStatusDialog"`
Quality int64 `json:"Quality,omitempty" xml:"Quality"`
TiffCompression string `json:"TiffCompression,omitempty" xml:"TiffCompression"`
VerticalResolution int64 `json:"VerticalResolution,omitempty" xml:"VerticalResolution"`
}
type Import2DimensionDoubleArrayOption ¶
type Import2DimensionDoubleArrayOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
FirstRow int64 `json:"FirstRow,omitempty" xml:"FirstRow"`
FirstColumn int64 `json:"FirstColumn,omitempty" xml:"FirstColumn"`
Data []float64 `json:"Data,omitempty" xml:"Data"`
}
type Import2DimensionIntArrayOption ¶
type Import2DimensionIntArrayOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
FirstRow int64 `json:"FirstRow,omitempty" xml:"FirstRow"`
FirstColumn int64 `json:"FirstColumn,omitempty" xml:"FirstColumn"`
Data []int64 `json:"Data,omitempty" xml:"Data"`
}
type Import2DimensionStringArrayOption ¶
type Import2DimensionStringArrayOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
FirstRow int64 `json:"FirstRow,omitempty" xml:"FirstRow"`
FirstColumn int64 `json:"FirstColumn,omitempty" xml:"FirstColumn"`
Data []string `json:"Data,omitempty" xml:"Data"`
}
type ImportBatchDataOption ¶
type ImportBatchDataOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
BatchData []CellValue `json:"BatchData,omitempty" xml:"BatchData"`
}
type ImportCSVDataOption ¶
type ImportCSVDataOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
SeparatorString string `json:"SeparatorString,omitempty" xml:"SeparatorString"`
ConvertNumericData bool `json:"ConvertNumericData,omitempty" xml:"ConvertNumericData"`
FirstRow int64 `json:"FirstRow,omitempty" xml:"FirstRow"`
FirstColumn int64 `json:"FirstColumn,omitempty" xml:"FirstColumn"`
SourceFile string `json:"SourceFile,omitempty" xml:"SourceFile"`
CustomParsers []CustomParserConfig `json:"CustomParsers,omitempty" xml:"CustomParsers"`
}
type ImportDataIntoSpreadsheetRequest ¶ added in v25.8.0
type ImportDataIntoSpreadsheetRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Startcell string `json:"startcell,omitempty" xml:"startcell"`
Insert bool `json:"insert,omitempty" xml:"insert"`
ConvertNumericData bool `json:"convert_numeric_data,omitempty" xml:"convert_numeric_data"`
Splitter string `json:"splitter,omitempty" xml:"splitter"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Datafile string `json:"datafile,omitempty" xml:"datafile"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ImportDataIntoSpreadsheetRequest) CreateRequestData ¶ added in v25.8.0
func (data *ImportDataIntoSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ImportDataTaskParameter ¶
type ImportDataTaskParameter struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Workbook *FileSource `json:"Workbook,omitempty" xml:"Workbook"`
ImportOption *ImportOption `json:"ImportOption,omitempty" xml:"ImportOption"`
TargetDataSource *DataSource `json:"TargetDataSource,omitempty" xml:"TargetDataSource"`
DestinationWorkbook *FileSource `json:"DestinationWorkbook,omitempty" xml:"DestinationWorkbook"`
}
type ImportDoubleArrayOption ¶
type ImportDoubleArrayOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
FirstRow int64 `json:"FirstRow,omitempty" xml:"FirstRow"`
FirstColumn int64 `json:"FirstColumn,omitempty" xml:"FirstColumn"`
IsVertical bool `json:"IsVertical,omitempty" xml:"IsVertical"`
Data []float64 `json:"Data,omitempty" xml:"Data"`
}
type ImportIntArrayOption ¶
type ImportIntArrayOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
FirstRow int64 `json:"FirstRow,omitempty" xml:"FirstRow"`
FirstColumn int64 `json:"FirstColumn,omitempty" xml:"FirstColumn"`
IsVertical bool `json:"IsVertical,omitempty" xml:"IsVertical"`
Data []int64 `json:"Data,omitempty" xml:"Data"`
}
type ImportJsonRequest ¶
type ImportJsonRequest struct {
JsonFileSource *DataSource `json:"JsonFileSource,omitempty" xml:"JsonFileSource"`
ImportPosition *ImportPosition `json:"ImportPosition,omitempty" xml:"ImportPosition"`
JsonContent string `json:"JsonContent,omitempty" xml:"JsonContent"`
}
type ImportOption ¶
type ImportOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
}
type ImportPictureOption ¶
type ImportPictureOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Filename string `json:"Filename,omitempty" xml:"Filename"`
Data string `json:"Data,omitempty" xml:"Data"`
}
type ImportPosition ¶
type ImportStringArrayOption ¶
type ImportStringArrayOption struct {
DestinationWorksheet string `json:"DestinationWorksheet,omitempty" xml:"DestinationWorksheet"`
IsInsert bool `json:"IsInsert,omitempty" xml:"IsInsert"`
ImportDataType string `json:"ImportDataType,omitempty" xml:"ImportDataType"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Source *FileSource `json:"Source,omitempty" xml:"Source"`
FirstRow int64 `json:"FirstRow,omitempty" xml:"FirstRow"`
FirstColumn int64 `json:"FirstColumn,omitempty" xml:"FirstColumn"`
IsVertical bool `json:"IsVertical,omitempty" xml:"IsVertical"`
Data []string `json:"Data,omitempty" xml:"Data"`
}
type ImportXMLRequest ¶
type ImportXMLRequest struct {
XMLFileSource *DataSource `json:"XMLFileSource,omitempty" xml:"XMLFileSource"`
ImportPosition *ImportPosition `json:"ImportPosition,omitempty" xml:"ImportPosition"`
XMLContent string `json:"XMLContent,omitempty" xml:"XMLContent"`
}
type JsonSaveOptions ¶
type JsonSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
ExportArea *CellArea `json:"ExportArea,omitempty" xml:"ExportArea"`
HasHeaderRow bool `json:"HasHeaderRow,omitempty" xml:"HasHeaderRow"`
ExportAsString bool `json:"ExportAsString,omitempty" xml:"ExportAsString"`
Indent string `json:"Indent,omitempty" xml:"Indent"`
}
type Label ¶
type Label struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type LabelResponse ¶
type Legend ¶
type Legend struct {
Area *Area `json:"Area,omitempty" xml:"Area"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Border *Line `json:"Border,omitempty" xml:"Border"`
Font *Font `json:"Font,omitempty" xml:"Font"`
IsAutomaticSize bool `json:"IsAutomaticSize,omitempty" xml:"IsAutomaticSize"`
IsInnerMode bool `json:"IsInnerMode,omitempty" xml:"IsInnerMode"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
Position string `json:"Position,omitempty" xml:"Position"`
LegendEntries *LinkElement `json:"LegendEntries,omitempty" xml:"LegendEntries"`
}
type LegendEntries ¶
type LegendEntries struct {
Link *Link `json:"link,omitempty" xml:"link"`
LegendEntryList []LinkElement `json:"legendEntryList,omitempty" xml:"legendEntryList"`
}
type LegendEntriesResponse ¶
type LegendEntriesResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
LegendEntries *LegendEntries `json:"LegendEntries,omitempty" xml:"LegendEntries"`
}
type LegendEntry ¶
type LegendEntry struct {
Link *Link `json:"link,omitempty" xml:"link"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Font *Font `json:"Font,omitempty" xml:"Font"`
IsDeleted bool `json:"IsDeleted,omitempty" xml:"IsDeleted"`
}
type LegendEntryResponse ¶
type LegendEntryResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
LegendEntry *LegendEntry `json:"LegendEntry,omitempty" xml:"LegendEntry"`
}
type LegendResponse ¶
type Line ¶
type Line struct {
BeginArrowLength string `json:"BeginArrowLength,omitempty" xml:"BeginArrowLength"`
BeginArrowWidth string `json:"BeginArrowWidth,omitempty" xml:"BeginArrowWidth"`
BeginType string `json:"BeginType,omitempty" xml:"BeginType"`
CapType string `json:"CapType,omitempty" xml:"CapType"`
Color *Color `json:"Color,omitempty" xml:"Color"`
CompoundType string `json:"CompoundType,omitempty" xml:"CompoundType"`
DashType string `json:"DashType,omitempty" xml:"DashType"`
EndArrowLength string `json:"EndArrowLength,omitempty" xml:"EndArrowLength"`
EndArrowWidth string `json:"EndArrowWidth,omitempty" xml:"EndArrowWidth"`
EndType string `json:"EndType,omitempty" xml:"EndType"`
GradientFill *GradientFill `json:"GradientFill,omitempty" xml:"GradientFill"`
IsAuto bool `json:"IsAuto,omitempty" xml:"IsAuto"`
IsAutomaticColor bool `json:"IsAutomaticColor,omitempty" xml:"IsAutomaticColor"`
IsVisible bool `json:"IsVisible,omitempty" xml:"IsVisible"`
JoinType string `json:"JoinType,omitempty" xml:"JoinType"`
Style string `json:"Style,omitempty" xml:"Style"`
Transparency float64 `json:"Transparency,omitempty" xml:"Transparency"`
Weight string `json:"Weight,omitempty" xml:"Weight"`
WeightPt float64 `json:"WeightPt,omitempty" xml:"WeightPt"`
}
type LineFormat ¶
type LineFormat struct {
Type_ string `json:"Type,omitempty" xml:"Type"`
SolidFill *SolidFill `json:"SolidFill,omitempty" xml:"SolidFill"`
PatternFill *PatternFill `json:"PatternFill,omitempty" xml:"PatternFill"`
TextureFill *TextureFill `json:"TextureFill,omitempty" xml:"TextureFill"`
GradientFill *GradientFill `json:"GradientFill,omitempty" xml:"GradientFill"`
ImageData string `json:"ImageData,omitempty" xml:"ImageData"`
BeginArrowheadLength string `json:"BeginArrowheadLength,omitempty" xml:"BeginArrowheadLength"`
BeginArrowheadStyle string `json:"BeginArrowheadStyle,omitempty" xml:"BeginArrowheadStyle"`
BeginArrowheadWidth string `json:"BeginArrowheadWidth,omitempty" xml:"BeginArrowheadWidth"`
CapType string `json:"CapType,omitempty" xml:"CapType"`
CompoundType string `json:"CompoundType,omitempty" xml:"CompoundType"`
DashStyle string `json:"DashStyle,omitempty" xml:"DashStyle"`
EndArrowheadLength string `json:"EndArrowheadLength,omitempty" xml:"EndArrowheadLength"`
EndArrowheadStyle string `json:"EndArrowheadStyle,omitempty" xml:"EndArrowheadStyle"`
EndArrowheadWidth string `json:"EndArrowheadWidth,omitempty" xml:"EndArrowheadWidth"`
JoinType string `json:"JoinType,omitempty" xml:"JoinType"`
Weight float64 `json:"Weight,omitempty" xml:"Weight"`
}
type LineResponse ¶
type LineShape ¶
type LineShape struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
BeginArrowheadLength string `json:"BeginArrowheadLength,omitempty" xml:"BeginArrowheadLength"`
BeginArrowheadStyle string `json:"BeginArrowheadStyle,omitempty" xml:"BeginArrowheadStyle"`
BeginArrowheadWidth string `json:"BeginArrowheadWidth,omitempty" xml:"BeginArrowheadWidth"`
EndArrowheadLength string `json:"EndArrowheadLength,omitempty" xml:"EndArrowheadLength"`
EndArrowheadStyle string `json:"EndArrowheadStyle,omitempty" xml:"EndArrowheadStyle"`
EndArrowheadWidth string `json:"EndArrowheadWidth,omitempty" xml:"EndArrowheadWidth"`
}
type LineShapeResponse ¶
type LinkElement ¶
type LinkElement struct {
Link *Link `json:"link,omitempty" xml:"link"`
}
type ListBox ¶
type ListBox struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
InputRange string `json:"InputRange,omitempty" xml:"InputRange"`
ItemCount int64 `json:"ItemCount,omitempty" xml:"ItemCount"`
PageChange int64 `json:"PageChange,omitempty" xml:"PageChange"`
SelectedCells []LinkElement `json:"SelectedCells,omitempty" xml:"SelectedCells"`
SelectedIndex int64 `json:"SelectedIndex,omitempty" xml:"SelectedIndex"`
SelectionType string `json:"SelectionType,omitempty" xml:"SelectionType"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
}
type ListBoxResponse ¶
type ListColumn ¶
type ListColumn struct {
Name string `json:"Name,omitempty" xml:"Name"`
Range_ *Range `json:"Range,omitempty" xml:"Range"`
TotalsCalculation string `json:"TotalsCalculation,omitempty" xml:"TotalsCalculation"`
Formula string `json:"Formula,omitempty" xml:"Formula"`
TotalsRowLabel string `json:"TotalsRowLabel,omitempty" xml:"TotalsRowLabel"`
}
type ListObject ¶
type ListObject struct {
Link *Link `json:"link,omitempty" xml:"link"`
AutoFilter *AutoFilter `json:"AutoFilter,omitempty" xml:"AutoFilter"`
DisplayName string `json:"DisplayName,omitempty" xml:"DisplayName"`
StartColumn int64 `json:"StartColumn,omitempty" xml:"StartColumn"`
StartRow int64 `json:"StartRow,omitempty" xml:"StartRow"`
EndColumn int64 `json:"EndColumn,omitempty" xml:"EndColumn"`
EndRow int64 `json:"EndRow,omitempty" xml:"EndRow"`
ListColumns []ListColumn `json:"ListColumns,omitempty" xml:"ListColumns"`
ShowHeaderRow bool `json:"ShowHeaderRow,omitempty" xml:"ShowHeaderRow"`
ShowTableStyleColumnStripes bool `json:"ShowTableStyleColumnStripes,omitempty" xml:"ShowTableStyleColumnStripes"`
ShowTableStyleFirstColumn bool `json:"ShowTableStyleFirstColumn,omitempty" xml:"ShowTableStyleFirstColumn"`
ShowTableStyleLastColumn bool `json:"ShowTableStyleLastColumn,omitempty" xml:"ShowTableStyleLastColumn"`
ShowTableStyleRowStripes bool `json:"ShowTableStyleRowStripes,omitempty" xml:"ShowTableStyleRowStripes"`
ShowTotals bool `json:"ShowTotals,omitempty" xml:"ShowTotals"`
TableStyleName string `json:"TableStyleName,omitempty" xml:"TableStyleName"`
TableStyleType string `json:"TableStyleType,omitempty" xml:"TableStyleType"`
DataRange *Range `json:"DataRange,omitempty" xml:"DataRange"`
DataSourceType string `json:"DataSourceType,omitempty" xml:"DataSourceType"`
Comment string `json:"Comment,omitempty" xml:"Comment"`
XmlMap *XmlMap `json:"XmlMap,omitempty" xml:"XmlMap"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
AlternativeDescription string `json:"AlternativeDescription,omitempty" xml:"AlternativeDescription"`
}
type ListObjectOperateParameter ¶
type ListObjectOperateParameter struct {
OperateType string `json:"OperateType,omitempty" xml:"OperateType"`
ListObject *ListObject `json:"ListObject,omitempty" xml:"ListObject"`
}
type ListObjectResponse ¶
type ListObjectResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
ListObject *ListObject `json:"ListObject,omitempty" xml:"ListObject"`
}
type ListObjects ¶
type ListObjects struct {
Link *Link `json:"link,omitempty" xml:"link"`
ListObjectList []LinkElement `json:"ListObjectList,omitempty" xml:"ListObjectList"`
}
type ListObjectsResponse ¶
type ListObjectsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
ListObjects *ListObjects `json:"ListObjects,omitempty" xml:"ListObjects"`
}
type LoadOptions ¶
type LoadOptions struct {
ConvertNumericData string `json:"ConvertNumericData,omitempty" xml:"ConvertNumericData"`
InterruptMonitor string `json:"InterruptMonitor,omitempty" xml:"InterruptMonitor"`
LanguageCode string `json:"LanguageCode,omitempty" xml:"LanguageCode"`
LoadDataOptions string `json:"LoadDataOptions,omitempty" xml:"LoadDataOptions"`
LoadFormat string `json:"LoadFormat,omitempty" xml:"LoadFormat"`
OnlyLoadDocumentProperties string `json:"OnlyLoadDocumentProperties,omitempty" xml:"OnlyLoadDocumentProperties"`
ParsingFormulaOnOpen string `json:"ParsingFormulaOnOpen,omitempty" xml:"ParsingFormulaOnOpen"`
Password string `json:"Password,omitempty" xml:"Password"`
Region string `json:"Region,omitempty" xml:"Region"`
StandardFont string `json:"StandardFont,omitempty" xml:"StandardFont"`
StandardFontSize float64 `json:"StandardFontSize,omitempty" xml:"StandardFontSize"`
}
type MHtmlSaveOptions ¶
type MHtmlSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
ExportPageHeaders bool `json:"ExportPageHeaders,omitempty" xml:"ExportPageHeaders"`
ExportRowColumnHeadings bool `json:"ExportRowColumnHeadings,omitempty" xml:"ExportRowColumnHeadings"`
ShowAllSheets bool `json:"ShowAllSheets,omitempty" xml:"ShowAllSheets"`
ImageOptions *ImageOrPrintOptions `json:"ImageOptions,omitempty" xml:"ImageOptions"`
SaveAsSingleFile bool `json:"SaveAsSingleFile,omitempty" xml:"SaveAsSingleFile"`
ExportHiddenWorksheet bool `json:"ExportHiddenWorksheet,omitempty" xml:"ExportHiddenWorksheet"`
ExportGridLines bool `json:"ExportGridLines,omitempty" xml:"ExportGridLines"`
PresentationPreference bool `json:"PresentationPreference,omitempty" xml:"PresentationPreference"`
CellCssPrefix string `json:"CellCssPrefix,omitempty" xml:"CellCssPrefix"`
TableCssId string `json:"TableCssId,omitempty" xml:"TableCssId"`
IsFullPathLink bool `json:"IsFullPathLink,omitempty" xml:"IsFullPathLink"`
ExportWorksheetCSSSeparately bool `json:"ExportWorksheetCSSSeparately,omitempty" xml:"ExportWorksheetCSSSeparately"`
ExportSimilarBorderStyle bool `json:"ExportSimilarBorderStyle,omitempty" xml:"ExportSimilarBorderStyle"`
MergeEmptyTdForcely bool `json:"MergeEmptyTdForcely,omitempty" xml:"MergeEmptyTdForcely"`
ExportCellCoordinate bool `json:"ExportCellCoordinate,omitempty" xml:"ExportCellCoordinate"`
ExportExtraHeadings bool `json:"ExportExtraHeadings,omitempty" xml:"ExportExtraHeadings"`
ExportHeadings bool `json:"ExportHeadings,omitempty" xml:"ExportHeadings"`
ExportFormula bool `json:"ExportFormula,omitempty" xml:"ExportFormula"`
AddTooltipText bool `json:"AddTooltipText,omitempty" xml:"AddTooltipText"`
ExportBogusRowData bool `json:"ExportBogusRowData,omitempty" xml:"ExportBogusRowData"`
ExcludeUnusedStyles bool `json:"ExcludeUnusedStyles,omitempty" xml:"ExcludeUnusedStyles"`
ExportDocumentProperties bool `json:"ExportDocumentProperties,omitempty" xml:"ExportDocumentProperties"`
ExportWorksheetProperties bool `json:"ExportWorksheetProperties,omitempty" xml:"ExportWorksheetProperties"`
ExportWorkbookProperties bool `json:"ExportWorkbookProperties,omitempty" xml:"ExportWorkbookProperties"`
ExportFrameScriptsAndProperties bool `json:"ExportFrameScriptsAndProperties,omitempty" xml:"ExportFrameScriptsAndProperties"`
AttachedFilesDirectory string `json:"AttachedFilesDirectory,omitempty" xml:"AttachedFilesDirectory"`
AttachedFilesUrlPrefix string `json:"AttachedFilesUrlPrefix,omitempty" xml:"AttachedFilesUrlPrefix"`
Encoding string `json:"Encoding,omitempty" xml:"Encoding"`
ExportActiveWorksheetOnly bool `json:"ExportActiveWorksheetOnly,omitempty" xml:"ExportActiveWorksheetOnly"`
ExportChartImageFormat string `json:"ExportChartImageFormat,omitempty" xml:"ExportChartImageFormat"`
ExportImagesAsBase64 bool `json:"ExportImagesAsBase64,omitempty" xml:"ExportImagesAsBase64"`
HiddenColDisplayType string `json:"HiddenColDisplayType,omitempty" xml:"HiddenColDisplayType"`
HiddenRowDisplayType string `json:"HiddenRowDisplayType,omitempty" xml:"HiddenRowDisplayType"`
HtmlCrossStringType string `json:"HtmlCrossStringType,omitempty" xml:"HtmlCrossStringType"`
IsExpImageToTempDir bool `json:"IsExpImageToTempDir,omitempty" xml:"IsExpImageToTempDir"`
PageTitle string `json:"PageTitle,omitempty" xml:"PageTitle"`
ParseHtmlTagInCell bool `json:"ParseHtmlTagInCell,omitempty" xml:"ParseHtmlTagInCell"`
CellNameAttribute string `json:"CellNameAttribute,omitempty" xml:"CellNameAttribute"`
}
type MarkdownSaveOptions ¶
type MarkdownSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
Encoding string `json:"Encoding,omitempty" xml:"Encoding"`
FormatStrategy string `json:"FormatStrategy,omitempty" xml:"FormatStrategy"`
LineSeparator string `json:"LineSeparator,omitempty" xml:"LineSeparator"`
}
type MatchConditionRequest ¶
type MathCalculateRequest ¶ added in v25.8.0
type MathCalculateRequest struct {
Operation string `json:"operation,omitempty" xml:"operation"`
Value string `json:"value,omitempty" xml:"value"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*MathCalculateRequest) CreateRequestData ¶ added in v25.8.0
func (data *MathCalculateRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type MergeQueries ¶
type MergeQueries struct {
AppliedOperateType string `json:"AppliedOperateType,omitempty" xml:"AppliedOperateType"`
DataQueryNameA string `json:"DataQueryNameA,omitempty" xml:"DataQueryNameA"`
DataAIndexField string `json:"DataAIndexField,omitempty" xml:"DataAIndexField"`
DataQueryNameB string `json:"DataQueryNameB,omitempty" xml:"DataQueryNameB"`
DataBIndexField string `json:"DataBIndexField,omitempty" xml:"DataBIndexField"`
JoinType string `json:"JoinType,omitempty" xml:"JoinType"`
}
type MergeRemoteSpreadsheetRequest ¶ added in v25.6.0
type MergeRemoteSpreadsheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
MergedSpreadsheet string `json:"merged_spreadsheet,omitempty" xml:"merged_spreadsheet"`
Folder string `json:"folder,omitempty" xml:"folder"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
MergeInOneSheet bool `json:"merge_in_one_sheet,omitempty" xml:"merge_in_one_sheet"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*MergeRemoteSpreadsheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *MergeRemoteSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type MergeSpreadsheetsInRemoteFolderRequest ¶ added in v25.6.0
type MergeSpreadsheetsInRemoteFolderRequest struct {
Folder string `json:"folder,omitempty" xml:"folder"`
FileMatchExpression string `json:"file_match_expression,omitempty" xml:"file_match_expression"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
MergeInOneSheet bool `json:"merge_in_one_sheet,omitempty" xml:"merge_in_one_sheet"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*MergeSpreadsheetsInRemoteFolderRequest) CreateRequestData ¶ added in v25.6.0
func (data *MergeSpreadsheetsInRemoteFolderRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type MergeSpreadsheetsRequest ¶ added in v25.6.0
type MergeSpreadsheetsRequest struct {
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
MergeInOneSheet bool `json:"merge_in_one_sheet,omitempty" xml:"merge_in_one_sheet"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet map[string]string `json:"Spreadsheet,omitempty" xml:"Spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*MergeSpreadsheetsRequest) CreateRequestData ¶ added in v25.6.0
func (data *MergeSpreadsheetsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type MergeTableOptions ¶ added in v25.2.0
type MergeTableOptions struct {
MainTable *CombinationSourceData `json:"MainTable,omitempty" xml:"MainTable"`
SecondaryTable *CombinationSourceData `json:"SecondaryTable,omitempty" xml:"SecondaryTable"`
DataMergeType string `json:"DataMergeType,omitempty" xml:"DataMergeType"`
OverwriteMainTable bool `json:"OverwriteMainTable,omitempty" xml:"OverwriteMainTable"`
SyncDataToTargetWorkbook bool `json:"SyncDataToTargetWorkbook,omitempty" xml:"SyncDataToTargetWorkbook"`
MergedDataToPosition *DataOutputLocation `json:"MergedDataToPosition,omitempty" xml:"MergedDataToPosition"`
}
type MergedCell ¶
type MergedCell struct {
Link *Link `json:"link,omitempty" xml:"link"`
EndColumn int64 `json:"EndColumn,omitempty" xml:"EndColumn"`
EndRow int64 `json:"EndRow,omitempty" xml:"EndRow"`
StartColumn int64 `json:"StartColumn,omitempty" xml:"StartColumn"`
StartRow int64 `json:"StartRow,omitempty" xml:"StartRow"`
}
type MergedCellResponse ¶
type MergedCellResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
MergedCell *MergedCell `json:"MergedCell,omitempty" xml:"MergedCell"`
}
type MergedCells ¶
type MergedCells struct {
Link *Link `json:"link,omitempty" xml:"link"`
Count int64 `json:"Count,omitempty" xml:"Count"`
MergedCellList []LinkElement `json:"MergedCellList,omitempty" xml:"MergedCellList"`
}
type MergedCellsResponse ¶
type MergedCellsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
MergedCells *MergedCells `json:"MergedCells,omitempty" xml:"MergedCells"`
}
type MoveFileRequest ¶
type MoveFileRequest struct {
SrcPath string `json:"src_path,omitempty" xml:"src_path"`
DestPath string `json:"dest_path,omitempty" xml:"dest_path"`
SrcStorageName string `json:"src_storage_name,omitempty" xml:"src_storage_name"`
DestStorageName string `json:"dest_storage_name,omitempty" xml:"dest_storage_name"`
VersionId string `json:"version_id,omitempty" xml:"version_id"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*MoveFileRequest) CreateRequestData ¶
func (data *MoveFileRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type MoveFolderRequest ¶
type MoveFolderRequest struct {
SrcPath string `json:"src_path,omitempty" xml:"src_path"`
DestPath string `json:"dest_path,omitempty" xml:"dest_path"`
SrcStorageName string `json:"src_storage_name,omitempty" xml:"src_storage_name"`
DestStorageName string `json:"dest_storage_name,omitempty" xml:"dest_storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*MoveFolderRequest) CreateRequestData ¶
func (data *MoveFolderRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type MoveWorksheetInSpreadsheetRequest ¶ added in v25.8.0
type MoveWorksheetInSpreadsheetRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Position int64 `json:"position,omitempty" xml:"position"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*MoveWorksheetInSpreadsheetRequest) CreateRequestData ¶ added in v25.8.0
func (data *MoveWorksheetInSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type MultipleFilter ¶
type MultipleFilter interface {
}
type MultipleFilters ¶
type MultipleFilters struct {
MatchBlank bool `json:"MatchBlank,omitempty" xml:"MatchBlank"`
MultipleFilterList []MultipleFilter `json:"MultipleFilterList,omitempty" xml:"MultipleFilterList"`
}
type Name ¶
type Name struct {
Link *Link `json:"link,omitempty" xml:"link"`
Comment string `json:"Comment,omitempty" xml:"Comment"`
WorksheetIndex int64 `json:"WorksheetIndex,omitempty" xml:"WorksheetIndex"`
IsReferred bool `json:"IsReferred,omitempty" xml:"IsReferred"`
IsVisible bool `json:"IsVisible,omitempty" xml:"IsVisible"`
R1C1RefersTo string `json:"R1C1RefersTo,omitempty" xml:"R1C1RefersTo"`
RefersTo string `json:"RefersTo,omitempty" xml:"RefersTo"`
Text string `json:"Text,omitempty" xml:"Text"`
}
type NameResponse ¶
type Names ¶
type Names struct {
Link *Link `json:"link,omitempty" xml:"link"`
Count int64 `json:"Count,omitempty" xml:"Count"`
NameList []LinkElement `json:"NameList,omitempty" xml:"NameList"`
}
type NamesResponse ¶
type NegativeBarFormat ¶
type ObjectExist ¶
type ObjectExistsExtensions ¶
type ObjectExistsExtensions interface {
}
type ObjectExistsRequest ¶
type ObjectExistsRequest struct {
Path string `json:"path,omitempty" xml:"path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
VersionId string `json:"version_id,omitempty" xml:"version_id"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ObjectExistsRequest) CreateRequestData ¶
func (data *ObjectExistsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type OdsSaveOptions ¶
type OdsSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
GeneratorType string `json:"GeneratorType,omitempty" xml:"GeneratorType"`
OdfStrictVersion string `json:"OdfStrictVersion,omitempty" xml:"OdfStrictVersion"`
IgnorePivotTables bool `json:"IgnorePivotTables,omitempty" xml:"IgnorePivotTables"`
}
type OleObject ¶
type OleObject struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
DisplayAsIcon bool `json:"DisplayAsIcon,omitempty" xml:"DisplayAsIcon"`
FileFormatType string `json:"FileFormatType,omitempty" xml:"FileFormatType"`
ImageSourceFullName string `json:"ImageSourceFullName,omitempty" xml:"ImageSourceFullName"`
IsAutoSize bool `json:"IsAutoSize,omitempty" xml:"IsAutoSize"`
IsLink bool `json:"IsLink,omitempty" xml:"IsLink"`
ProgID string `json:"ProgID,omitempty" xml:"ProgID"`
SourceFullName string `json:"SourceFullName,omitempty" xml:"SourceFullName"`
}
type OleObjectResponse ¶
type OleObjects ¶
type OleObjects struct {
Link *Link `json:"link,omitempty" xml:"link"`
OleObjectList []LinkElement `json:"OleObjectList,omitempty" xml:"OleObjectList"`
}
type OleObjectsResponse ¶
type OleObjectsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
OleObjects *OleObjects `json:"OleObjects,omitempty" xml:"OleObjects"`
}
type OoxmlSaveOptions ¶
type OoxmlSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
ExportCellName bool `json:"ExportCellName,omitempty" xml:"ExportCellName"`
UpdateZoom bool `json:"UpdateZoom,omitempty" xml:"UpdateZoom"`
EnableZip64 bool `json:"EnableZip64,omitempty" xml:"EnableZip64"`
EmbedOoxmlAsOleObject bool `json:"EmbedOoxmlAsOleObject,omitempty" xml:"EmbedOoxmlAsOleObject"`
CompressionType string `json:"CompressionType,omitempty" xml:"CompressionType"`
}
type OperateObject ¶
type OperateObject struct {
OperateObjectType string `json:"OperateObjectType,omitempty" xml:"OperateObjectType"`
Position *OperateObjectPosition `json:"Position,omitempty" xml:"Position"`
}
type OperateObjectPosition ¶
type OperateObjectPosition struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
Workbook *FileSource `json:"Workbook,omitempty" xml:"Workbook"`
SheetName string `json:"SheetName,omitempty" xml:"SheetName"`
ChartIndex int64 `json:"ChartIndex,omitempty" xml:"ChartIndex"`
ShapeIndex int64 `json:"ShapeIndex,omitempty" xml:"ShapeIndex"`
CellName string `json:"CellName,omitempty" xml:"CellName"`
ListObjectIndex int64 `json:"ListObjectIndex,omitempty" xml:"ListObjectIndex"`
}
type OperateParameter ¶
type OperateParameter struct {
OperateType string `json:"OperateType,omitempty" xml:"OperateType"`
}
type Oval ¶
type Oval struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type OvalResponse ¶
type PageBreakOperateParameter ¶
type PageBreakOperateParameter struct {
OperateType string `json:"OperateType,omitempty" xml:"OperateType"`
PageBreakType string `json:"PageBreakType,omitempty" xml:"PageBreakType"`
Index int64 `json:"Index,omitempty" xml:"Index"`
Row int64 `json:"Row,omitempty" xml:"Row"`
Column int64 `json:"Column,omitempty" xml:"Column"`
StartIndex int64 `json:"StartIndex,omitempty" xml:"StartIndex"`
EndIndex int64 `json:"EndIndex,omitempty" xml:"EndIndex"`
}
type PageSection ¶
type PageSection struct {
Section int64 `json:"Section,omitempty" xml:"Section"`
Context string `json:"Context,omitempty" xml:"Context"`
Picture string `json:"Picture,omitempty" xml:"Picture"`
FisrtPageContext string `json:"FisrtPageContext,omitempty" xml:"FisrtPageContext"`
EvenPageContext string `json:"EvenPageContext,omitempty" xml:"EvenPageContext"`
}
type PageSectionsResponse ¶
type PageSectionsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
PageSections []PageSection `json:"PageSections,omitempty" xml:"PageSections"`
}
type PageSetup ¶
type PageSetup struct {
BlackAndWhite bool `json:"BlackAndWhite,omitempty" xml:"BlackAndWhite"`
BottomMargin float64 `json:"BottomMargin,omitempty" xml:"BottomMargin"`
CenterHorizontally bool `json:"CenterHorizontally,omitempty" xml:"CenterHorizontally"`
CenterVertically bool `json:"CenterVertically,omitempty" xml:"CenterVertically"`
FirstPageNumber int64 `json:"FirstPageNumber,omitempty" xml:"FirstPageNumber"`
FitToPagesTall int64 `json:"FitToPagesTall,omitempty" xml:"FitToPagesTall"`
FitToPagesWide int64 `json:"FitToPagesWide,omitempty" xml:"FitToPagesWide"`
HeaderMargin float64 `json:"HeaderMargin,omitempty" xml:"HeaderMargin"`
IsAutoFirstPageNumber bool `json:"IsAutoFirstPageNumber,omitempty" xml:"IsAutoFirstPageNumber"`
IsHFAlignMargins bool `json:"IsHFAlignMargins,omitempty" xml:"IsHFAlignMargins"`
IsHFDiffFirst bool `json:"IsHFDiffFirst,omitempty" xml:"IsHFDiffFirst"`
IsHFDiffOddEven bool `json:"IsHFDiffOddEven,omitempty" xml:"IsHFDiffOddEven"`
IsHFScaleWithDoc bool `json:"IsHFScaleWithDoc,omitempty" xml:"IsHFScaleWithDoc"`
IsPercentScale bool `json:"IsPercentScale,omitempty" xml:"IsPercentScale"`
LeftMargin float64 `json:"LeftMargin,omitempty" xml:"LeftMargin"`
Order string `json:"Order,omitempty" xml:"Order"`
Orientation string `json:"Orientation,omitempty" xml:"Orientation"`
PaperSize string `json:"PaperSize,omitempty" xml:"PaperSize"`
PrintArea string `json:"PrintArea,omitempty" xml:"PrintArea"`
PrintComments string `json:"PrintComments,omitempty" xml:"PrintComments"`
PrintCopies int64 `json:"PrintCopies,omitempty" xml:"PrintCopies"`
PrintDraft bool `json:"PrintDraft,omitempty" xml:"PrintDraft"`
PrintErrors string `json:"PrintErrors,omitempty" xml:"PrintErrors"`
PrintGridlines bool `json:"PrintGridlines,omitempty" xml:"PrintGridlines"`
PrintHeadings bool `json:"PrintHeadings,omitempty" xml:"PrintHeadings"`
PrintQuality int64 `json:"PrintQuality,omitempty" xml:"PrintQuality"`
PrintTitleColumns string `json:"PrintTitleColumns,omitempty" xml:"PrintTitleColumns"`
PrintTitleRows string `json:"PrintTitleRows,omitempty" xml:"PrintTitleRows"`
RightMargin float64 `json:"RightMargin,omitempty" xml:"RightMargin"`
TopMargin float64 `json:"TopMargin,omitempty" xml:"TopMargin"`
Zoom int64 `json:"Zoom,omitempty" xml:"Zoom"`
Header []PageSection `json:"Header,omitempty" xml:"Header"`
}
type PageSetupResponse ¶
type PaginatedSaveOptions ¶
type PaginatedSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
DefaultFont string `json:"DefaultFont,omitempty" xml:"DefaultFont"`
CheckWorkbookDefaultFont bool `json:"CheckWorkbookDefaultFont,omitempty" xml:"CheckWorkbookDefaultFont"`
CheckFontCompatibility bool `json:"CheckFontCompatibility,omitempty" xml:"CheckFontCompatibility"`
IsFontSubstitutionCharGranularity bool `json:"IsFontSubstitutionCharGranularity,omitempty" xml:"IsFontSubstitutionCharGranularity"`
OnePagePerSheet bool `json:"OnePagePerSheet,omitempty" xml:"OnePagePerSheet"`
AllColumnsInOnePagePerSheet bool `json:"AllColumnsInOnePagePerSheet,omitempty" xml:"AllColumnsInOnePagePerSheet"`
IgnoreError bool `json:"IgnoreError,omitempty" xml:"IgnoreError"`
OutputBlankPageWhenNothingToPrint bool `json:"OutputBlankPageWhenNothingToPrint,omitempty" xml:"OutputBlankPageWhenNothingToPrint"`
PageIndex int64 `json:"PageIndex,omitempty" xml:"PageIndex"`
PageCount int64 `json:"PageCount,omitempty" xml:"PageCount"`
PrintingPageType string `json:"PrintingPageType,omitempty" xml:"PrintingPageType"`
GridlineType string `json:"GridlineType,omitempty" xml:"GridlineType"`
TextCrossType string `json:"TextCrossType,omitempty" xml:"TextCrossType"`
DefaultEditLanguage string `json:"DefaultEditLanguage,omitempty" xml:"DefaultEditLanguage"`
EmfRenderSetting string `json:"EmfRenderSetting,omitempty" xml:"EmfRenderSetting"`
}
type PasswordRequest ¶
type PasswordRequest struct {
Password string `json:"Password,omitempty" xml:"Password"`
}
type PasteOptions ¶
type PatternFill ¶
type PatternFill struct {
Pattern string `json:"Pattern,omitempty" xml:"Pattern"`
BackgroundCellsColor *CellsColor `json:"BackgroundCellsColor,omitempty" xml:"BackgroundCellsColor"`
ForegroundCellsColor *CellsColor `json:"ForegroundCellsColor,omitempty" xml:"ForegroundCellsColor"`
ForegroundColor *Color `json:"ForegroundColor,omitempty" xml:"ForegroundColor"`
BackgroundColor *Color `json:"BackgroundColor,omitempty" xml:"BackgroundColor"`
BackTransparency float64 `json:"BackTransparency,omitempty" xml:"BackTransparency"`
ForeTransparency float64 `json:"ForeTransparency,omitempty" xml:"ForeTransparency"`
}
type PclSaveOptions ¶ added in v25.5.0
type PclSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
FontFullName string `json:"fontFullName,omitempty" xml:"fontFullName"`
FontPclName string `json:"fontPclName,omitempty" xml:"fontPclName"`
}
type PdfSaveOptions ¶
type PdfSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
DisplayDocTitle bool `json:"DisplayDocTitle,omitempty" xml:"DisplayDocTitle"`
ExportDocumentStructure bool `json:"ExportDocumentStructure,omitempty" xml:"ExportDocumentStructure"`
EmfRenderSetting string `json:"EmfRenderSetting,omitempty" xml:"EmfRenderSetting"`
CustomPropertiesExport string `json:"CustomPropertiesExport,omitempty" xml:"CustomPropertiesExport"`
OptimizationType string `json:"OptimizationType,omitempty" xml:"OptimizationType"`
Producer string `json:"Producer,omitempty" xml:"Producer"`
PdfCompression string `json:"PdfCompression,omitempty" xml:"PdfCompression"`
FontEncoding string `json:"FontEncoding,omitempty" xml:"FontEncoding"`
Watermark *RenderingWatermark `json:"Watermark,omitempty" xml:"Watermark"`
CalculateFormula bool `json:"CalculateFormula,omitempty" xml:"CalculateFormula"`
CheckFontCompatibility bool `json:"CheckFontCompatibility,omitempty" xml:"CheckFontCompatibility"`
Compliance string `json:"Compliance,omitempty" xml:"Compliance"`
DefaultFont string `json:"DefaultFont,omitempty" xml:"DefaultFont"`
OnePagePerSheet bool `json:"OnePagePerSheet,omitempty" xml:"OnePagePerSheet"`
PrintingPageType string `json:"PrintingPageType,omitempty" xml:"PrintingPageType"`
SecurityOptions *PdfSecurityOptions `json:"SecurityOptions,omitempty" xml:"SecurityOptions"`
DesiredPPI int64 `json:"desiredPPI,omitempty" xml:"desiredPPI"`
JpegQuality int64 `json:"jpegQuality,omitempty" xml:"jpegQuality"`
ImageType string `json:"ImageType,omitempty" xml:"ImageType"`
}
type PdfSecurityOptions ¶
type PdfSecurityOptions struct {
AnnotationsPermission bool `json:"AnnotationsPermission,omitempty" xml:"AnnotationsPermission"`
AssembleDocumentPermission bool `json:"AssembleDocumentPermission,omitempty" xml:"AssembleDocumentPermission"`
ExtractContentPermission bool `json:"ExtractContentPermission,omitempty" xml:"ExtractContentPermission"`
FillFormsPermission bool `json:"FillFormsPermission,omitempty" xml:"FillFormsPermission"`
FullQualityPrintPermission bool `json:"FullQualityPrintPermission,omitempty" xml:"FullQualityPrintPermission"`
ModifyDocumentPermission bool `json:"ModifyDocumentPermission,omitempty" xml:"ModifyDocumentPermission"`
OwnerPassword string `json:"OwnerPassword,omitempty" xml:"OwnerPassword"`
PrintPermission bool `json:"PrintPermission,omitempty" xml:"PrintPermission"`
UserPassword string `json:"UserPassword,omitempty" xml:"UserPassword"`
}
type PicFormatOption ¶
type PicFormatOption struct {
Type_ string `json:"Type,omitempty" xml:"Type"`
Scale float64 `json:"Scale,omitempty" xml:"Scale"`
Left float64 `json:"Left,omitempty" xml:"Left"`
Right float64 `json:"Right,omitempty" xml:"Right"`
Top float64 `json:"Top,omitempty" xml:"Top"`
Bottom float64 `json:"Bottom,omitempty" xml:"Bottom"`
}
type Picture ¶
type Picture struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
BorderLineColor *Color `json:"BorderLineColor,omitempty" xml:"BorderLineColor"`
BorderWeight float64 `json:"BorderWeight,omitempty" xml:"BorderWeight"`
OriginalHeight int64 `json:"OriginalHeight,omitempty" xml:"OriginalHeight"`
OriginalWidth int64 `json:"OriginalWidth,omitempty" xml:"OriginalWidth"`
ImageFormat string `json:"ImageFormat,omitempty" xml:"ImageFormat"`
SourceFullName string `json:"SourceFullName,omitempty" xml:"SourceFullName"`
}
type PictureResponse ¶
type Pictures ¶
type Pictures struct {
Link *Link `json:"link,omitempty" xml:"link"`
PictureList []LinkElement `json:"PictureList,omitempty" xml:"PictureList"`
}
type PicturesResponse ¶
type PivotColumn ¶
type PivotField ¶
type PivotField struct {
AutoShowCount int64 `json:"AutoShowCount,omitempty" xml:"AutoShowCount"`
AutoShowField int64 `json:"AutoShowField,omitempty" xml:"AutoShowField"`
AutoSortField int64 `json:"AutoSortField,omitempty" xml:"AutoSortField"`
BaseField int64 `json:"BaseField,omitempty" xml:"BaseField"`
BaseIndex int64 `json:"BaseIndex,omitempty" xml:"BaseIndex"`
BaseItem int64 `json:"BaseItem,omitempty" xml:"BaseItem"`
BaseItemPosition string `json:"BaseItemPosition,omitempty" xml:"BaseItemPosition"`
CurrentPageItem int64 `json:"CurrentPageItem,omitempty" xml:"CurrentPageItem"`
DataDisplayFormat string `json:"DataDisplayFormat,omitempty" xml:"DataDisplayFormat"`
DisplayName string `json:"DisplayName,omitempty" xml:"DisplayName"`
DragToColumn bool `json:"DragToColumn,omitempty" xml:"DragToColumn"`
DragToData bool `json:"DragToData,omitempty" xml:"DragToData"`
DragToHide bool `json:"DragToHide,omitempty" xml:"DragToHide"`
DragToPage bool `json:"DragToPage,omitempty" xml:"DragToPage"`
DragToRow bool `json:"DragToRow,omitempty" xml:"DragToRow"`
Function string `json:"Function,omitempty" xml:"Function"`
InsertBlankRow bool `json:"InsertBlankRow,omitempty" xml:"InsertBlankRow"`
IsAscendShow bool `json:"IsAscendShow,omitempty" xml:"IsAscendShow"`
IsAscendSort bool `json:"IsAscendSort,omitempty" xml:"IsAscendSort"`
IsAutoShow bool `json:"IsAutoShow,omitempty" xml:"IsAutoShow"`
IsAutoSort bool `json:"IsAutoSort,omitempty" xml:"IsAutoSort"`
IsAutoSubtotals bool `json:"IsAutoSubtotals,omitempty" xml:"IsAutoSubtotals"`
IsCalculatedField bool `json:"IsCalculatedField,omitempty" xml:"IsCalculatedField"`
IsIncludeNewItemsInFilter bool `json:"IsIncludeNewItemsInFilter,omitempty" xml:"IsIncludeNewItemsInFilter"`
IsInsertPageBreaksBetweenItems bool `json:"IsInsertPageBreaksBetweenItems,omitempty" xml:"IsInsertPageBreaksBetweenItems"`
IsMultipleItemSelectionAllowed bool `json:"IsMultipleItemSelectionAllowed,omitempty" xml:"IsMultipleItemSelectionAllowed"`
IsRepeatItemLabels bool `json:"IsRepeatItemLabels,omitempty" xml:"IsRepeatItemLabels"`
ItemCount int64 `json:"ItemCount,omitempty" xml:"ItemCount"`
Items []string `json:"Items,omitempty" xml:"Items"`
Name string `json:"Name,omitempty" xml:"Name"`
Number int64 `json:"Number,omitempty" xml:"Number"`
NumberFormat string `json:"NumberFormat,omitempty" xml:"NumberFormat"`
OriginalItems []string `json:"OriginalItems,omitempty" xml:"OriginalItems"`
PivotItems []PivotItem `json:"PivotItems,omitempty" xml:"PivotItems"`
Position int64 `json:"Position,omitempty" xml:"Position"`
ShowAllItems bool `json:"ShowAllItems,omitempty" xml:"ShowAllItems"`
ShowCompact bool `json:"ShowCompact,omitempty" xml:"ShowCompact"`
ShowInOutlineForm bool `json:"ShowInOutlineForm,omitempty" xml:"ShowInOutlineForm"`
ShowSubtotalAtTop bool `json:"ShowSubtotalAtTop,omitempty" xml:"ShowSubtotalAtTop"`
}
type PivotFieldResponse ¶
type PivotFieldResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
PivotField *PivotField `json:"PivotField,omitempty" xml:"PivotField"`
}
type PivotFilter ¶
type PivotFilter struct {
AutoFilter *AutoFilter `json:"AutoFilter,omitempty" xml:"AutoFilter"`
EvaluationOrder int64 `json:"EvaluationOrder,omitempty" xml:"EvaluationOrder"`
FieldIndex int64 `json:"FieldIndex,omitempty" xml:"FieldIndex"`
FilterType string `json:"FilterType,omitempty" xml:"FilterType"`
ValueFieldIndex int64 `json:"ValueFieldIndex,omitempty" xml:"ValueFieldIndex"`
MemberPropertyFieldIndex int64 `json:"MemberPropertyFieldIndex,omitempty" xml:"MemberPropertyFieldIndex"`
Name string `json:"Name,omitempty" xml:"Name"`
Value1 string `json:"Value1,omitempty" xml:"Value1"`
Value2 string `json:"Value2,omitempty" xml:"Value2"`
Top10Filter *Top10Filter `json:"Top10Filter,omitempty" xml:"Top10Filter"`
}
type PivotFilterResponse ¶
type PivotFilterResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
PivotFilter *PivotFilter `json:"PivotFilter,omitempty" xml:"PivotFilter"`
}
type PivotFiltersResponse ¶
type PivotFiltersResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
PivotFilters []PivotFilter `json:"PivotFilters,omitempty" xml:"PivotFilters"`
}
type PivotGlobalizationSettings ¶
type PivotGlobalizationSettings struct {
}
type PivotTable ¶
type PivotTable struct {
Link *Link `json:"link,omitempty" xml:"link"`
AltTextDescription string `json:"AltTextDescription,omitempty" xml:"AltTextDescription"`
AltTextTitle string `json:"AltTextTitle,omitempty" xml:"AltTextTitle"`
AutoFormatType string `json:"AutoFormatType,omitempty" xml:"AutoFormatType"`
BaseFields []PivotField `json:"BaseFields,omitempty" xml:"BaseFields"`
ColumnFields []PivotField `json:"ColumnFields,omitempty" xml:"ColumnFields"`
ColumnGrand bool `json:"ColumnGrand,omitempty" xml:"ColumnGrand"`
ColumnHeaderCaption string `json:"ColumnHeaderCaption,omitempty" xml:"ColumnHeaderCaption"`
ColumnRange *CellArea `json:"ColumnRange,omitempty" xml:"ColumnRange"`
CustomListSort bool `json:"CustomListSort,omitempty" xml:"CustomListSort"`
DataBodyRange *CellArea `json:"DataBodyRange,omitempty" xml:"DataBodyRange"`
DataField *PivotField `json:"DataField,omitempty" xml:"DataField"`
DataFields []PivotField `json:"DataFields,omitempty" xml:"DataFields"`
DataSource []string `json:"DataSource,omitempty" xml:"DataSource"`
DisplayErrorString bool `json:"DisplayErrorString,omitempty" xml:"DisplayErrorString"`
DisplayImmediateItems bool `json:"DisplayImmediateItems,omitempty" xml:"DisplayImmediateItems"`
DisplayNullString bool `json:"DisplayNullString,omitempty" xml:"DisplayNullString"`
EnableDataValueEditing bool `json:"EnableDataValueEditing,omitempty" xml:"EnableDataValueEditing"`
EnableDrilldown bool `json:"EnableDrilldown,omitempty" xml:"EnableDrilldown"`
EnableFieldDialog bool `json:"EnableFieldDialog,omitempty" xml:"EnableFieldDialog"`
EnableFieldList bool `json:"EnableFieldList,omitempty" xml:"EnableFieldList"`
EnableWizard bool `json:"EnableWizard,omitempty" xml:"EnableWizard"`
ErrorString string `json:"ErrorString,omitempty" xml:"ErrorString"`
FieldListSortAscending bool `json:"FieldListSortAscending,omitempty" xml:"FieldListSortAscending"`
GrandTotalName string `json:"GrandTotalName,omitempty" xml:"GrandTotalName"`
HasBlankRows bool `json:"HasBlankRows,omitempty" xml:"HasBlankRows"`
Indent int64 `json:"Indent,omitempty" xml:"Indent"`
IsAutoFormat bool `json:"IsAutoFormat,omitempty" xml:"IsAutoFormat"`
IsGridDropZones bool `json:"IsGridDropZones,omitempty" xml:"IsGridDropZones"`
IsMultipleFieldFilters bool `json:"IsMultipleFieldFilters,omitempty" xml:"IsMultipleFieldFilters"`
IsSelected bool `json:"IsSelected,omitempty" xml:"IsSelected"`
ItemPrintTitles bool `json:"ItemPrintTitles,omitempty" xml:"ItemPrintTitles"`
ManualUpdate bool `json:"ManualUpdate,omitempty" xml:"ManualUpdate"`
MergeLabels bool `json:"MergeLabels,omitempty" xml:"MergeLabels"`
MissingItemsLimit string `json:"MissingItemsLimit,omitempty" xml:"MissingItemsLimit"`
Name string `json:"Name,omitempty" xml:"Name"`
NullString string `json:"NullString,omitempty" xml:"NullString"`
PageFieldOrder string `json:"PageFieldOrder,omitempty" xml:"PageFieldOrder"`
PageFields []PivotField `json:"PageFields,omitempty" xml:"PageFields"`
PageFieldWrapCount int64 `json:"PageFieldWrapCount,omitempty" xml:"PageFieldWrapCount"`
PivotFilters []PivotFilter `json:"PivotFilters,omitempty" xml:"PivotFilters"`
PivotTableStyleName string `json:"PivotTableStyleName,omitempty" xml:"PivotTableStyleName"`
PivotTableStyleType string `json:"PivotTableStyleType,omitempty" xml:"PivotTableStyleType"`
PreserveFormatting bool `json:"PreserveFormatting,omitempty" xml:"PreserveFormatting"`
PrintDrill bool `json:"PrintDrill,omitempty" xml:"PrintDrill"`
PrintTitles bool `json:"PrintTitles,omitempty" xml:"PrintTitles"`
RefreshDataFlag bool `json:"RefreshDataFlag,omitempty" xml:"RefreshDataFlag"`
RefreshDataOnOpeningFile bool `json:"RefreshDataOnOpeningFile,omitempty" xml:"RefreshDataOnOpeningFile"`
RowFields []PivotField `json:"RowFields,omitempty" xml:"RowFields"`
RowGrand bool `json:"RowGrand,omitempty" xml:"RowGrand"`
RowHeaderCaption string `json:"RowHeaderCaption,omitempty" xml:"RowHeaderCaption"`
RowRange *CellArea `json:"RowRange,omitempty" xml:"RowRange"`
SaveData bool `json:"SaveData,omitempty" xml:"SaveData"`
ShowDataTips bool `json:"ShowDataTips,omitempty" xml:"ShowDataTips"`
ShowDrill bool `json:"ShowDrill,omitempty" xml:"ShowDrill"`
ShowEmptyCol bool `json:"ShowEmptyCol,omitempty" xml:"ShowEmptyCol"`
ShowEmptyRow bool `json:"ShowEmptyRow,omitempty" xml:"ShowEmptyRow"`
ShowMemberPropertyTips bool `json:"ShowMemberPropertyTips,omitempty" xml:"ShowMemberPropertyTips"`
ShowPivotStyleColumnHeader bool `json:"ShowPivotStyleColumnHeader,omitempty" xml:"ShowPivotStyleColumnHeader"`
ShowPivotStyleColumnStripes bool `json:"ShowPivotStyleColumnStripes,omitempty" xml:"ShowPivotStyleColumnStripes"`
ShowPivotStyleLastColumn bool `json:"ShowPivotStyleLastColumn,omitempty" xml:"ShowPivotStyleLastColumn"`
ShowPivotStyleRowHeader bool `json:"ShowPivotStyleRowHeader,omitempty" xml:"ShowPivotStyleRowHeader"`
ShowPivotStyleRowStripes bool `json:"ShowPivotStyleRowStripes,omitempty" xml:"ShowPivotStyleRowStripes"`
ShowRowHeaderCaption bool `json:"ShowRowHeaderCaption,omitempty" xml:"ShowRowHeaderCaption"`
ShowValuesRow bool `json:"ShowValuesRow,omitempty" xml:"ShowValuesRow"`
SubtotalHiddenPageItems bool `json:"SubtotalHiddenPageItems,omitempty" xml:"SubtotalHiddenPageItems"`
TableRange1 *CellArea `json:"TableRange1,omitempty" xml:"TableRange1"`
TableRange2 *CellArea `json:"TableRange2,omitempty" xml:"TableRange2"`
Tag string `json:"Tag,omitempty" xml:"Tag"`
}
type PivotTableFieldRequest ¶
type PivotTableFieldRequest struct {
Data []int64 `json:"Data,omitempty" xml:"Data"`
}
type PivotTableOperateParameter ¶
type PivotTableOperateParameter struct {
OperateType string `json:"OperateType,omitempty" xml:"OperateType"`
SourceData string `json:"SourceData,omitempty" xml:"SourceData"`
DestCellName string `json:"DestCellName,omitempty" xml:"DestCellName"`
TableName string `json:"TableName,omitempty" xml:"TableName"`
UseSameSource bool `json:"UseSameSource,omitempty" xml:"UseSameSource"`
PivotTableIndex int64 `json:"PivotTableIndex,omitempty" xml:"PivotTableIndex"`
PivotFieldRows []int64 `json:"PivotFieldRows,omitempty" xml:"PivotFieldRows"`
PivotFieldColumns []int64 `json:"PivotFieldColumns,omitempty" xml:"PivotFieldColumns"`
PivotFieldData []int64 `json:"PivotFieldData,omitempty" xml:"PivotFieldData"`
}
type PivotTableResponse ¶
type PivotTableResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
PivotTable *PivotTable `json:"PivotTable,omitempty" xml:"PivotTable"`
}
type PivotTables ¶
type PivotTables struct {
Link *Link `json:"link,omitempty" xml:"link"`
PivotTableList []LinkElement `json:"PivotTableList,omitempty" xml:"PivotTableList"`
}
type PivotTablesResponse ¶
type PivotTablesResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
PivotTables *PivotTables `json:"PivotTables,omitempty" xml:"PivotTables"`
}
type PlotArea ¶
type PlotArea struct {
Area *Area `json:"Area,omitempty" xml:"Area"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Border *Line `json:"Border,omitempty" xml:"Border"`
Font *Font `json:"Font,omitempty" xml:"Font"`
IsAutomaticSize bool `json:"IsAutomaticSize,omitempty" xml:"IsAutomaticSize"`
IsInnerMode bool `json:"IsInnerMode,omitempty" xml:"IsInnerMode"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
InnerHeight int64 `json:"InnerHeight,omitempty" xml:"InnerHeight"`
InnerWidth int64 `json:"InnerWidth,omitempty" xml:"InnerWidth"`
InnerX int64 `json:"InnerX,omitempty" xml:"InnerX"`
InnerY int64 `json:"InnerY,omitempty" xml:"InnerY"`
}
type PlotAreaResponse ¶
type PostAccessTokenRequest ¶
type PostAccessTokenRequest struct {
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostAccessTokenRequest) CreateRequestData ¶
func (data *PostAccessTokenRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostAddTextContentRequest ¶
type PostAddTextContentRequest struct {
AddTextOptions interface{} `json:"add_text_options,omitempty" xml:"add_text_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostAddTextContentRequest) CreateRequestData ¶
func (data *PostAddTextContentRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostAnalyzeExcelRequest ¶
type PostAnalyzeExcelRequest struct {
AnalyzeExcelRequest interface{} `json:"analyze_excel_request,omitempty" xml:"analyze_excel_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostAnalyzeExcelRequest) CreateRequestData ¶
func (data *PostAnalyzeExcelRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostAssembleRequest ¶
type PostAssembleRequest struct {
Datasource string `json:"datasource,omitempty" xml:"datasource"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
File map[string]string `json:"File,omitempty" xml:"File"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostAssembleRequest) CreateRequestData ¶
func (data *PostAssembleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostAutofitWorkbookColumnsRequest ¶
type PostAutofitWorkbookColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
EndColumn int64 `json:"end_column,omitempty" xml:"end_column"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostAutofitWorkbookColumnsRequest) CreateRequestData ¶
func (data *PostAutofitWorkbookColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostAutofitWorkbookRowsRequest ¶
type PostAutofitWorkbookRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
StartRow int64 `json:"start_row,omitempty" xml:"start_row"`
EndRow int64 `json:"end_row,omitempty" xml:"end_row"`
OnlyAuto bool `json:"only_auto,omitempty" xml:"only_auto"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
FirstColumn int64 `json:"first_column,omitempty" xml:"first_column"`
LastColumn int64 `json:"last_column,omitempty" xml:"last_column"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostAutofitWorkbookRowsRequest) CreateRequestData ¶
func (data *PostAutofitWorkbookRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostAutofitWorksheetColumnsRequest ¶
type PostAutofitWorksheetColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
EndColumn int64 `json:"end_column,omitempty" xml:"end_column"`
OnlyAuto bool `json:"only_auto,omitempty" xml:"only_auto"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostAutofitWorksheetColumnsRequest) CreateRequestData ¶
func (data *PostAutofitWorksheetColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostAutofitWorksheetRowRequest ¶
type PostAutofitWorksheetRowRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
RowIndex int64 `json:"row_index,omitempty" xml:"row_index"`
FirstColumn int64 `json:"first_column,omitempty" xml:"first_column"`
LastColumn int64 `json:"last_column,omitempty" xml:"last_column"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
RowCount int64 `json:"row_count,omitempty" xml:"row_count"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostAutofitWorksheetRowRequest) CreateRequestData ¶
func (data *PostAutofitWorksheetRowRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostAutofitWorksheetRowsRequest ¶
type PostAutofitWorksheetRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
StartRow int64 `json:"start_row,omitempty" xml:"start_row"`
EndRow int64 `json:"end_row,omitempty" xml:"end_row"`
OnlyAuto bool `json:"only_auto,omitempty" xml:"only_auto"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostAutofitWorksheetRowsRequest) CreateRequestData ¶
func (data *PostAutofitWorksheetRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostBatchConvertRequest ¶
type PostBatchConvertRequest struct {
BatchConvertRequest interface{} `json:"batch_convert_request,omitempty" xml:"batch_convert_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostBatchConvertRequest) CreateRequestData ¶
func (data *PostBatchConvertRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostBatchLockRequest ¶
type PostBatchLockRequest struct {
BatchLockRequest interface{} `json:"batch_lock_request,omitempty" xml:"batch_lock_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostBatchLockRequest) CreateRequestData ¶
func (data *PostBatchLockRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostBatchProtectRequest ¶
type PostBatchProtectRequest struct {
BatchProtectRequest interface{} `json:"batch_protect_request,omitempty" xml:"batch_protect_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostBatchProtectRequest) CreateRequestData ¶
func (data *PostBatchProtectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostBatchSplitRequest ¶
type PostBatchSplitRequest struct {
BatchSplitRequest interface{} `json:"batch_split_request,omitempty" xml:"batch_split_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostBatchSplitRequest) CreateRequestData ¶
func (data *PostBatchSplitRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostBatchUnlockRequest ¶
type PostBatchUnlockRequest struct {
BatchLockRequest interface{} `json:"batch_lock_request,omitempty" xml:"batch_lock_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostBatchUnlockRequest) CreateRequestData ¶
func (data *PostBatchUnlockRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostCellCalculateRequest ¶
type PostCellCalculateRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Options interface{} `json:"options,omitempty" xml:"options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostCellCalculateRequest) CreateRequestData ¶
func (data *PostCellCalculateRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostCellCharactersRequest ¶
type PostCellCharactersRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Options interface{} `json:"options,omitempty" xml:"options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostCellCharactersRequest) CreateRequestData ¶
func (data *PostCellCharactersRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostCharacterCountRequest ¶ added in v25.2.0
type PostCharacterCountRequest struct {
CharacterCountOptions interface{} `json:"character_count_options,omitempty" xml:"character_count_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostCharacterCountRequest) CreateRequestData ¶ added in v25.2.0
func (data *PostCharacterCountRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostChartCategoryAxisRequest ¶
type PostChartCategoryAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Axis interface{} `json:"axis,omitempty" xml:"axis"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostChartCategoryAxisRequest) CreateRequestData ¶
func (data *PostChartCategoryAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostChartSecondCategoryAxisRequest ¶
type PostChartSecondCategoryAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Axis interface{} `json:"axis,omitempty" xml:"axis"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostChartSecondCategoryAxisRequest) CreateRequestData ¶
func (data *PostChartSecondCategoryAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostChartSecondValueAxisRequest ¶
type PostChartSecondValueAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Axis interface{} `json:"axis,omitempty" xml:"axis"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostChartSecondValueAxisRequest) CreateRequestData ¶
func (data *PostChartSecondValueAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostChartSeriesAxisRequest ¶
type PostChartSeriesAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Axis interface{} `json:"axis,omitempty" xml:"axis"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostChartSeriesAxisRequest) CreateRequestData ¶
func (data *PostChartSeriesAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostChartValueAxisRequest ¶
type PostChartValueAxisRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Axis interface{} `json:"axis,omitempty" xml:"axis"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostChartValueAxisRequest) CreateRequestData ¶
func (data *PostChartValueAxisRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostClearContentsRequest ¶
type PostClearContentsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
StartRow int64 `json:"start_row,omitempty" xml:"start_row"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
EndRow int64 `json:"end_row,omitempty" xml:"end_row"`
EndColumn int64 `json:"end_column,omitempty" xml:"end_column"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostClearContentsRequest) CreateRequestData ¶
func (data *PostClearContentsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostClearFormatsRequest ¶
type PostClearFormatsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
StartRow int64 `json:"start_row,omitempty" xml:"start_row"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
EndRow int64 `json:"end_row,omitempty" xml:"end_row"`
EndColumn int64 `json:"end_column,omitempty" xml:"end_column"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostClearFormatsRequest) CreateRequestData ¶
func (data *PostClearFormatsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostClearObjectsRequest ¶
type PostClearObjectsRequest struct {
Objecttype string `json:"objecttype,omitempty" xml:"objecttype"`
Sheetname string `json:"sheetname,omitempty" xml:"sheetname"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostClearObjectsRequest) CreateRequestData ¶
func (data *PostClearObjectsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostColumnStyleRequest ¶
type PostColumnStyleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ColumnIndex int64 `json:"column_index,omitempty" xml:"column_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Style interface{} `json:"style,omitempty" xml:"style"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostColumnStyleRequest) CreateRequestData ¶
func (data *PostColumnStyleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostCompressRequest ¶
type PostCompressRequest struct {
CompressLevel int64 `json:"compress_level,omitempty" xml:"compress_level"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostCompressRequest) CreateRequestData ¶
func (data *PostCompressRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertTextRequest ¶
type PostConvertTextRequest struct {
ConvertTextOptions interface{} `json:"convert_text_options,omitempty" xml:"convert_text_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertTextRequest) CreateRequestData ¶
func (data *PostConvertTextRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookRequest ¶ added in v25.3.0
type PostConvertWorkbookRequest struct {
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
ConvertWorkbookOptions interface{} `json:"convert_workbook_options,omitempty" xml:"convert_workbook_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookRequest) CreateRequestData ¶ added in v25.3.0
func (data *PostConvertWorkbookRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookToCSVRequest ¶
type PostConvertWorkbookToCSVRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookToCSVRequest) CreateRequestData ¶
func (data *PostConvertWorkbookToCSVRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookToDocxRequest ¶
type PostConvertWorkbookToDocxRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookToDocxRequest) CreateRequestData ¶
func (data *PostConvertWorkbookToDocxRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookToHtmlRequest ¶
type PostConvertWorkbookToHtmlRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookToHtmlRequest) CreateRequestData ¶
func (data *PostConvertWorkbookToHtmlRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookToJsonRequest ¶
type PostConvertWorkbookToJsonRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookToJsonRequest) CreateRequestData ¶
func (data *PostConvertWorkbookToJsonRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookToMarkdownRequest ¶
type PostConvertWorkbookToMarkdownRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookToMarkdownRequest) CreateRequestData ¶
func (data *PostConvertWorkbookToMarkdownRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookToPDFRequest ¶
type PostConvertWorkbookToPDFRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookToPDFRequest) CreateRequestData ¶
func (data *PostConvertWorkbookToPDFRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookToPNGRequest ¶
type PostConvertWorkbookToPNGRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookToPNGRequest) CreateRequestData ¶
func (data *PostConvertWorkbookToPNGRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookToPptxRequest ¶
type PostConvertWorkbookToPptxRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookToPptxRequest) CreateRequestData ¶
func (data *PostConvertWorkbookToPptxRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorkbookToSQLRequest ¶
type PostConvertWorkbookToSQLRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorkbookToSQLRequest) CreateRequestData ¶
func (data *PostConvertWorkbookToSQLRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostConvertWorksheetToImageRequest ¶ added in v25.2.0
type PostConvertWorksheetToImageRequest struct {
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
ConvertWorksheetOptions interface{} `json:"convert_worksheet_options,omitempty" xml:"convert_worksheet_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostConvertWorksheetToImageRequest) CreateRequestData ¶ added in v25.2.0
func (data *PostConvertWorksheetToImageRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostCopyCellIntoCellRequest ¶
type PostCopyCellIntoCellRequest struct {
Name string `json:"name,omitempty" xml:"name"`
DestCellName string `json:"dest_cell_name,omitempty" xml:"dest_cell_name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Cellname string `json:"cellname,omitempty" xml:"cellname"`
Row int64 `json:"row,omitempty" xml:"row"`
Column int64 `json:"column,omitempty" xml:"column"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostCopyCellIntoCellRequest) CreateRequestData ¶
func (data *PostCopyCellIntoCellRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostCopyWorksheetColumnsRequest ¶
type PostCopyWorksheetColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
SourceColumnIndex int64 `json:"source_column_index,omitempty" xml:"source_column_index"`
DestinationColumnIndex int64 `json:"destination_column_index,omitempty" xml:"destination_column_index"`
ColumnNumber int64 `json:"column_number,omitempty" xml:"column_number"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostCopyWorksheetColumnsRequest) CreateRequestData ¶
func (data *PostCopyWorksheetColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostCopyWorksheetRequest ¶
type PostCopyWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
SourceSheet string `json:"source_sheet,omitempty" xml:"source_sheet"`
SourceWorkbook string `json:"source_workbook,omitempty" xml:"source_workbook"`
SourceFolder string `json:"source_folder,omitempty" xml:"source_folder"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Options interface{} `json:"options,omitempty" xml:"options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostCopyWorksheetRequest) CreateRequestData ¶
func (data *PostCopyWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostCopyWorksheetRowsRequest ¶
type PostCopyWorksheetRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
SourceRowIndex int64 `json:"source_row_index,omitempty" xml:"source_row_index"`
DestinationRowIndex int64 `json:"destination_row_index,omitempty" xml:"destination_row_index"`
RowNumber int64 `json:"row_number,omitempty" xml:"row_number"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostCopyWorksheetRowsRequest) CreateRequestData ¶
func (data *PostCopyWorksheetRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostDataCleansingRequest ¶
type PostDataCleansingRequest struct {
DataCleansingRequest interface{} `json:"data_cleansing_request,omitempty" xml:"data_cleansing_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostDataCleansingRequest) CreateRequestData ¶
func (data *PostDataCleansingRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostDataDeduplicationRequest ¶
type PostDataDeduplicationRequest struct {
DataDeduplicationRequest interface{} `json:"data_deduplication_request,omitempty" xml:"data_deduplication_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostDataDeduplicationRequest) CreateRequestData ¶
func (data *PostDataDeduplicationRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostDataFillRequest ¶
type PostDataFillRequest struct {
DataFillRequest interface{} `json:"data_fill_request,omitempty" xml:"data_fill_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostDataFillRequest) CreateRequestData ¶
func (data *PostDataFillRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostDataTransformationRequest ¶
type PostDataTransformationRequest struct {
DataTransformationRequest interface{} `json:"data_transformation_request,omitempty" xml:"data_transformation_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostDataTransformationRequest) CreateRequestData ¶
func (data *PostDataTransformationRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostDeleteIncompleteRowsRequest ¶
type PostDeleteIncompleteRowsRequest struct {
DeleteIncompleteRowsRequest interface{} `json:"delete_incomplete_rows_request,omitempty" xml:"delete_incomplete_rows_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostDeleteIncompleteRowsRequest) CreateRequestData ¶
func (data *PostDeleteIncompleteRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostDigitalSignatureRequest ¶
type PostDigitalSignatureRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Digitalsignaturefile string `json:"digitalsignaturefile,omitempty" xml:"digitalsignaturefile"`
Password string `json:"password,omitempty" xml:"password"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostDigitalSignatureRequest) CreateRequestData ¶
func (data *PostDigitalSignatureRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostEncryptWorkbookRequest ¶
type PostEncryptWorkbookRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Encryption interface{} `json:"encryption,omitempty" xml:"encryption"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostEncryptWorkbookRequest) CreateRequestData ¶
func (data *PostEncryptWorkbookRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostExportRequest ¶
type PostExportRequest struct {
ObjectType string `json:"object_type,omitempty" xml:"object_type"`
Format string `json:"format,omitempty" xml:"format"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostExportRequest) CreateRequestData ¶
func (data *PostExportRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostExtractTextRequest ¶
type PostExtractTextRequest struct {
ExtractTextOptions interface{} `json:"extract_text_options,omitempty" xml:"extract_text_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostExtractTextRequest) CreateRequestData ¶
func (data *PostExtractTextRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostFitTallToPagesRequest ¶
type PostFitTallToPagesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostFitTallToPagesRequest) CreateRequestData ¶
func (data *PostFitTallToPagesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostFitWideToPagesRequest ¶
type PostFitWideToPagesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostFitWideToPagesRequest) CreateRequestData ¶
func (data *PostFitWideToPagesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostFooterRequest ¶
type PostFooterRequest struct {
}
func (*PostFooterRequest) CreateRequestData ¶
func (data *PostFooterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostGroupWorksheetColumnsRequest ¶
type PostGroupWorksheetColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
FirstIndex int64 `json:"first_index,omitempty" xml:"first_index"`
LastIndex int64 `json:"last_index,omitempty" xml:"last_index"`
Hide bool `json:"hide,omitempty" xml:"hide"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostGroupWorksheetColumnsRequest) CreateRequestData ¶
func (data *PostGroupWorksheetColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostGroupWorksheetRowsRequest ¶
type PostGroupWorksheetRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
FirstIndex int64 `json:"first_index,omitempty" xml:"first_index"`
LastIndex int64 `json:"last_index,omitempty" xml:"last_index"`
Hide bool `json:"hide,omitempty" xml:"hide"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostGroupWorksheetRowsRequest) CreateRequestData ¶
func (data *PostGroupWorksheetRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostHeaderRequest ¶
type PostHeaderRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Section int64 `json:"section,omitempty" xml:"section"`
Script string `json:"script,omitempty" xml:"script"`
IsFirstPage bool `json:"is_first_page,omitempty" xml:"is_first_page"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostHeaderRequest) CreateRequestData ¶
func (data *PostHeaderRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostHideWorksheetColumnsRequest ¶
type PostHideWorksheetColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
TotalColumns int64 `json:"total_columns,omitempty" xml:"total_columns"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostHideWorksheetColumnsRequest) CreateRequestData ¶
func (data *PostHideWorksheetColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostHideWorksheetRowsRequest ¶
type PostHideWorksheetRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Startrow int64 `json:"startrow,omitempty" xml:"startrow"`
TotalRows int64 `json:"total_rows,omitempty" xml:"total_rows"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostHideWorksheetRowsRequest) CreateRequestData ¶
func (data *PostHideWorksheetRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostImportDataRequest ¶
type PostImportDataRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
ImportOption interface{} `json:"import_option,omitempty" xml:"import_option"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostImportDataRequest) CreateRequestData ¶
func (data *PostImportDataRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostImportRequest ¶
type PostImportRequest struct {
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostImportRequest) CreateRequestData ¶
func (data *PostImportRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostLockRequest ¶
type PostLockRequest struct {
Password string `json:"password,omitempty" xml:"password"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostLockRequest) CreateRequestData ¶
func (data *PostLockRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostMergeRequest ¶
type PostMergeRequest struct {
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
MergeToOneSheet bool `json:"merge_to_one_sheet,omitempty" xml:"merge_to_one_sheet"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
File map[string]string `json:"File,omitempty" xml:"File"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostMergeRequest) CreateRequestData ¶
func (data *PostMergeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostMetadataRequest ¶
type PostMetadataRequest struct {
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
Region string `json:"region,omitempty" xml:"region"`
CellsDocuments interface{} `json:"cells_documents,omitempty" xml:"cells_documents"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostMetadataRequest) CreateRequestData ¶
func (data *PostMetadataRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostMoveWorksheetRequest ¶
type PostMoveWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Moving interface{} `json:"moving,omitempty" xml:"moving"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostMoveWorksheetRequest) CreateRequestData ¶
func (data *PostMoveWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostPageSetupRequest ¶
type PostPageSetupRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
PageSetup interface{} `json:"page_setup,omitempty" xml:"page_setup"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostPageSetupRequest) CreateRequestData ¶
func (data *PostPageSetupRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostPivotTableCellStyleRequest ¶
type PostPivotTableCellStyleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
Column int64 `json:"column,omitempty" xml:"column"`
Row int64 `json:"row,omitempty" xml:"row"`
NeedReCalculate bool `json:"need_re_calculate,omitempty" xml:"need_re_calculate"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Style interface{} `json:"style,omitempty" xml:"style"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostPivotTableCellStyleRequest) CreateRequestData ¶
func (data *PostPivotTableCellStyleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostPivotTableFieldHideItemRequest ¶
type PostPivotTableFieldHideItemRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
PivotFieldType string `json:"pivot_field_type,omitempty" xml:"pivot_field_type"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
ItemIndex int64 `json:"item_index,omitempty" xml:"item_index"`
IsHide bool `json:"is_hide,omitempty" xml:"is_hide"`
NeedReCalculate bool `json:"need_re_calculate,omitempty" xml:"need_re_calculate"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostPivotTableFieldHideItemRequest) CreateRequestData ¶
func (data *PostPivotTableFieldHideItemRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostPivotTableFieldMoveToRequest ¶
type PostPivotTableFieldMoveToRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
From string `json:"from,omitempty" xml:"from"`
To string `json:"to,omitempty" xml:"to"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostPivotTableFieldMoveToRequest) CreateRequestData ¶
func (data *PostPivotTableFieldMoveToRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostPivotTableStyleRequest ¶
type PostPivotTableStyleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
NeedReCalculate bool `json:"need_re_calculate,omitempty" xml:"need_re_calculate"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Style interface{} `json:"style,omitempty" xml:"style"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostPivotTableStyleRequest) CreateRequestData ¶
func (data *PostPivotTableStyleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostPivotTableUpdatePivotFieldRequest ¶
type PostPivotTableUpdatePivotFieldRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
PivotFieldIndex int64 `json:"pivot_field_index,omitempty" xml:"pivot_field_index"`
PivotFieldType string `json:"pivot_field_type,omitempty" xml:"pivot_field_type"`
NeedReCalculate bool `json:"need_re_calculate,omitempty" xml:"need_re_calculate"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
PivotField interface{} `json:"pivot_field,omitempty" xml:"pivot_field"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostPivotTableUpdatePivotFieldRequest) CreateRequestData ¶
func (data *PostPivotTableUpdatePivotFieldRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostPivotTableUpdatePivotFieldsRequest ¶
type PostPivotTableUpdatePivotFieldsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
PivotFieldType string `json:"pivot_field_type,omitempty" xml:"pivot_field_type"`
NeedReCalculate bool `json:"need_re_calculate,omitempty" xml:"need_re_calculate"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
PivotField interface{} `json:"pivot_field,omitempty" xml:"pivot_field"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostPivotTableUpdatePivotFieldsRequest) CreateRequestData ¶
func (data *PostPivotTableUpdatePivotFieldsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostProtectRequest ¶
type PostProtectRequest struct {
Password string `json:"password,omitempty" xml:"password"`
ProtectWorkbookRequest interface{} `json:"protect_workbook_request,omitempty" xml:"protect_workbook_request"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostProtectRequest) CreateRequestData ¶
func (data *PostProtectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostProtectWorkbookRequest ¶
type PostProtectWorkbookRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ProtectWorkbookRequest interface{} `json:"protect_workbook_request,omitempty" xml:"protect_workbook_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostProtectWorkbookRequest) CreateRequestData ¶
func (data *PostProtectWorkbookRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostRemoveCharactersRequest ¶
type PostRemoveCharactersRequest struct {
RemoveCharactersOptions interface{} `json:"remove_characters_options,omitempty" xml:"remove_characters_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostRemoveCharactersRequest) CreateRequestData ¶
func (data *PostRemoveCharactersRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostRemoveDuplicatesRequest ¶
type PostRemoveDuplicatesRequest struct {
RemoveDuplicatesOptions interface{} `json:"remove_duplicates_options,omitempty" xml:"remove_duplicates_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostRemoveDuplicatesRequest) CreateRequestData ¶
func (data *PostRemoveDuplicatesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostRenameWorksheetRequest ¶
type PostRenameWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Newname string `json:"newname,omitempty" xml:"newname"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostRenameWorksheetRequest) CreateRequestData ¶
func (data *PostRenameWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostRepairRequest ¶
type PostRepairRequest struct {
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostRepairRequest) CreateRequestData ¶
func (data *PostRepairRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostReplaceRequest ¶
type PostReplaceRequest struct {
Text string `json:"text,omitempty" xml:"text"`
Newtext string `json:"newtext,omitempty" xml:"newtext"`
Password string `json:"password,omitempty" xml:"password"`
Sheetname string `json:"sheetname,omitempty" xml:"sheetname"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostReplaceRequest) CreateRequestData ¶
func (data *PostReplaceRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostReverseRequest ¶
type PostReverseRequest struct {
RotateType string `json:"rotate_type,omitempty" xml:"rotate_type"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostReverseRequest) CreateRequestData ¶
func (data *PostReverseRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostRotateRequest ¶
type PostRotateRequest struct {
RotateType string `json:"rotate_type,omitempty" xml:"rotate_type"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostRotateRequest) CreateRequestData ¶
func (data *PostRotateRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostRowStyleRequest ¶
type PostRowStyleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
RowIndex int64 `json:"row_index,omitempty" xml:"row_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Style interface{} `json:"style,omitempty" xml:"style"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostRowStyleRequest) CreateRequestData ¶
func (data *PostRowStyleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostRunTaskRequest ¶
type PostRunTaskRequest struct {
TaskData interface{} `json:"task_data,omitempty" xml:"task_data"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostRunTaskRequest) CreateRequestData ¶
func (data *PostRunTaskRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostSearchRequest ¶
type PostSearchRequest struct {
Text string `json:"text,omitempty" xml:"text"`
Password string `json:"password,omitempty" xml:"password"`
Sheetname string `json:"sheetname,omitempty" xml:"sheetname"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostSearchRequest) CreateRequestData ¶
func (data *PostSearchRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostSetCellHtmlStringRequest ¶
type PostSetCellHtmlStringRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostSetCellHtmlStringRequest) CreateRequestData ¶
func (data *PostSetCellHtmlStringRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostSetCellRangeValueRequest ¶
type PostSetCellRangeValueRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Cellarea string `json:"cellarea,omitempty" xml:"cellarea"`
Value string `json:"value,omitempty" xml:"value"`
Type_ string `json:"type,omitempty" xml:"type"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostSetCellRangeValueRequest) CreateRequestData ¶
func (data *PostSetCellRangeValueRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostSetWorksheetColumnWidthRequest ¶
type PostSetWorksheetColumnWidthRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ColumnIndex int64 `json:"column_index,omitempty" xml:"column_index"`
Width float64 `json:"width,omitempty" xml:"width"`
Count int64 `json:"count,omitempty" xml:"count"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostSetWorksheetColumnWidthRequest) CreateRequestData ¶
func (data *PostSetWorksheetColumnWidthRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostSpecifyWordsCountRequest ¶ added in v25.2.0
type PostSpecifyWordsCountRequest struct {
SpecifyWordsCountOptions interface{} `json:"specify_words_count_options,omitempty" xml:"specify_words_count_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostSpecifyWordsCountRequest) CreateRequestData ¶ added in v25.2.0
func (data *PostSpecifyWordsCountRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostSplitRequest ¶
type PostSplitRequest struct {
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
Password string `json:"password,omitempty" xml:"password"`
From int64 `json:"from,omitempty" xml:"from"`
To int64 `json:"to,omitempty" xml:"to"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostSplitRequest) CreateRequestData ¶
func (data *PostSplitRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostSplitTextRequest ¶
type PostSplitTextRequest struct {
SplitTextOptions interface{} `json:"split_text_options,omitempty" xml:"split_text_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostSplitTextRequest) CreateRequestData ¶
func (data *PostSplitTextRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostTrimContentRequest ¶
type PostTrimContentRequest struct {
TrimContentOptions interface{} `json:"trim_content_options,omitempty" xml:"trim_content_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostTrimContentRequest) CreateRequestData ¶
func (data *PostTrimContentRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUngroupWorksheetColumnsRequest ¶
type PostUngroupWorksheetColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
FirstIndex int64 `json:"first_index,omitempty" xml:"first_index"`
LastIndex int64 `json:"last_index,omitempty" xml:"last_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUngroupWorksheetColumnsRequest) CreateRequestData ¶
func (data *PostUngroupWorksheetColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUngroupWorksheetRowsRequest ¶
type PostUngroupWorksheetRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
FirstIndex int64 `json:"first_index,omitempty" xml:"first_index"`
LastIndex int64 `json:"last_index,omitempty" xml:"last_index"`
IsAll bool `json:"is_all,omitempty" xml:"is_all"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUngroupWorksheetRowsRequest) CreateRequestData ¶
func (data *PostUngroupWorksheetRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUnhideWorksheetColumnsRequest ¶
type PostUnhideWorksheetColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
TotalColumns int64 `json:"total_columns,omitempty" xml:"total_columns"`
Width float64 `json:"width,omitempty" xml:"width"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUnhideWorksheetColumnsRequest) CreateRequestData ¶
func (data *PostUnhideWorksheetColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUnhideWorksheetRowsRequest ¶
type PostUnhideWorksheetRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Startrow int64 `json:"startrow,omitempty" xml:"startrow"`
TotalRows int64 `json:"total_rows,omitempty" xml:"total_rows"`
Height float64 `json:"height,omitempty" xml:"height"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUnhideWorksheetRowsRequest) CreateRequestData ¶
func (data *PostUnhideWorksheetRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUnlockRequest ¶
type PostUnlockRequest struct {
Password string `json:"password,omitempty" xml:"password"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUnlockRequest) CreateRequestData ¶
func (data *PostUnlockRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUpdateWordCaseRequest ¶
type PostUpdateWordCaseRequest struct {
WordCaseOptions interface{} `json:"word_case_options,omitempty" xml:"word_case_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUpdateWordCaseRequest) CreateRequestData ¶
func (data *PostUpdateWordCaseRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUpdateWorksheetCellStyleRequest ¶
type PostUpdateWorksheetCellStyleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Style interface{} `json:"style,omitempty" xml:"style"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUpdateWorksheetCellStyleRequest) CreateRequestData ¶
func (data *PostUpdateWorksheetCellStyleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUpdateWorksheetOleObjectRequest ¶
type PostUpdateWorksheetOleObjectRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
OleObjectIndex int64 `json:"ole_object_index,omitempty" xml:"ole_object_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Ole interface{} `json:"ole,omitempty" xml:"ole"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUpdateWorksheetOleObjectRequest) CreateRequestData ¶
func (data *PostUpdateWorksheetOleObjectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUpdateWorksheetPropertyRequest ¶
type PostUpdateWorksheetPropertyRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Sheet interface{} `json:"sheet,omitempty" xml:"sheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUpdateWorksheetPropertyRequest) CreateRequestData ¶
func (data *PostUpdateWorksheetPropertyRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUpdateWorksheetRangeStyleRequest ¶
type PostUpdateWorksheetRangeStyleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Style interface{} `json:"style,omitempty" xml:"style"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUpdateWorksheetRangeStyleRequest) CreateRequestData ¶
func (data *PostUpdateWorksheetRangeStyleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUpdateWorksheetRowRequest ¶
type PostUpdateWorksheetRowRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
RowIndex int64 `json:"row_index,omitempty" xml:"row_index"`
Height float64 `json:"height,omitempty" xml:"height"`
Count int64 `json:"count,omitempty" xml:"count"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUpdateWorksheetRowRequest) CreateRequestData ¶
func (data *PostUpdateWorksheetRowRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostUpdateWorksheetZoomRequest ¶
type PostUpdateWorksheetZoomRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Value int64 `json:"value,omitempty" xml:"value"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostUpdateWorksheetZoomRequest) CreateRequestData ¶
func (data *PostUpdateWorksheetZoomRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWatermarkRequest ¶
type PostWatermarkRequest struct {
Text string `json:"text,omitempty" xml:"text"`
Color string `json:"color,omitempty" xml:"color"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
Password string `json:"password,omitempty" xml:"password"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWatermarkRequest) CreateRequestData ¶
func (data *PostWatermarkRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWordsCountRequest ¶ added in v25.2.0
type PostWordsCountRequest struct {
WordsCountOptions interface{} `json:"words_count_options,omitempty" xml:"words_count_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWordsCountRequest) CreateRequestData ¶ added in v25.2.0
func (data *PostWordsCountRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookCalculateFormulaRequest ¶
type PostWorkbookCalculateFormulaRequest struct {
Name string `json:"name,omitempty" xml:"name"`
IgnoreError bool `json:"ignore_error,omitempty" xml:"ignore_error"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Options interface{} `json:"options,omitempty" xml:"options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookCalculateFormulaRequest) CreateRequestData ¶
func (data *PostWorkbookCalculateFormulaRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookDataCleansingRequest ¶
type PostWorkbookDataCleansingRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Password string `json:"password,omitempty" xml:"password"`
Region string `json:"region,omitempty" xml:"region"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
DataCleansing interface{} `json:"data_cleansing,omitempty" xml:"data_cleansing"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookDataCleansingRequest) CreateRequestData ¶
func (data *PostWorkbookDataCleansingRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookDataDeduplicationRequest ¶
type PostWorkbookDataDeduplicationRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Password string `json:"password,omitempty" xml:"password"`
Region string `json:"region,omitempty" xml:"region"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
DeduplicationRegion interface{} `json:"deduplication_region,omitempty" xml:"deduplication_region"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookDataDeduplicationRequest) CreateRequestData ¶
func (data *PostWorkbookDataDeduplicationRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookDataFillRequest ¶
type PostWorkbookDataFillRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Password string `json:"password,omitempty" xml:"password"`
Region string `json:"region,omitempty" xml:"region"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
DataFill interface{} `json:"data_fill,omitempty" xml:"data_fill"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookDataFillRequest) CreateRequestData ¶
func (data *PostWorkbookDataFillRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookExportXMLRequest ¶
type PostWorkbookExportXMLRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Password string `json:"password,omitempty" xml:"password"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookExportXMLRequest) CreateRequestData ¶
func (data *PostWorkbookExportXMLRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookGetSmartMarkerResultRequest ¶
type PostWorkbookGetSmartMarkerResultRequest struct {
Name string `json:"name,omitempty" xml:"name"`
XmlFile string `json:"xml_file,omitempty" xml:"xml_file"`
Folder string `json:"folder,omitempty" xml:"folder"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookGetSmartMarkerResultRequest) CreateRequestData ¶
func (data *PostWorkbookGetSmartMarkerResultRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookImportJsonRequest ¶
type PostWorkbookImportJsonRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Password string `json:"password,omitempty" xml:"password"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
ImportJsonRequest interface{} `json:"import_json_request,omitempty" xml:"import_json_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookImportJsonRequest) CreateRequestData ¶
func (data *PostWorkbookImportJsonRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookImportXMLRequest ¶
type PostWorkbookImportXMLRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Password string `json:"password,omitempty" xml:"password"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
ImportXMLRequest interface{} `json:"import_xml_request,omitempty" xml:"import_xml_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookImportXMLRequest) CreateRequestData ¶
func (data *PostWorkbookImportXMLRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookNameRequest ¶
type PostWorkbookNameRequest struct {
Name string `json:"name,omitempty" xml:"name"`
NameName string `json:"name_name,omitempty" xml:"name_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
NewName interface{} `json:"new_name,omitempty" xml:"new_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookNameRequest) CreateRequestData ¶
func (data *PostWorkbookNameRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookSaveAsRequest ¶
type PostWorkbookSaveAsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Newfilename string `json:"newfilename,omitempty" xml:"newfilename"`
IsAutoFitRows bool `json:"is_auto_fit_rows,omitempty" xml:"is_auto_fit_rows"`
IsAutoFitColumns bool `json:"is_auto_fit_columns,omitempty" xml:"is_auto_fit_columns"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
Region string `json:"region,omitempty" xml:"region"`
PageWideFitOnPerSheet bool `json:"page_wide_fit_on_per_sheet,omitempty" xml:"page_wide_fit_on_per_sheet"`
PageTallFitOnPerSheet bool `json:"page_tall_fit_on_per_sheet,omitempty" xml:"page_tall_fit_on_per_sheet"`
OnePagePerSheet bool `json:"one_page_per_sheet,omitempty" xml:"one_page_per_sheet"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
SaveOptions interface{} `json:"save_options,omitempty" xml:"save_options"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookSaveAsRequest) CreateRequestData ¶
func (data *PostWorkbookSaveAsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookSettingsRequest ¶
type PostWorkbookSettingsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Settings interface{} `json:"settings,omitempty" xml:"settings"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookSettingsRequest) CreateRequestData ¶
func (data *PostWorkbookSettingsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookSplitRequest ¶
type PostWorkbookSplitRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Format string `json:"format,omitempty" xml:"format"`
OutFolder string `json:"out_folder,omitempty" xml:"out_folder"`
From int64 `json:"from,omitempty" xml:"from"`
To int64 `json:"to,omitempty" xml:"to"`
HorizontalResolution int64 `json:"horizontal_resolution,omitempty" xml:"horizontal_resolution"`
VerticalResolution int64 `json:"vertical_resolution,omitempty" xml:"vertical_resolution"`
SplitNameRule string `json:"split_name_rule,omitempty" xml:"split_name_rule"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookSplitRequest) CreateRequestData ¶
func (data *PostWorkbookSplitRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbookTextReplaceRequest ¶
type PostWorkbookTextReplaceRequest struct {
Name string `json:"name,omitempty" xml:"name"`
OldValue string `json:"old_value,omitempty" xml:"old_value"`
NewValue string `json:"new_value,omitempty" xml:"new_value"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbookTextReplaceRequest) CreateRequestData ¶
func (data *PostWorkbookTextReplaceRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbooksMergeRequest ¶
type PostWorkbooksMergeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
MergeWith string `json:"merge_with,omitempty" xml:"merge_with"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
MergedStorageName string `json:"merged_storage_name,omitempty" xml:"merged_storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbooksMergeRequest) CreateRequestData ¶
func (data *PostWorkbooksMergeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorkbooksTextSearchRequest ¶
type PostWorkbooksTextSearchRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Text string `json:"text,omitempty" xml:"text"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorkbooksTextSearchRequest) CreateRequestData ¶
func (data *PostWorkbooksTextSearchRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetAutoFilterRefreshRequest ¶
type PostWorksheetAutoFilterRefreshRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetAutoFilterRefreshRequest) CreateRequestData ¶
func (data *PostWorksheetAutoFilterRefreshRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCalculateFormulaRequest ¶
type PostWorksheetCalculateFormulaRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Formula string `json:"formula,omitempty" xml:"formula"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCalculateFormulaRequest) CreateRequestData ¶
func (data *PostWorksheetCalculateFormulaRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellSetValueRequest ¶
type PostWorksheetCellSetValueRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Value string `json:"value,omitempty" xml:"value"`
Type_ string `json:"type,omitempty" xml:"type"`
Formula string `json:"formula,omitempty" xml:"formula"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellSetValueRequest) CreateRequestData ¶
func (data *PostWorksheetCellSetValueRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeColumnWidthRequest ¶
type PostWorksheetCellsRangeColumnWidthRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Value float64 `json:"value,omitempty" xml:"value"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Range_ interface{} `json:"range,omitempty" xml:"range"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeColumnWidthRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangeColumnWidthRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeMergeRequest ¶
type PostWorksheetCellsRangeMergeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Range_ interface{} `json:"range,omitempty" xml:"range"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeMergeRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangeMergeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeMoveToRequest ¶
type PostWorksheetCellsRangeMoveToRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
DestRow int64 `json:"dest_row,omitempty" xml:"dest_row"`
DestColumn int64 `json:"dest_column,omitempty" xml:"dest_column"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Range_ interface{} `json:"range,omitempty" xml:"range"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeMoveToRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangeMoveToRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeOutlineBorderRequest ¶
type PostWorksheetCellsRangeOutlineBorderRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
RangeOperate interface{} `json:"range_operate,omitempty" xml:"range_operate"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeOutlineBorderRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangeOutlineBorderRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeRowHeightRequest ¶
type PostWorksheetCellsRangeRowHeightRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Value float64 `json:"value,omitempty" xml:"value"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Range_ interface{} `json:"range,omitempty" xml:"range"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeRowHeightRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangeRowHeightRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeSortRequest ¶
type PostWorksheetCellsRangeSortRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
RangeSortRequest interface{} `json:"range_sort_request,omitempty" xml:"range_sort_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeSortRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangeSortRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeStyleRequest ¶
type PostWorksheetCellsRangeStyleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
RangeOperate interface{} `json:"range_operate,omitempty" xml:"range_operate"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeStyleRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangeStyleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeToImageRequest ¶ added in v25.2.0
type PostWorksheetCellsRangeToImageRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
RangeConvertRequest interface{} `json:"range_convert_request,omitempty" xml:"range_convert_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeToImageRequest) CreateRequestData ¶ added in v25.2.0
func (data *PostWorksheetCellsRangeToImageRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeUnMergeRequest ¶
type PostWorksheetCellsRangeUnMergeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Range_ interface{} `json:"range,omitempty" xml:"range"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeUnMergeRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangeUnMergeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangeValueRequest ¶
type PostWorksheetCellsRangeValueRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Value string `json:"value,omitempty" xml:"value"`
IsConverted bool `json:"is_converted,omitempty" xml:"is_converted"`
SetStyle bool `json:"set_style,omitempty" xml:"set_style"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Range_ interface{} `json:"range,omitempty" xml:"range"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangeValueRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangeValueRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCellsRangesCopyRequest ¶
type PostWorksheetCellsRangesCopyRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
RangeOperate interface{} `json:"range_operate,omitempty" xml:"range_operate"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCellsRangesCopyRequest) CreateRequestData ¶
func (data *PostWorksheetCellsRangesCopyRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetChartLegendRequest ¶
type PostWorksheetChartLegendRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Legend interface{} `json:"legend,omitempty" xml:"legend"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetChartLegendRequest) CreateRequestData ¶
func (data *PostWorksheetChartLegendRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetChartRequest ¶
type PostWorksheetChartRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Chart interface{} `json:"chart,omitempty" xml:"chart"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetChartRequest) CreateRequestData ¶
func (data *PostWorksheetChartRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetChartTitleRequest ¶
type PostWorksheetChartTitleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Title interface{} `json:"title,omitempty" xml:"title"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetChartTitleRequest) CreateRequestData ¶
func (data *PostWorksheetChartTitleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetCommentRequest ¶
type PostWorksheetCommentRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Comment interface{} `json:"comment,omitempty" xml:"comment"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetCommentRequest) CreateRequestData ¶
func (data *PostWorksheetCommentRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetGroupShapeRequest ¶
type PostWorksheetGroupShapeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ListShape interface{} `json:"list_shape,omitempty" xml:"list_shape"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetGroupShapeRequest) CreateRequestData ¶
func (data *PostWorksheetGroupShapeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetHyperlinkRequest ¶
type PostWorksheetHyperlinkRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
HyperlinkIndex int64 `json:"hyperlink_index,omitempty" xml:"hyperlink_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Hyperlink interface{} `json:"hyperlink,omitempty" xml:"hyperlink"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetHyperlinkRequest) CreateRequestData ¶
func (data *PostWorksheetHyperlinkRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetListColumnRequest ¶
type PostWorksheetListColumnRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ListObjectIndex int64 `json:"list_object_index,omitempty" xml:"list_object_index"`
ColumnIndex int64 `json:"column_index,omitempty" xml:"column_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ListColumn interface{} `json:"list_column,omitempty" xml:"list_column"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetListColumnRequest) CreateRequestData ¶
func (data *PostWorksheetListColumnRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetListColumnsTotalRequest ¶
type PostWorksheetListColumnsTotalRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ListObjectIndex int64 `json:"list_object_index,omitempty" xml:"list_object_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
TableTotalRequests interface{} `json:"table_total_requests,omitempty" xml:"table_total_requests"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetListColumnsTotalRequest) CreateRequestData ¶
func (data *PostWorksheetListColumnsTotalRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetListObjectConvertToRangeRequest ¶
type PostWorksheetListObjectConvertToRangeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ListObjectIndex int64 `json:"list_object_index,omitempty" xml:"list_object_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetListObjectConvertToRangeRequest) CreateRequestData ¶
func (data *PostWorksheetListObjectConvertToRangeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetListObjectInsertSlicerRequest ¶
type PostWorksheetListObjectInsertSlicerRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ListObjectIndex int64 `json:"list_object_index,omitempty" xml:"list_object_index"`
ColumnIndex int64 `json:"column_index,omitempty" xml:"column_index"`
DestCellName string `json:"dest_cell_name,omitempty" xml:"dest_cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetListObjectInsertSlicerRequest) CreateRequestData ¶
func (data *PostWorksheetListObjectInsertSlicerRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetListObjectRemoveDuplicatesRequest ¶
type PostWorksheetListObjectRemoveDuplicatesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ListObjectIndex int64 `json:"list_object_index,omitempty" xml:"list_object_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetListObjectRemoveDuplicatesRequest) CreateRequestData ¶
func (data *PostWorksheetListObjectRemoveDuplicatesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetListObjectRequest ¶
type PostWorksheetListObjectRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ListObjectIndex int64 `json:"list_object_index,omitempty" xml:"list_object_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ListObject interface{} `json:"list_object,omitempty" xml:"list_object"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetListObjectRequest) CreateRequestData ¶
func (data *PostWorksheetListObjectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetListObjectSortTableRequest ¶
type PostWorksheetListObjectSortTableRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ListObjectIndex int64 `json:"list_object_index,omitempty" xml:"list_object_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
DataSorter interface{} `json:"data_sorter,omitempty" xml:"data_sorter"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetListObjectSortTableRequest) CreateRequestData ¶
func (data *PostWorksheetListObjectSortTableRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetListObjectSummarizeWithPivotTableRequest ¶
type PostWorksheetListObjectSummarizeWithPivotTableRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ListObjectIndex int64 `json:"list_object_index,omitempty" xml:"list_object_index"`
DestsheetName string `json:"destsheet_name,omitempty" xml:"destsheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
CreatePivotTableRequest interface{} `json:"create_pivot_table_request,omitempty" xml:"create_pivot_table_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetListObjectSummarizeWithPivotTableRequest) CreateRequestData ¶
func (data *PostWorksheetListObjectSummarizeWithPivotTableRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetMatchBlanksRequest ¶
type PostWorksheetMatchBlanksRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetMatchBlanksRequest) CreateRequestData ¶
func (data *PostWorksheetMatchBlanksRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetMatchNonBlanksRequest ¶
type PostWorksheetMatchNonBlanksRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetMatchNonBlanksRequest) CreateRequestData ¶
func (data *PostWorksheetMatchNonBlanksRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetMergeRequest ¶
type PostWorksheetMergeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
StartRow int64 `json:"start_row,omitempty" xml:"start_row"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
TotalRows int64 `json:"total_rows,omitempty" xml:"total_rows"`
TotalColumns int64 `json:"total_columns,omitempty" xml:"total_columns"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetMergeRequest) CreateRequestData ¶
func (data *PostWorksheetMergeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetPictureRequest ¶
type PostWorksheetPictureRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PictureIndex int64 `json:"picture_index,omitempty" xml:"picture_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Picture interface{} `json:"picture,omitempty" xml:"picture"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetPictureRequest) CreateRequestData ¶
func (data *PostWorksheetPictureRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetPivotTableCalculateRequest ¶
type PostWorksheetPivotTableCalculateRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetPivotTableCalculateRequest) CreateRequestData ¶
func (data *PostWorksheetPivotTableCalculateRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetPivotTableMoveRequest ¶
type PostWorksheetPivotTableMoveRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
Row int64 `json:"row,omitempty" xml:"row"`
Column int64 `json:"column,omitempty" xml:"column"`
DestCellName string `json:"dest_cell_name,omitempty" xml:"dest_cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetPivotTableMoveRequest) CreateRequestData ¶
func (data *PostWorksheetPivotTableMoveRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetRangeSortRequest ¶
type PostWorksheetRangeSortRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
DataSorter interface{} `json:"data_sorter,omitempty" xml:"data_sorter"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetRangeSortRequest) CreateRequestData ¶
func (data *PostWorksheetRangeSortRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetShapeRequest ¶
type PostWorksheetShapeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Shapeindex int64 `json:"shapeindex,omitempty" xml:"shapeindex"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Dto interface{} `json:"dto,omitempty" xml:"dto"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetShapeRequest) CreateRequestData ¶
func (data *PostWorksheetShapeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetSparklineGroupRequest ¶
type PostWorksheetSparklineGroupRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
SparklineGroupIndex int64 `json:"sparkline_group_index,omitempty" xml:"sparkline_group_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
SparklineGroup interface{} `json:"sparkline_group,omitempty" xml:"sparkline_group"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetSparklineGroupRequest) CreateRequestData ¶
func (data *PostWorksheetSparklineGroupRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetTextReplaceRequest ¶
type PostWorksheetTextReplaceRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
OldValue string `json:"old_value,omitempty" xml:"old_value"`
NewValue string `json:"new_value,omitempty" xml:"new_value"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetTextReplaceRequest) CreateRequestData ¶
func (data *PostWorksheetTextReplaceRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetTextSearchRequest ¶
type PostWorksheetTextSearchRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Text string `json:"text,omitempty" xml:"text"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetTextSearchRequest) CreateRequestData ¶
func (data *PostWorksheetTextSearchRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetUngroupShapeRequest ¶
type PostWorksheetUngroupShapeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Shapeindex int64 `json:"shapeindex,omitempty" xml:"shapeindex"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetUngroupShapeRequest) CreateRequestData ¶
func (data *PostWorksheetUngroupShapeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetUnmergeRequest ¶
type PostWorksheetUnmergeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
StartRow int64 `json:"start_row,omitempty" xml:"start_row"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
TotalRows int64 `json:"total_rows,omitempty" xml:"total_rows"`
TotalColumns int64 `json:"total_columns,omitempty" xml:"total_columns"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetUnmergeRequest) CreateRequestData ¶
func (data *PostWorksheetUnmergeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PostWorksheetValidationRequest ¶
type PostWorksheetValidationRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ValidationIndex int64 `json:"validation_index,omitempty" xml:"validation_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Validation interface{} `json:"validation,omitempty" xml:"validation"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PostWorksheetValidationRequest) CreateRequestData ¶
func (data *PostWorksheetValidationRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PptxSaveOptions ¶
type PptxSaveOptions struct {
DefaultFont string `json:"DefaultFont,omitempty" xml:"DefaultFont"`
CheckWorkbookDefaultFont bool `json:"CheckWorkbookDefaultFont,omitempty" xml:"CheckWorkbookDefaultFont"`
CheckFontCompatibility bool `json:"CheckFontCompatibility,omitempty" xml:"CheckFontCompatibility"`
IsFontSubstitutionCharGranularity bool `json:"IsFontSubstitutionCharGranularity,omitempty" xml:"IsFontSubstitutionCharGranularity"`
OnePagePerSheet bool `json:"OnePagePerSheet,omitempty" xml:"OnePagePerSheet"`
AllColumnsInOnePagePerSheet bool `json:"AllColumnsInOnePagePerSheet,omitempty" xml:"AllColumnsInOnePagePerSheet"`
IgnoreError bool `json:"IgnoreError,omitempty" xml:"IgnoreError"`
OutputBlankPageWhenNothingToPrint bool `json:"OutputBlankPageWhenNothingToPrint,omitempty" xml:"OutputBlankPageWhenNothingToPrint"`
PageIndex int64 `json:"PageIndex,omitempty" xml:"PageIndex"`
PageCount int64 `json:"PageCount,omitempty" xml:"PageCount"`
PrintingPageType string `json:"PrintingPageType,omitempty" xml:"PrintingPageType"`
GridlineType string `json:"GridlineType,omitempty" xml:"GridlineType"`
TextCrossType string `json:"TextCrossType,omitempty" xml:"TextCrossType"`
DefaultEditLanguage string `json:"DefaultEditLanguage,omitempty" xml:"DefaultEditLanguage"`
EmfRenderSetting string `json:"EmfRenderSetting,omitempty" xml:"EmfRenderSetting"`
IgnoreHiddenRows bool `json:"IgnoreHiddenRows,omitempty" xml:"IgnoreHiddenRows"`
AdjustFontSizeForRowType string `json:"AdjustFontSizeForRowType,omitempty" xml:"AdjustFontSizeForRowType"`
ExportViewType string `json:"ExportViewType,omitempty" xml:"ExportViewType"`
}
type ProtectSheetParameter ¶
type ProtectSheetParameter struct {
ProtectionType string `json:"ProtectionType,omitempty" xml:"ProtectionType"`
Password string `json:"Password,omitempty" xml:"Password"`
AllowEditArea []string `json:"AllowEditArea,omitempty" xml:"AllowEditArea"`
AllowDeletingColumn string `json:"AllowDeletingColumn,omitempty" xml:"AllowDeletingColumn"`
AllowDeletingRow string `json:"AllowDeletingRow,omitempty" xml:"AllowDeletingRow"`
AllowFiltering string `json:"AllowFiltering,omitempty" xml:"AllowFiltering"`
AllowFormattingCell string `json:"AllowFormattingCell,omitempty" xml:"AllowFormattingCell"`
AllowFormattingColumn string `json:"AllowFormattingColumn,omitempty" xml:"AllowFormattingColumn"`
AllowFormattingRow string `json:"AllowFormattingRow,omitempty" xml:"AllowFormattingRow"`
AllowInsertingColumn string `json:"AllowInsertingColumn,omitempty" xml:"AllowInsertingColumn"`
AllowInsertingHyperlink string `json:"AllowInsertingHyperlink,omitempty" xml:"AllowInsertingHyperlink"`
AllowInsertingRow string `json:"AllowInsertingRow,omitempty" xml:"AllowInsertingRow"`
AllowSelectingLockedCell string `json:"AllowSelectingLockedCell,omitempty" xml:"AllowSelectingLockedCell"`
AllowSelectingUnlockedCell string `json:"AllowSelectingUnlockedCell,omitempty" xml:"AllowSelectingUnlockedCell"`
AllowSorting string `json:"AllowSorting,omitempty" xml:"AllowSorting"`
AllowUsingPivotTable string `json:"AllowUsingPivotTable,omitempty" xml:"AllowUsingPivotTable"`
}
type ProtectSpreadsheetRequest ¶ added in v25.7.0
type ProtectSpreadsheetRequest struct {
Password string `json:"password,omitempty" xml:"password"`
ModifyPassword string `json:"modify_password,omitempty" xml:"modify_password"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ProtectSpreadsheetRequest) CreateRequestData ¶ added in v25.7.0
func (data *ProtectSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ProtectWorkbookRequest ¶
type ProtectWorkbookRequest struct {
AwaysOpenReadOnly bool `json:"AwaysOpenReadOnly,omitempty" xml:"AwaysOpenReadOnly"`
EncryptWithPassword string `json:"EncryptWithPassword,omitempty" xml:"EncryptWithPassword"`
ProtectCurrentSheet *Protection `json:"ProtectCurrentSheet,omitempty" xml:"ProtectCurrentSheet"`
ProtectAllSheets *Protection `json:"ProtectAllSheets,omitempty" xml:"ProtectAllSheets"`
ProtectWorkbookStructure string `json:"ProtectWorkbookStructure,omitempty" xml:"ProtectWorkbookStructure"`
DigitalSignature *DigitalSignature `json:"DigitalSignature,omitempty" xml:"DigitalSignature"`
MarkAsFinal bool `json:"MarkAsFinal,omitempty" xml:"MarkAsFinal"`
}
type Protection ¶
type Protection struct {
AllowDeletingColumn bool `json:"AllowDeletingColumn,omitempty" xml:"AllowDeletingColumn"`
AllowDeletingRow bool `json:"AllowDeletingRow,omitempty" xml:"AllowDeletingRow"`
AllowFiltering bool `json:"AllowFiltering,omitempty" xml:"AllowFiltering"`
AllowFormattingCell bool `json:"AllowFormattingCell,omitempty" xml:"AllowFormattingCell"`
AllowFormattingColumn bool `json:"AllowFormattingColumn,omitempty" xml:"AllowFormattingColumn"`
AllowFormattingRow bool `json:"AllowFormattingRow,omitempty" xml:"AllowFormattingRow"`
AllowInsertingColumn bool `json:"AllowInsertingColumn,omitempty" xml:"AllowInsertingColumn"`
AllowInsertingHyperlink bool `json:"AllowInsertingHyperlink,omitempty" xml:"AllowInsertingHyperlink"`
AllowInsertingRow bool `json:"AllowInsertingRow,omitempty" xml:"AllowInsertingRow"`
AllowSorting bool `json:"AllowSorting,omitempty" xml:"AllowSorting"`
AllowUsingPivotTable bool `json:"AllowUsingPivotTable,omitempty" xml:"AllowUsingPivotTable"`
AllowEditingContent bool `json:"AllowEditingContent,omitempty" xml:"AllowEditingContent"`
AllowEditingObject bool `json:"AllowEditingObject,omitempty" xml:"AllowEditingObject"`
AllowEditingScenario bool `json:"AllowEditingScenario,omitempty" xml:"AllowEditingScenario"`
Password string `json:"Password,omitempty" xml:"Password"`
AllowSelectingLockedCell bool `json:"AllowSelectingLockedCell,omitempty" xml:"AllowSelectingLockedCell"`
AllowSelectingUnlockedCell bool `json:"AllowSelectingUnlockedCell,omitempty" xml:"AllowSelectingUnlockedCell"`
}
type PutActiveWorksheetRequest ¶
type PutActiveWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutActiveWorksheetRequest) CreateRequestData ¶
func (data *PutActiveWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutAddNewWorksheetRequest ¶
type PutAddNewWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Position int64 `json:"position,omitempty" xml:"position"`
Sheettype string `json:"sheettype,omitempty" xml:"sheettype"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutAddNewWorksheetRequest) CreateRequestData ¶
func (data *PutAddNewWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutChangeVisibilityWorksheetRequest ¶
type PutChangeVisibilityWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
IsVisible bool `json:"is_visible,omitempty" xml:"is_visible"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutChangeVisibilityWorksheetRequest) CreateRequestData ¶
func (data *PutChangeVisibilityWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutConvertWorkbookRequest ¶
type PutConvertWorkbookRequest struct {
Format string `json:"format,omitempty" xml:"format"`
Password string `json:"password,omitempty" xml:"password"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
StreamFormat string `json:"stream_format,omitempty" xml:"stream_format"`
Region string `json:"region,omitempty" xml:"region"`
PageWideFitOnPerSheet bool `json:"page_wide_fit_on_per_sheet,omitempty" xml:"page_wide_fit_on_per_sheet"`
PageTallFitOnPerSheet bool `json:"page_tall_fit_on_per_sheet,omitempty" xml:"page_tall_fit_on_per_sheet"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PageIndex int64 `json:"page_index,omitempty" xml:"page_index"`
OnePagePerSheet bool `json:"one_page_per_sheet,omitempty" xml:"one_page_per_sheet"`
AutoRowsFit bool `json:"auto_rows_fit,omitempty" xml:"auto_rows_fit"`
AutoColumnsFit bool `json:"auto_columns_fit,omitempty" xml:"auto_columns_fit"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutConvertWorkbookRequest) CreateRequestData ¶
func (data *PutConvertWorkbookRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutDocumentPropertyRequest ¶
type PutDocumentPropertyRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Property interface{} `json:"property,omitempty" xml:"property"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutDocumentPropertyRequest) CreateRequestData ¶
func (data *PutDocumentPropertyRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutDocumentProtectFromChangesRequest ¶
type PutDocumentProtectFromChangesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Password interface{} `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutDocumentProtectFromChangesRequest) CreateRequestData ¶
func (data *PutDocumentProtectFromChangesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutHorizontalPageBreakRequest ¶
type PutHorizontalPageBreakRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Cellname string `json:"cellname,omitempty" xml:"cellname"`
Row int64 `json:"row,omitempty" xml:"row"`
Column int64 `json:"column,omitempty" xml:"column"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
EndColumn int64 `json:"end_column,omitempty" xml:"end_column"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutHorizontalPageBreakRequest) CreateRequestData ¶
func (data *PutHorizontalPageBreakRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutInsertNewWorksheetRequest ¶
type PutInsertNewWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
Sheettype string `json:"sheettype,omitempty" xml:"sheettype"`
Newsheetname string `json:"newsheetname,omitempty" xml:"newsheetname"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutInsertNewWorksheetRequest) CreateRequestData ¶
func (data *PutInsertNewWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutInsertWorksheetColumnsRequest ¶
type PutInsertWorksheetColumnsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ColumnIndex int64 `json:"column_index,omitempty" xml:"column_index"`
Columns int64 `json:"columns,omitempty" xml:"columns"`
UpdateReference bool `json:"update_reference,omitempty" xml:"update_reference"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutInsertWorksheetColumnsRequest) CreateRequestData ¶
func (data *PutInsertWorksheetColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutInsertWorksheetRowRequest ¶
type PutInsertWorksheetRowRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
RowIndex int64 `json:"row_index,omitempty" xml:"row_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutInsertWorksheetRowRequest) CreateRequestData ¶
func (data *PutInsertWorksheetRowRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutInsertWorksheetRowsRequest ¶
type PutInsertWorksheetRowsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Startrow int64 `json:"startrow,omitempty" xml:"startrow"`
TotalRows int64 `json:"total_rows,omitempty" xml:"total_rows"`
UpdateReference bool `json:"update_reference,omitempty" xml:"update_reference"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutInsertWorksheetRowsRequest) CreateRequestData ¶
func (data *PutInsertWorksheetRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutPivotTableFieldRequest ¶
type PutPivotTableFieldRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
PivotFieldType string `json:"pivot_field_type,omitempty" xml:"pivot_field_type"`
NeedReCalculate bool `json:"need_re_calculate,omitempty" xml:"need_re_calculate"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
PivotTableFieldRequest interface{} `json:"pivot_table_field_request,omitempty" xml:"pivot_table_field_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutPivotTableFieldRequest) CreateRequestData ¶
func (data *PutPivotTableFieldRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutProtectWorksheetRequest ¶
type PutProtectWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ProtectParameter interface{} `json:"protect_parameter,omitempty" xml:"protect_parameter"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutProtectWorksheetRequest) CreateRequestData ¶
func (data *PutProtectWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutVerticalPageBreakRequest ¶
type PutVerticalPageBreakRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Cellname string `json:"cellname,omitempty" xml:"cellname"`
Column int64 `json:"column,omitempty" xml:"column"`
Row int64 `json:"row,omitempty" xml:"row"`
StartRow int64 `json:"start_row,omitempty" xml:"start_row"`
EndRow int64 `json:"end_row,omitempty" xml:"end_row"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutVerticalPageBreakRequest) CreateRequestData ¶
func (data *PutVerticalPageBreakRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorkbookBackgroundRequest ¶
type PutWorkbookBackgroundRequest struct {
Name string `json:"name,omitempty" xml:"name"`
PicPath string `json:"pic_path,omitempty" xml:"pic_path"`
ImageAdaptOption string `json:"image_adapt_option,omitempty" xml:"image_adapt_option"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorkbookBackgroundRequest) CreateRequestData ¶
func (data *PutWorkbookBackgroundRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorkbookCreateRequest ¶
type PutWorkbookCreateRequest struct {
Name string `json:"name,omitempty" xml:"name"`
TemplateFile string `json:"template_file,omitempty" xml:"template_file"`
DataFile string `json:"data_file,omitempty" xml:"data_file"`
IsWriteOver bool `json:"is_write_over,omitempty" xml:"is_write_over"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
CheckExcelRestriction bool `json:"check_excel_restriction,omitempty" xml:"check_excel_restriction"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorkbookCreateRequest) CreateRequestData ¶
func (data *PutWorkbookCreateRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorkbookNameRequest ¶
type PutWorkbookNameRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
NewName interface{} `json:"new_name,omitempty" xml:"new_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorkbookNameRequest) CreateRequestData ¶
func (data *PutWorkbookNameRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorkbookWaterMarkerRequest ¶
type PutWorkbookWaterMarkerRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
TextWaterMarkerRequest interface{} `json:"text_water_marker_request,omitempty" xml:"text_water_marker_request"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorkbookWaterMarkerRequest) CreateRequestData ¶
func (data *PutWorkbookWaterMarkerRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetAddPictureRequest ¶
type PutWorksheetAddPictureRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
UpperLeftRow int64 `json:"upper_left_row,omitempty" xml:"upper_left_row"`
UpperLeftColumn int64 `json:"upper_left_column,omitempty" xml:"upper_left_column"`
LowerRightRow int64 `json:"lower_right_row,omitempty" xml:"lower_right_row"`
LowerRightColumn int64 `json:"lower_right_column,omitempty" xml:"lower_right_column"`
PicturePath string `json:"picture_path,omitempty" xml:"picture_path"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Picture interface{} `json:"picture,omitempty" xml:"picture"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetAddPictureRequest) CreateRequestData ¶
func (data *PutWorksheetAddPictureRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetBackgroundRequest ¶
type PutWorksheetBackgroundRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PicPath string `json:"pic_path,omitempty" xml:"pic_path"`
ImageAdaptOption string `json:"image_adapt_option,omitempty" xml:"image_adapt_option"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
LocalPath string `json:"local_path,omitempty" xml:"local_path"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetBackgroundRequest) CreateRequestData ¶
func (data *PutWorksheetBackgroundRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetCellsRangeRequest ¶
type PutWorksheetCellsRangeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
Shift string `json:"shift,omitempty" xml:"shift"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetCellsRangeRequest) CreateRequestData ¶
func (data *PutWorksheetCellsRangeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetChartLegendRequest ¶
type PutWorksheetChartLegendRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetChartLegendRequest) CreateRequestData ¶
func (data *PutWorksheetChartLegendRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetChartRequest ¶
type PutWorksheetChartRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartType string `json:"chart_type,omitempty" xml:"chart_type"`
UpperLeftRow int64 `json:"upper_left_row,omitempty" xml:"upper_left_row"`
UpperLeftColumn int64 `json:"upper_left_column,omitempty" xml:"upper_left_column"`
LowerRightRow int64 `json:"lower_right_row,omitempty" xml:"lower_right_row"`
LowerRightColumn int64 `json:"lower_right_column,omitempty" xml:"lower_right_column"`
Area string `json:"area,omitempty" xml:"area"`
IsVertical bool `json:"is_vertical,omitempty" xml:"is_vertical"`
CategoryData string `json:"category_data,omitempty" xml:"category_data"`
IsAutoGetSerialName bool `json:"is_auto_get_serial_name,omitempty" xml:"is_auto_get_serial_name"`
Title string `json:"title,omitempty" xml:"title"`
Folder string `json:"folder,omitempty" xml:"folder"`
DataLabels bool `json:"data_labels,omitempty" xml:"data_labels"`
DataLabelsPosition string `json:"data_labels_position,omitempty" xml:"data_labels_position"`
PivotTableSheet string `json:"pivot_table_sheet,omitempty" xml:"pivot_table_sheet"`
PivotTableName string `json:"pivot_table_name,omitempty" xml:"pivot_table_name"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetChartRequest) CreateRequestData ¶
func (data *PutWorksheetChartRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetChartTitleRequest ¶
type PutWorksheetChartTitleRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
ChartIndex int64 `json:"chart_index,omitempty" xml:"chart_index"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Title interface{} `json:"title,omitempty" xml:"title"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetChartTitleRequest) CreateRequestData ¶
func (data *PutWorksheetChartTitleRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetColorFilterRequest ¶
type PutWorksheetColorFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
MatchBlanks bool `json:"match_blanks,omitempty" xml:"match_blanks"`
Refresh bool `json:"refresh,omitempty" xml:"refresh"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ColorFilter interface{} `json:"color_filter,omitempty" xml:"color_filter"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetColorFilterRequest) CreateRequestData ¶
func (data *PutWorksheetColorFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetCommentRequest ¶
type PutWorksheetCommentRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellName string `json:"cell_name,omitempty" xml:"cell_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Comment interface{} `json:"comment,omitempty" xml:"comment"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetCommentRequest) CreateRequestData ¶
func (data *PutWorksheetCommentRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetConditionalFormattingRequest ¶
type PutWorksheetConditionalFormattingRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Formatcondition interface{} `json:"formatcondition,omitempty" xml:"formatcondition"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetConditionalFormattingRequest) CreateRequestData ¶
func (data *PutWorksheetConditionalFormattingRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetCustomFilterRequest ¶
type PutWorksheetCustomFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
OperatorType1 string `json:"operator_type1,omitempty" xml:"operator_type1"`
Criteria1 string `json:"criteria1,omitempty" xml:"criteria1"`
IsAnd bool `json:"is_and,omitempty" xml:"is_and"`
OperatorType2 string `json:"operator_type2,omitempty" xml:"operator_type2"`
Criteria2 string `json:"criteria2,omitempty" xml:"criteria2"`
MatchBlanks bool `json:"match_blanks,omitempty" xml:"match_blanks"`
Refresh bool `json:"refresh,omitempty" xml:"refresh"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetCustomFilterRequest) CreateRequestData ¶
func (data *PutWorksheetCustomFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetDateFilterRequest ¶
type PutWorksheetDateFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
DateTimeGroupingType string `json:"date_time_grouping_type,omitempty" xml:"date_time_grouping_type"`
Year int64 `json:"year,omitempty" xml:"year"`
Month int64 `json:"month,omitempty" xml:"month"`
Day int64 `json:"day,omitempty" xml:"day"`
Hour int64 `json:"hour,omitempty" xml:"hour"`
Minute int64 `json:"minute,omitempty" xml:"minute"`
Second int64 `json:"second,omitempty" xml:"second"`
MatchBlanks bool `json:"match_blanks,omitempty" xml:"match_blanks"`
Refresh bool `json:"refresh,omitempty" xml:"refresh"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetDateFilterRequest) CreateRequestData ¶
func (data *PutWorksheetDateFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetDynamicFilterRequest ¶
type PutWorksheetDynamicFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
DynamicFilterType string `json:"dynamic_filter_type,omitempty" xml:"dynamic_filter_type"`
MatchBlanks bool `json:"match_blanks,omitempty" xml:"match_blanks"`
Refresh bool `json:"refresh,omitempty" xml:"refresh"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetDynamicFilterRequest) CreateRequestData ¶
func (data *PutWorksheetDynamicFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetFilterRequest ¶
type PutWorksheetFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
Criteria string `json:"criteria,omitempty" xml:"criteria"`
MatchBlanks bool `json:"match_blanks,omitempty" xml:"match_blanks"`
Refresh bool `json:"refresh,omitempty" xml:"refresh"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetFilterRequest) CreateRequestData ¶
func (data *PutWorksheetFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetFilterTop10Request ¶
type PutWorksheetFilterTop10Request struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
IsTop bool `json:"is_top,omitempty" xml:"is_top"`
IsPercent bool `json:"is_percent,omitempty" xml:"is_percent"`
ItemCount int64 `json:"item_count,omitempty" xml:"item_count"`
MatchBlanks bool `json:"match_blanks,omitempty" xml:"match_blanks"`
Refresh bool `json:"refresh,omitempty" xml:"refresh"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetFilterTop10Request) CreateRequestData ¶
func (data *PutWorksheetFilterTop10Request) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetFormatConditionAreaRequest ¶
type PutWorksheetFormatConditionAreaRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetFormatConditionAreaRequest) CreateRequestData ¶
func (data *PutWorksheetFormatConditionAreaRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetFormatConditionConditionRequest ¶
type PutWorksheetFormatConditionConditionRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
Type_ string `json:"type,omitempty" xml:"type"`
OperatorType string `json:"operator_type,omitempty" xml:"operator_type"`
Formula1 string `json:"formula1,omitempty" xml:"formula1"`
Formula2 string `json:"formula2,omitempty" xml:"formula2"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetFormatConditionConditionRequest) CreateRequestData ¶
func (data *PutWorksheetFormatConditionConditionRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetFormatConditionRequest ¶
type PutWorksheetFormatConditionRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Index int64 `json:"index,omitempty" xml:"index"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
Type_ string `json:"type,omitempty" xml:"type"`
OperatorType string `json:"operator_type,omitempty" xml:"operator_type"`
Formula1 string `json:"formula1,omitempty" xml:"formula1"`
Formula2 string `json:"formula2,omitempty" xml:"formula2"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetFormatConditionRequest) CreateRequestData ¶
func (data *PutWorksheetFormatConditionRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetFreezePanesRequest ¶
type PutWorksheetFreezePanesRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Row int64 `json:"row,omitempty" xml:"row"`
Column int64 `json:"column,omitempty" xml:"column"`
FreezedRows int64 `json:"freezed_rows,omitempty" xml:"freezed_rows"`
FreezedColumns int64 `json:"freezed_columns,omitempty" xml:"freezed_columns"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetFreezePanesRequest) CreateRequestData ¶
func (data *PutWorksheetFreezePanesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetHyperlinkRequest ¶
type PutWorksheetHyperlinkRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
FirstRow int64 `json:"first_row,omitempty" xml:"first_row"`
FirstColumn int64 `json:"first_column,omitempty" xml:"first_column"`
TotalRows int64 `json:"total_rows,omitempty" xml:"total_rows"`
TotalColumns int64 `json:"total_columns,omitempty" xml:"total_columns"`
Address string `json:"address,omitempty" xml:"address"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetHyperlinkRequest) CreateRequestData ¶
func (data *PutWorksheetHyperlinkRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetIconFilterRequest ¶
type PutWorksheetIconFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
FieldIndex int64 `json:"field_index,omitempty" xml:"field_index"`
IconSetType string `json:"icon_set_type,omitempty" xml:"icon_set_type"`
IconId int64 `json:"icon_id,omitempty" xml:"icon_id"`
MatchBlanks bool `json:"match_blanks,omitempty" xml:"match_blanks"`
Refresh bool `json:"refresh,omitempty" xml:"refresh"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetIconFilterRequest) CreateRequestData ¶
func (data *PutWorksheetIconFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetListObjectRequest ¶
type PutWorksheetListObjectRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
StartRow int64 `json:"start_row,omitempty" xml:"start_row"`
StartColumn int64 `json:"start_column,omitempty" xml:"start_column"`
EndRow int64 `json:"end_row,omitempty" xml:"end_row"`
EndColumn int64 `json:"end_column,omitempty" xml:"end_column"`
Folder string `json:"folder,omitempty" xml:"folder"`
HasHeaders bool `json:"has_headers,omitempty" xml:"has_headers"`
DisplayName string `json:"display_name,omitempty" xml:"display_name"`
ShowTotals bool `json:"show_totals,omitempty" xml:"show_totals"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetListObjectRequest) CreateRequestData ¶
func (data *PutWorksheetListObjectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetOleObjectRequest ¶
type PutWorksheetOleObjectRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
UpperLeftRow int64 `json:"upper_left_row,omitempty" xml:"upper_left_row"`
UpperLeftColumn int64 `json:"upper_left_column,omitempty" xml:"upper_left_column"`
Height int64 `json:"height,omitempty" xml:"height"`
Width int64 `json:"width,omitempty" xml:"width"`
OleFile string `json:"ole_file,omitempty" xml:"ole_file"`
ImageFile string `json:"image_file,omitempty" xml:"image_file"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetOleObjectRequest) CreateRequestData ¶
func (data *PutWorksheetOleObjectRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetPivotTableFilterRequest ¶
type PutWorksheetPivotTableFilterRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
PivotTableIndex int64 `json:"pivot_table_index,omitempty" xml:"pivot_table_index"`
NeedReCalculate bool `json:"need_re_calculate,omitempty" xml:"need_re_calculate"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Filter interface{} `json:"filter,omitempty" xml:"filter"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetPivotTableFilterRequest) CreateRequestData ¶
func (data *PutWorksheetPivotTableFilterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetPivotTableRequest ¶
type PutWorksheetPivotTableRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Folder string `json:"folder,omitempty" xml:"folder"`
SourceData string `json:"source_data,omitempty" xml:"source_data"`
DestCellName string `json:"dest_cell_name,omitempty" xml:"dest_cell_name"`
TableName string `json:"table_name,omitempty" xml:"table_name"`
UseSameSource bool `json:"use_same_source,omitempty" xml:"use_same_source"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetPivotTableRequest) CreateRequestData ¶
func (data *PutWorksheetPivotTableRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetShapeRequest ¶
type PutWorksheetShapeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
DrawingType string `json:"drawing_type,omitempty" xml:"drawing_type"`
UpperLeftRow int64 `json:"upper_left_row,omitempty" xml:"upper_left_row"`
UpperLeftColumn int64 `json:"upper_left_column,omitempty" xml:"upper_left_column"`
Top int64 `json:"top,omitempty" xml:"top"`
Left int64 `json:"left,omitempty" xml:"left"`
Width int64 `json:"width,omitempty" xml:"width"`
Height int64 `json:"height,omitempty" xml:"height"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ShapeDTO interface{} `json:"shape_dto,omitempty" xml:"shape_dto"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetShapeRequest) CreateRequestData ¶
func (data *PutWorksheetShapeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetSparklineGroupRequest ¶
type PutWorksheetSparklineGroupRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Type_ string `json:"type,omitempty" xml:"type"`
DataRange string `json:"data_range,omitempty" xml:"data_range"`
IsVertical bool `json:"is_vertical,omitempty" xml:"is_vertical"`
LocationRange string `json:"location_range,omitempty" xml:"location_range"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetSparklineGroupRequest) CreateRequestData ¶
func (data *PutWorksheetSparklineGroupRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type PutWorksheetValidationRequest ¶
type PutWorksheetValidationRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SheetName string `json:"sheet_name,omitempty" xml:"sheet_name"`
Range_ string `json:"range,omitempty" xml:"range"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*PutWorksheetValidationRequest) CreateRequestData ¶
func (data *PutWorksheetValidationRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type RadioButton ¶
type RadioButton struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
GroupBox *GroupBox `json:"GroupBox,omitempty" xml:"GroupBox"`
IsChecked bool `json:"IsChecked,omitempty" xml:"IsChecked"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
}
type RadioButtonResponse ¶
type RadioButtonResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Shape *RadioButton `json:"Shape,omitempty" xml:"Shape"`
}
type Range ¶
type Range struct {
ColumnCount int64 `json:"ColumnCount,omitempty" xml:"ColumnCount"`
ColumnWidth float64 `json:"ColumnWidth,omitempty" xml:"ColumnWidth"`
FirstColumn int64 `json:"FirstColumn,omitempty" xml:"FirstColumn"`
FirstRow int64 `json:"FirstRow,omitempty" xml:"FirstRow"`
Name string `json:"Name,omitempty" xml:"Name"`
RefersTo string `json:"RefersTo,omitempty" xml:"RefersTo"`
RowCount int64 `json:"RowCount,omitempty" xml:"RowCount"`
RowHeight float64 `json:"RowHeight,omitempty" xml:"RowHeight"`
Worksheet string `json:"Worksheet,omitempty" xml:"Worksheet"`
}
type RangeConvertRequest ¶ added in v25.2.0
type RangeConvertRequest struct {
Source *Range `json:"Source,omitempty" xml:"Source"`
ImageType string `json:"ImageType,omitempty" xml:"ImageType"`
ImageOrPrintOptions *ImageOrPrintOptions `json:"ImageOrPrintOptions,omitempty" xml:"ImageOrPrintOptions"`
PageSetup *PageSetup `json:"PageSetup,omitempty" xml:"PageSetup"`
}
type RangeCopyRequest ¶
type RangeCopyRequest struct {
Operate string `json:"Operate,omitempty" xml:"Operate"`
Source *Range `json:"Source,omitempty" xml:"Source"`
Target *Range `json:"Target,omitempty" xml:"Target"`
TargetWorkbook string `json:"TargetWorkbook,omitempty" xml:"TargetWorkbook"`
PasteOptions *PasteOptions `json:"PasteOptions,omitempty" xml:"PasteOptions"`
}
type RangeResponse ¶
type RangeSetStyleRequest ¶
type RangeSortRequest ¶
type RangeSortRequest struct {
DataSorter *DataSorter `json:"DataSorter,omitempty" xml:"DataSorter"`
CellArea *Range `json:"CellArea,omitempty" xml:"CellArea"`
}
type RangeValueResponse ¶
type RangesResponse ¶
type RectangleShape ¶
type RectangleShape struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type RectangleShapeResponse ¶
type RectangleShapeResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Shape *RectangleShape `json:"Shape,omitempty" xml:"Shape"`
}
type RemoveCharactersByCharacter ¶
type RemoveCharactersByCharacter struct {
RemoveTextMethod string `json:"RemoveTextMethod,omitempty" xml:"RemoveTextMethod"`
RemoveCharacters []string `json:"RemoveCharacters,omitempty" xml:"RemoveCharacters"`
RemoveCharacterSetsType string `json:"RemoveCharacterSetsType,omitempty" xml:"RemoveCharacterSetsType"`
}
type RemoveCharactersByPosition ¶
type RemoveCharactersByPosition struct {
TheFirstNCharacters int64 `json:"TheFirstNCharacters,omitempty" xml:"TheFirstNCharacters"`
TheLastNCharacters int64 `json:"TheLastNCharacters,omitempty" xml:"TheLastNCharacters"`
AllCharactersBeforeText string `json:"AllCharactersBeforeText,omitempty" xml:"AllCharactersBeforeText"`
AllCharactersAfterText string `json:"AllCharactersAfterText,omitempty" xml:"AllCharactersAfterText"`
}
type RemoveCharactersByPositionRequest ¶ added in v25.11.0
type RemoveCharactersByPositionRequest struct {
TheFirstNCharacters int64 `json:"the_first_n_characters,omitempty" xml:"the_first_n_characters"`
TheLastNCharacters int64 `json:"the_last_n_characters,omitempty" xml:"the_last_n_characters"`
AllCharactersBeforeText string `json:"all_characters_before_text,omitempty" xml:"all_characters_before_text"`
AllCharactersAfterText string `json:"all_characters_after_text,omitempty" xml:"all_characters_after_text"`
CaseSensitive bool `json:"case_sensitive,omitempty" xml:"case_sensitive"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*RemoveCharactersByPositionRequest) CreateRequestData ¶ added in v25.11.0
func (data *RemoveCharactersByPositionRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type RemoveCharactersOptions ¶
type RemoveCharactersOptions struct {
Name string `json:"Name,omitempty" xml:"Name"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
ScopeOptions *ScopeOptions `json:"ScopeOptions,omitempty" xml:"ScopeOptions"`
RemoveCharactersByCharacter *RemoveCharactersByCharacter `json:"RemoveCharactersByCharacter,omitempty" xml:"RemoveCharactersByCharacter"`
RemoveCharactersByPosition *RemoveCharactersByPosition `json:"RemoveCharactersByPosition,omitempty" xml:"RemoveCharactersByPosition"`
}
type RemoveCharactersRequest ¶ added in v25.10.0
type RemoveCharactersRequest struct {
RemoveTextMethod string `json:"remove_text_method,omitempty" xml:"remove_text_method"`
CharacterSets string `json:"character_sets,omitempty" xml:"character_sets"`
RemoveCustomValue string `json:"remove_custom_value,omitempty" xml:"remove_custom_value"`
CaseSensitive bool `json:"case_sensitive,omitempty" xml:"case_sensitive"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*RemoveCharactersRequest) CreateRequestData ¶ added in v25.10.0
func (data *RemoveCharactersRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type RemoveDuplicateSubstringsRequest ¶ added in v25.11.0
type RemoveDuplicateSubstringsRequest struct {
Delimiters string `json:"delimiters,omitempty" xml:"delimiters"`
TreatConsecutiveDelimitersAsOne bool `json:"treat_consecutive_delimiters_as_one,omitempty" xml:"treat_consecutive_delimiters_as_one"`
CaseSensitive bool `json:"case_sensitive,omitempty" xml:"case_sensitive"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*RemoveDuplicateSubstringsRequest) CreateRequestData ¶ added in v25.11.0
func (data *RemoveDuplicateSubstringsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type RemoveDuplicatesOptions ¶
type RemoveDuplicatesOptions struct {
Name string `json:"Name,omitempty" xml:"Name"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
ScopeOptions *ScopeOptions `json:"ScopeOptions,omitempty" xml:"ScopeOptions"`
}
type RemoveDuplicatesRequest ¶ added in v25.10.0
type RemoveDuplicatesRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
Table string `json:"table,omitempty" xml:"table"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*RemoveDuplicatesRequest) CreateRequestData ¶ added in v25.10.0
func (data *RemoveDuplicatesRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type RemoveSpreadsheetBlankColumnsRequest ¶ added in v25.10.0
type RemoveSpreadsheetBlankColumnsRequest struct {
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*RemoveSpreadsheetBlankColumnsRequest) CreateRequestData ¶ added in v25.10.0
func (data *RemoveSpreadsheetBlankColumnsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type RemoveSpreadsheetBlankRowsRequest ¶ added in v25.10.0
type RemoveSpreadsheetBlankRowsRequest struct {
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*RemoveSpreadsheetBlankRowsRequest) CreateRequestData ¶ added in v25.10.0
func (data *RemoveSpreadsheetBlankRowsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type RemoveSpreadsheetBlankWorksheetsRequest ¶ added in v25.10.0
type RemoveSpreadsheetBlankWorksheetsRequest struct {
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*RemoveSpreadsheetBlankWorksheetsRequest) CreateRequestData ¶ added in v25.10.0
func (data *RemoveSpreadsheetBlankWorksheetsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type RenameWorksheetInSpreadsheetRequest ¶ added in v25.8.0
type RenameWorksheetInSpreadsheetRequest struct {
SourceName string `json:"source_name,omitempty" xml:"source_name"`
TargetName string `json:"target_name,omitempty" xml:"target_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*RenameWorksheetInSpreadsheetRequest) CreateRequestData ¶ added in v25.8.0
func (data *RenameWorksheetInSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type RenderingFont ¶
type RenderingWatermark ¶
type RenderingWatermark struct {
Rotation float64 `json:"Rotation,omitempty" xml:"Rotation"`
ScaleToPagePercent int64 `json:"ScaleToPagePercent,omitempty" xml:"ScaleToPagePercent"`
Opacity float64 `json:"Opacity,omitempty" xml:"Opacity"`
IsBackground bool `json:"IsBackground,omitempty" xml:"IsBackground"`
Text string `json:"Text,omitempty" xml:"Text"`
Font *RenderingFont `json:"Font,omitempty" xml:"Font"`
Image []int64 `json:"Image,omitempty" xml:"Image"`
HAlignment string `json:"HAlignment,omitempty" xml:"HAlignment"`
VAlignment string `json:"VAlignment,omitempty" xml:"VAlignment"`
OffsetX float64 `json:"OffsetX,omitempty" xml:"OffsetX"`
OffsetY float64 `json:"OffsetY,omitempty" xml:"OffsetY"`
}
type RepairSpreadsheetRequest ¶ added in v25.10.0
type RepairSpreadsheetRequest struct {
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*RepairSpreadsheetRequest) CreateRequestData ¶ added in v25.10.0
func (data *RepairSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ReplaceContentInRemoteRangeRequest ¶ added in v25.6.0
type ReplaceContentInRemoteRangeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
SearchText string `json:"search_text,omitempty" xml:"search_text"`
ReplaceText string `json:"replace_text,omitempty" xml:"replace_text"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ReplaceContentInRemoteRangeRequest) CreateRequestData ¶ added in v25.6.0
func (data *ReplaceContentInRemoteRangeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ReplaceContentInRemoteSpreadsheetRequest ¶ added in v25.6.0
type ReplaceContentInRemoteSpreadsheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SearchText string `json:"search_text,omitempty" xml:"search_text"`
ReplaceText string `json:"replace_text,omitempty" xml:"replace_text"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ReplaceContentInRemoteSpreadsheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *ReplaceContentInRemoteSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ReplaceContentInRemoteWorksheetRequest ¶ added in v25.6.0
type ReplaceContentInRemoteWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
SearchText string `json:"search_text,omitempty" xml:"search_text"`
ReplaceText string `json:"replace_text,omitempty" xml:"replace_text"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ReplaceContentInRemoteWorksheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *ReplaceContentInRemoteWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ReplaceSpreadsheetContentRequest ¶ added in v25.6.0
type ReplaceSpreadsheetContentRequest struct {
SearchText string `json:"search_text,omitempty" xml:"search_text"`
ReplaceText string `json:"replace_text,omitempty" xml:"replace_text"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*ReplaceSpreadsheetContentRequest) CreateRequestData ¶ added in v25.6.0
func (data *ReplaceSpreadsheetContentRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ResultDestination ¶
type Row ¶
type Row struct {
Link *Link `json:"link,omitempty" xml:"link"`
GroupLevel int64 `json:"GroupLevel,omitempty" xml:"GroupLevel"`
Height float64 `json:"Height,omitempty" xml:"Height"`
Index int64 `json:"Index,omitempty" xml:"Index"`
IsBlank bool `json:"IsBlank,omitempty" xml:"IsBlank"`
IsHeightMatched bool `json:"IsHeightMatched,omitempty" xml:"IsHeightMatched"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
Style *LinkElement `json:"Style,omitempty" xml:"Style"`
}
type RowResponse ¶
type Rows ¶
type Rows struct {
Link *Link `json:"link,omitempty" xml:"link"`
MaxRow int64 `json:"MaxRow,omitempty" xml:"MaxRow"`
RowsCount int64 `json:"RowsCount,omitempty" xml:"RowsCount"`
RowsList []LinkElement `json:"RowsList,omitempty" xml:"RowsList"`
}
type RowsResponse ¶
type SaveFilesToCloudResult ¶
type SaveFilesToCloudResult struct {
Description string `json:"Description,omitempty" xml:"Description"`
OutFileList []DataSource `json:"OutFileList,omitempty" xml:"OutFileList"`
SavedFiles []Link `json:"SavedFiles,omitempty" xml:"SavedFiles"`
}
type SaveFilesToCloudResultResponse ¶
type SaveFilesToCloudResultResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
SaveFilesToCloudResult *SaveFilesToCloudResult `json:"SaveFilesToCloudResult,omitempty" xml:"SaveFilesToCloudResult"`
}
type SaveOptions ¶
type SaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
}
type SaveOptionsData ¶ added in v25.6.0
type SaveOptionsData struct {
SaveOptions *SaveOptions `json:"SaveOptions,omitempty" xml:"SaveOptions"`
Filename string `json:"Filename,omitempty" xml:"Filename"`
StorageName string `json:"StorageName,omitempty" xml:"StorageName"`
}
type SaveResponse ¶
type SaveResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
SaveResult *SaveResult `json:"SaveResult,omitempty" xml:"SaveResult"`
}
type SaveResult ¶
type SaveResult struct {
Documents []CellsCloudFileInfo `json:"Documents,omitempty" xml:"Documents"`
}
type SaveResultTaskParameter ¶
type SaveResultTaskParameter struct {
ResultSource string `json:"ResultSource,omitempty" xml:"ResultSource"`
ResultDestination *ResultDestination `json:"ResultDestination,omitempty" xml:"ResultDestination"`
}
type SaveSpreadsheetAsRequest ¶ added in v25.6.0
type SaveSpreadsheetAsRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Format string `json:"format,omitempty" xml:"format"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
SaveOptionsData interface{} `json:"save_options_data,omitempty" xml:"save_options_data"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SaveSpreadsheetAsRequest) CreateRequestData ¶ added in v25.6.0
func (data *SaveSpreadsheetAsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type ScopeOptions ¶
type ScrollBar ¶
type ScrollBar struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
CurrentValue int64 `json:"CurrentValue,omitempty" xml:"CurrentValue"`
IncrementalChange int64 `json:"IncrementalChange,omitempty" xml:"IncrementalChange"`
IsHorizontal bool `json:"IsHorizontal,omitempty" xml:"IsHorizontal"`
Max int64 `json:"Max,omitempty" xml:"Max"`
Min int64 `json:"Min,omitempty" xml:"Min"`
PageChange int64 `json:"PageChange,omitempty" xml:"PageChange"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
}
type ScrollBarResponse ¶
type SearchBrokenLinksInRemoteRangeRequest ¶ added in v25.6.0
type SearchBrokenLinksInRemoteRangeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SearchBrokenLinksInRemoteRangeRequest) CreateRequestData ¶ added in v25.6.0
func (data *SearchBrokenLinksInRemoteRangeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SearchBrokenLinksInRemoteSpreadsheetRequest ¶ added in v25.6.0
type SearchBrokenLinksInRemoteSpreadsheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SearchBrokenLinksInRemoteSpreadsheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *SearchBrokenLinksInRemoteSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SearchBrokenLinksInRemoteWorksheetRequest ¶ added in v25.6.0
type SearchBrokenLinksInRemoteWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SearchBrokenLinksInRemoteWorksheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *SearchBrokenLinksInRemoteWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SearchContentInRemoteRangeRequest ¶ added in v25.6.0
type SearchContentInRemoteRangeRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
SearchText string `json:"search_text,omitempty" xml:"search_text"`
IgnoringCase bool `json:"ignoring_case,omitempty" xml:"ignoring_case"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SearchContentInRemoteRangeRequest) CreateRequestData ¶ added in v25.6.0
func (data *SearchContentInRemoteRangeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SearchContentInRemoteSpreadsheetRequest ¶ added in v25.6.0
type SearchContentInRemoteSpreadsheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
SearchText string `json:"search_text,omitempty" xml:"search_text"`
IgnoringCase bool `json:"ignoring_case,omitempty" xml:"ignoring_case"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SearchContentInRemoteSpreadsheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *SearchContentInRemoteSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SearchContentInRemoteWorksheetRequest ¶ added in v25.6.0
type SearchContentInRemoteWorksheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
SearchText string `json:"search_text,omitempty" xml:"search_text"`
IgnoringCase bool `json:"ignoring_case,omitempty" xml:"ignoring_case"`
Folder string `json:"folder,omitempty" xml:"folder"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SearchContentInRemoteWorksheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *SearchContentInRemoteWorksheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SearchResponse ¶ added in v25.6.0
type SearchSpreadsheetBrokenLinksRequest ¶ added in v25.6.0
type SearchSpreadsheetBrokenLinksRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SearchSpreadsheetBrokenLinksRequest) CreateRequestData ¶ added in v25.6.0
func (data *SearchSpreadsheetBrokenLinksRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SearchSpreadsheetContentRequest ¶ added in v25.6.0
type SearchSpreadsheetContentRequest struct {
SearchText string `json:"search_text,omitempty" xml:"search_text"`
IgnoringCase bool `json:"ignoring_case,omitempty" xml:"ignoring_case"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
CellArea string `json:"cell_area,omitempty" xml:"cell_area"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SearchSpreadsheetContentRequest) CreateRequestData ¶ added in v25.6.0
func (data *SearchSpreadsheetContentRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type Series ¶
type Series struct {
Link *Link `json:"link,omitempty" xml:"link"`
Area *Area `json:"Area,omitempty" xml:"Area"`
Bar3DShapeType string `json:"Bar3DShapeType,omitempty" xml:"Bar3DShapeType"`
Border *Line `json:"Border,omitempty" xml:"Border"`
BubbleScale int64 `json:"BubbleScale,omitempty" xml:"BubbleScale"`
BubbleSizes string `json:"BubbleSizes,omitempty" xml:"BubbleSizes"`
CountOfDataValues int64 `json:"CountOfDataValues,omitempty" xml:"CountOfDataValues"`
DataLabels *DataLabels `json:"DataLabels,omitempty" xml:"DataLabels"`
DisplayName string `json:"DisplayName,omitempty" xml:"DisplayName"`
DoughnutHoleSize int64 `json:"DoughnutHoleSize,omitempty" xml:"DoughnutHoleSize"`
DownBars *DropBars `json:"DownBars,omitempty" xml:"DownBars"`
DropLines *Line `json:"DropLines,omitempty" xml:"DropLines"`
Explosion int64 `json:"Explosion,omitempty" xml:"Explosion"`
FirstSliceAngle int64 `json:"FirstSliceAngle,omitempty" xml:"FirstSliceAngle"`
GapWidth int64 `json:"GapWidth,omitempty" xml:"GapWidth"`
Has3DEffect bool `json:"Has3DEffect,omitempty" xml:"Has3DEffect"`
HasDropLines bool `json:"HasDropLines,omitempty" xml:"HasDropLines"`
HasHiLoLines bool `json:"HasHiLoLines,omitempty" xml:"HasHiLoLines"`
HasLeaderLines bool `json:"HasLeaderLines,omitempty" xml:"HasLeaderLines"`
HasRadarAxisLabels bool `json:"HasRadarAxisLabels,omitempty" xml:"HasRadarAxisLabels"`
HasSeriesLines bool `json:"HasSeriesLines,omitempty" xml:"HasSeriesLines"`
HasUpDownBars bool `json:"HasUpDownBars,omitempty" xml:"HasUpDownBars"`
HiLoLines *Line `json:"HiLoLines,omitempty" xml:"HiLoLines"`
IsAutoSplit bool `json:"IsAutoSplit,omitempty" xml:"IsAutoSplit"`
IsColorVaried bool `json:"IsColorVaried,omitempty" xml:"IsColorVaried"`
LeaderLines *Line `json:"LeaderLines,omitempty" xml:"LeaderLines"`
LegendEntry *LegendEntry `json:"LegendEntry,omitempty" xml:"LegendEntry"`
Marker *Marker `json:"Marker,omitempty" xml:"Marker"`
Name string `json:"Name,omitempty" xml:"Name"`
Overlap int64 `json:"Overlap,omitempty" xml:"Overlap"`
PlotOnSecondAxis bool `json:"PlotOnSecondAxis,omitempty" xml:"PlotOnSecondAxis"`
Points *LinkElement `json:"Points,omitempty" xml:"Points"`
SecondPlotSize int64 `json:"SecondPlotSize,omitempty" xml:"SecondPlotSize"`
SeriesLines *Line `json:"SeriesLines,omitempty" xml:"SeriesLines"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
ShowNegativeBubbles bool `json:"ShowNegativeBubbles,omitempty" xml:"ShowNegativeBubbles"`
SizeRepresents string `json:"SizeRepresents,omitempty" xml:"SizeRepresents"`
Smooth bool `json:"Smooth,omitempty" xml:"Smooth"`
SplitType string `json:"SplitType,omitempty" xml:"SplitType"`
SplitValue float64 `json:"SplitValue,omitempty" xml:"SplitValue"`
TrendLines *Trendlines `json:"TrendLines,omitempty" xml:"TrendLines"`
Type_ string `json:"Type,omitempty" xml:"Type"`
UpBars *DropBars `json:"UpBars,omitempty" xml:"UpBars"`
Values string `json:"Values,omitempty" xml:"Values"`
XErrorBar *ErrorBar `json:"XErrorBar,omitempty" xml:"XErrorBar"`
XValues string `json:"XValues,omitempty" xml:"XValues"`
YErrorBar *ErrorBar `json:"YErrorBar,omitempty" xml:"YErrorBar"`
}
type SeriesItems ¶
type SeriesItems struct {
Link *Link `json:"link,omitempty" xml:"link"`
CategoryData string `json:"CategoryData,omitempty" xml:"CategoryData"`
IsColorVaried bool `json:"IsColorVaried,omitempty" xml:"IsColorVaried"`
SecondCatergoryData string `json:"SecondCatergoryData,omitempty" xml:"SecondCatergoryData"`
SeriesList []Series `json:"SeriesList,omitempty" xml:"SeriesList"`
}
type SeriesResponse ¶
type SeriesesResponse ¶
type SeriesesResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Serieses *SeriesItems `json:"Serieses,omitempty" xml:"Serieses"`
}
type ShadowEffect ¶
type ShadowEffect struct {
Angle float64 `json:"Angle,omitempty" xml:"Angle"`
Blur float64 `json:"Blur,omitempty" xml:"Blur"`
Color *CellsColor `json:"Color,omitempty" xml:"Color"`
Distance float64 `json:"Distance,omitempty" xml:"Distance"`
PresetType string `json:"PresetType,omitempty" xml:"PresetType"`
Size float64 `json:"Size,omitempty" xml:"Size"`
Transparency float64 `json:"Transparency,omitempty" xml:"Transparency"`
}
type Shape ¶
type Shape struct {
Link *Link `json:"link,omitempty" xml:"link"`
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type ShapeOperateParameter ¶
type ShapeResponse ¶
type Shapes ¶
type Shapes struct {
Link *Link `json:"link,omitempty" xml:"link"`
ShapeList []LinkElement `json:"ShapeList,omitempty" xml:"ShapeList"`
}
type ShapesResponse ¶
type SingleValue ¶
type SingleValueResponse ¶
type SingleValueResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Value *SingleValue `json:"Value,omitempty" xml:"Value"`
}
type SmartMarkerTaskParameter ¶
type SmartMarkerTaskParameter struct {
SourceWorkbook *FileSource `json:"SourceWorkbook,omitempty" xml:"SourceWorkbook"`
DestinationWorkbook *FileSource `json:"DestinationWorkbook,omitempty" xml:"DestinationWorkbook"`
XmlFile *FileSource `json:"xmlFile,omitempty" xml:"xmlFile"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
TargetDataSource *DataSource `json:"TargetDataSource,omitempty" xml:"TargetDataSource"`
XMLFileDataSource *DataSource `json:"XMLFileDataSource,omitempty" xml:"XMLFileDataSource"`
}
type SolidFill ¶
type SolidFill struct {
Color *Color `json:"Color,omitempty" xml:"Color"`
CellsColor *CellsColor `json:"CellsColor,omitempty" xml:"CellsColor"`
Transparency float64 `json:"Transparency,omitempty" xml:"Transparency"`
}
type SortKey ¶
type SortKey struct {
Key int64 `json:"Key,omitempty" xml:"Key"`
SortOrder string `json:"SortOrder,omitempty" xml:"SortOrder"`
CustomList []string `json:"CustomList,omitempty" xml:"CustomList"`
Order string `json:"Order,omitempty" xml:"Order"`
Index int64 `json:"Index,omitempty" xml:"Index"`
Type_ string `json:"Type,omitempty" xml:"Type"`
}
type SparklineGroup ¶
type SparklineGroup struct {
DisplayHidden bool `json:"DisplayHidden,omitempty" xml:"DisplayHidden"`
FirstPointColor *CellsColor `json:"FirstPointColor,omitempty" xml:"FirstPointColor"`
HighPointColor *CellsColor `json:"HighPointColor,omitempty" xml:"HighPointColor"`
HorizontalAxisColor *CellsColor `json:"HorizontalAxisColor,omitempty" xml:"HorizontalAxisColor"`
HorizontalAxisDateRange string `json:"HorizontalAxisDateRange,omitempty" xml:"HorizontalAxisDateRange"`
LastPointColor *CellsColor `json:"LastPointColor,omitempty" xml:"LastPointColor"`
LineWeight float64 `json:"LineWeight,omitempty" xml:"LineWeight"`
LowPointColor *CellsColor `json:"LowPointColor,omitempty" xml:"LowPointColor"`
MarkersColor *CellsColor `json:"MarkersColor,omitempty" xml:"MarkersColor"`
NegativePointsColor *CellsColor `json:"NegativePointsColor,omitempty" xml:"NegativePointsColor"`
PlotEmptyCellsType string `json:"PlotEmptyCellsType,omitempty" xml:"PlotEmptyCellsType"`
PlotRightToLeft bool `json:"PlotRightToLeft,omitempty" xml:"PlotRightToLeft"`
PresetStyle string `json:"PresetStyle,omitempty" xml:"PresetStyle"`
SeriesColor *CellsColor `json:"SeriesColor,omitempty" xml:"SeriesColor"`
ShowFirstPoint bool `json:"ShowFirstPoint,omitempty" xml:"ShowFirstPoint"`
ShowHighPoint bool `json:"ShowHighPoint,omitempty" xml:"ShowHighPoint"`
ShowHorizontalAxis bool `json:"ShowHorizontalAxis,omitempty" xml:"ShowHorizontalAxis"`
ShowLastPoint bool `json:"ShowLastPoint,omitempty" xml:"ShowLastPoint"`
ShowLowPoint bool `json:"ShowLowPoint,omitempty" xml:"ShowLowPoint"`
ShowMarkers bool `json:"ShowMarkers,omitempty" xml:"ShowMarkers"`
ShowNegativePoints bool `json:"ShowNegativePoints,omitempty" xml:"ShowNegativePoints"`
SparklineCollection []Sparkline `json:"SparklineCollection,omitempty" xml:"SparklineCollection"`
Type_ string `json:"Type,omitempty" xml:"Type"`
VerticalAxisMaxValue float64 `json:"VerticalAxisMaxValue,omitempty" xml:"VerticalAxisMaxValue"`
VerticalAxisMaxValueType string `json:"VerticalAxisMaxValueType,omitempty" xml:"VerticalAxisMaxValueType"`
VerticalAxisMinValue float64 `json:"VerticalAxisMinValue,omitempty" xml:"VerticalAxisMinValue"`
VerticalAxisMinValueType string `json:"VerticalAxisMinValueType,omitempty" xml:"VerticalAxisMinValueType"`
}
type SparklineGroupResponse ¶
type SparklineGroupResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
SparklineGroup *SparklineGroup `json:"SparklineGroup,omitempty" xml:"SparklineGroup"`
}
type SparklineGroups ¶
type SparklineGroups struct {
SparklineGroupList []SparklineGroup `json:"SparklineGroupList,omitempty" xml:"SparklineGroupList"`
}
type SparklineGroupsResponse ¶
type SparklineGroupsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
SparklineGroups *SparklineGroups `json:"SparklineGroups,omitempty" xml:"SparklineGroups"`
}
type SpecRequest ¶ added in v25.6.0
type SpecRequest struct {
Version string `json:"version,omitempty" xml:"version"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SpecRequest) CreateRequestData ¶ added in v25.6.0
func (data *SpecRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SpecifyCellsObject ¶ added in v25.3.0
type SpecifyWordsCountOptions ¶ added in v25.2.0
type SpecifyWordsCountOptions struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
SearchWord string `json:"SearchWord,omitempty" xml:"SearchWord"`
}
type Spinner ¶
type Spinner struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
CurrentValue int64 `json:"CurrentValue,omitempty" xml:"CurrentValue"`
IncrementalChange int64 `json:"IncrementalChange,omitempty" xml:"IncrementalChange"`
Max int64 `json:"Max,omitempty" xml:"Max"`
Min int64 `json:"Min,omitempty" xml:"Min"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
}
type SpinnerResponse ¶
type SplitRemoteSpreadsheetRequest ¶ added in v25.6.0
type SplitRemoteSpreadsheetRequest struct {
Name string `json:"name,omitempty" xml:"name"`
Folder string `json:"folder,omitempty" xml:"folder"`
From int64 `json:"from,omitempty" xml:"from"`
To int64 `json:"to,omitempty" xml:"to"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SplitRemoteSpreadsheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *SplitRemoteSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SplitResult ¶
type SplitResult struct {
Documents []CellsCloudFileInfo `json:"Documents,omitempty" xml:"Documents"`
}
type SplitResultResponse ¶
type SplitResultResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Result *SplitResult `json:"Result,omitempty" xml:"Result"`
}
type SplitSpreadsheetRequest ¶ added in v25.6.0
type SplitSpreadsheetRequest struct {
From int64 `json:"from,omitempty" xml:"from"`
To int64 `json:"to,omitempty" xml:"to"`
OutFormat string `json:"out_format,omitempty" xml:"out_format"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SplitSpreadsheetRequest) CreateRequestData ¶ added in v25.6.0
func (data *SplitSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SplitTableRequest ¶ added in v25.12.0
type SplitTableRequest struct {
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
TableName string `json:"table_name,omitempty" xml:"table_name"`
SplitColumnName string `json:"split_column_name,omitempty" xml:"split_column_name"`
SaveSplitColumn bool `json:"save_split_column,omitempty" xml:"save_split_column"`
ToNewWorkbook bool `json:"to_new_workbook,omitempty" xml:"to_new_workbook"`
ToMultipleFiles bool `json:"to_multiple_files,omitempty" xml:"to_multiple_files"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
FontsLocation string `json:"fonts_location,omitempty" xml:"fonts_location"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SplitTableRequest) CreateRequestData ¶ added in v25.12.0
func (data *SplitTableRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SplitTextOptions ¶
type SplitTextOptions struct {
Name string `json:"Name,omitempty" xml:"Name"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
Worksheet string `json:"Worksheet,omitempty" xml:"Worksheet"`
Range_ string `json:"Range,omitempty" xml:"Range"`
SplitDelimitersType string `json:"SplitDelimitersType,omitempty" xml:"SplitDelimitersType"`
CustomDelimiter string `json:"CustomDelimiter,omitempty" xml:"CustomDelimiter"`
KeepDelimitersInResultingCells bool `json:"KeepDelimitersInResultingCells,omitempty" xml:"KeepDelimitersInResultingCells"`
KeepDelimitersPosition string `json:"KeepDelimitersPosition,omitempty" xml:"KeepDelimitersPosition"`
HowToSplit string `json:"HowToSplit,omitempty" xml:"HowToSplit"`
}
type SplitTextRequest ¶ added in v25.10.0
type SplitTextRequest struct {
Delimiters string `json:"delimiters,omitempty" xml:"delimiters"`
KeepDelimitersInResultingCells bool `json:"keep_delimiters_in_resulting_cells,omitempty" xml:"keep_delimiters_in_resulting_cells"`
KeepDelimitersPosition string `json:"keep_delimiters_position,omitempty" xml:"keep_delimiters_position"`
HowToSplit string `json:"how_to_split,omitempty" xml:"how_to_split"`
OutPositionRange string `json:"out_position_range,omitempty" xml:"out_position_range"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SplitTextRequest) CreateRequestData ¶ added in v25.10.0
func (data *SplitTextRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SplitWorkbookTaskParameter ¶
type SplitWorkbookTaskParameter struct {
Workbook *FileSource `json:"Workbook,omitempty" xml:"Workbook"`
DestinationFilePosition *FileSource `json:"DestinationFilePosition,omitempty" xml:"DestinationFilePosition"`
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
TargetDataSource *DataSource `json:"TargetDataSource,omitempty" xml:"TargetDataSource"`
DestinationFileFormat string `json:"DestinationFileFormat,omitempty" xml:"DestinationFileFormat"`
SplitNameRule string `json:"SplitNameRule,omitempty" xml:"SplitNameRule"`
VerticalResolution int64 `json:"VerticalResolution,omitempty" xml:"VerticalResolution"`
HorizontalResolution int64 `json:"HorizontalResolution,omitempty" xml:"HorizontalResolution"`
}
type SpreadsheetDigitalsignatureRequest ¶ added in v25.10.0
type SpreadsheetDigitalsignatureRequest struct {
Password string `json:"password,omitempty" xml:"password"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SpreadsheetDigitalsignatureRequest) CreateRequestData ¶ added in v25.10.0
func (data *SpreadsheetDigitalsignatureRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type SpreadsheetML2003SaveOptions ¶
type SpreadsheetML2003SaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
ExportColumnIndexOfCell bool `json:"ExportColumnIndexOfCell,omitempty" xml:"ExportColumnIndexOfCell"`
IsIndentedFormatting bool `json:"IsIndentedFormatting,omitempty" xml:"IsIndentedFormatting"`
LimitAsXls bool `json:"LimitAsXls,omitempty" xml:"LimitAsXls"`
}
type SpreadsheetTemplate ¶ added in v25.8.0
type SpreadsheetTemplate struct {
}
type SqlScriptSaveOptions ¶
type SqlScriptSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
CheckIfTableExists bool `json:"CheckIfTableExists,omitempty" xml:"CheckIfTableExists"`
ColumnTypeMap string `json:"ColumnTypeMap,omitempty" xml:"ColumnTypeMap"`
CheckAllDataForColumnType bool `json:"CheckAllDataForColumnType,omitempty" xml:"CheckAllDataForColumnType"`
AddBlankLineBetweenRows bool `json:"AddBlankLineBetweenRows,omitempty" xml:"AddBlankLineBetweenRows"`
Separator string `json:"Separator,omitempty" xml:"Separator"`
OperatorType string `json:"OperatorType,omitempty" xml:"OperatorType"`
PrimaryKey int64 `json:"PrimaryKey,omitempty" xml:"PrimaryKey"`
CreateTable bool `json:"CreateTable,omitempty" xml:"CreateTable"`
IdName string `json:"IdName,omitempty" xml:"IdName"`
StartId int64 `json:"StartId,omitempty" xml:"StartId"`
TableName string `json:"TableName,omitempty" xml:"TableName"`
ExportAsString bool `json:"ExportAsString,omitempty" xml:"ExportAsString"`
ExportArea *CellArea `json:"ExportArea,omitempty" xml:"ExportArea"`
HasHeaderRow bool `json:"HasHeaderRow,omitempty" xml:"HasHeaderRow"`
}
type StorageExist ¶
type StorageExist struct {
Exists bool `json:"Exists,omitempty" xml:"Exists"`
}
type StorageExistsRequest ¶
type StorageExistsRequest struct {
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*StorageExistsRequest) CreateRequestData ¶
func (data *StorageExistsRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type StorageFile ¶
type StorageFile_ ¶
type StorageFile_ struct {
// File or folder name.
Name string `json:"Name,omitempty"`
// True if it is a folder.
IsFolder bool `json:"IsFolder"`
// File or folder last modified DateTime.
ModifiedDate string `json:"ModifiedDate,omitempty"`
// File or folder size.
Size int64 `json:"Size"`
// File or folder path.
Path string `json:"Path,omitempty"`
}
type Style ¶
type Style struct {
Font *Font `json:"Font,omitempty" xml:"Font"`
Name string `json:"Name,omitempty" xml:"Name"`
CultureCustom string `json:"CultureCustom,omitempty" xml:"CultureCustom"`
Custom string `json:"Custom,omitempty" xml:"Custom"`
BackgroundColor *Color `json:"BackgroundColor,omitempty" xml:"BackgroundColor"`
ForegroundColor *Color `json:"ForegroundColor,omitempty" xml:"ForegroundColor"`
IsFormulaHidden bool `json:"IsFormulaHidden,omitempty" xml:"IsFormulaHidden"`
IsDateTime bool `json:"IsDateTime,omitempty" xml:"IsDateTime"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsGradient bool `json:"IsGradient,omitempty" xml:"IsGradient"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPercent bool `json:"IsPercent,omitempty" xml:"IsPercent"`
ShrinkToFit bool `json:"ShrinkToFit,omitempty" xml:"ShrinkToFit"`
IndentLevel int64 `json:"IndentLevel,omitempty" xml:"IndentLevel"`
Number int64 `json:"Number,omitempty" xml:"Number"`
RotationAngle int64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
Pattern string `json:"Pattern,omitempty" xml:"Pattern"`
TextDirection string `json:"TextDirection,omitempty" xml:"TextDirection"`
VerticalAlignment string `json:"VerticalAlignment,omitempty" xml:"VerticalAlignment"`
HorizontalAlignment string `json:"HorizontalAlignment,omitempty" xml:"HorizontalAlignment"`
BorderCollection []Border `json:"BorderCollection,omitempty" xml:"BorderCollection"`
BackgroundThemeColor *ThemeColor `json:"BackgroundThemeColor,omitempty" xml:"BackgroundThemeColor"`
ForegroundThemeColor *ThemeColor `json:"ForegroundThemeColor,omitempty" xml:"ForegroundThemeColor"`
}
type StyleFormatCondition ¶
type StyleFormatCondition struct {
Priority int64 `json:"Priority,omitempty" xml:"Priority"`
Type_ string `json:"Type,omitempty" xml:"Type"`
StopIfTrue bool `json:"StopIfTrue,omitempty" xml:"StopIfTrue"`
AboveAverage *AboveAverage `json:"AboveAverage,omitempty" xml:"AboveAverage"`
ColorScale *ColorScale `json:"ColorScale,omitempty" xml:"ColorScale"`
DataBar *DataBar `json:"DataBar,omitempty" xml:"DataBar"`
Formula1 string `json:"Formula1,omitempty" xml:"Formula1"`
Formula2 string `json:"Formula2,omitempty" xml:"Formula2"`
IconSet *IconSet `json:"IconSet,omitempty" xml:"IconSet"`
Operator string `json:"Operator,omitempty" xml:"Operator"`
Style *Style `json:"Style,omitempty" xml:"Style"`
Text string `json:"Text,omitempty" xml:"Text"`
TimePeriod string `json:"TimePeriod,omitempty" xml:"TimePeriod"`
Top10 *Top10 `json:"Top10,omitempty" xml:"Top10"`
}
type StyleResponse ¶
type StylesResponse ¶ added in v25.3.0
type SvgSaveOptions ¶
type SvgSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
SheetIndex int64 `json:"SheetIndex,omitempty" xml:"SheetIndex"`
ChartImageType string `json:"ChartImageType,omitempty" xml:"ChartImageType"`
EmbededImageNameInSvg string `json:"EmbededImageNameInSvg,omitempty" xml:"EmbededImageNameInSvg"`
HorizontalResolution int64 `json:"HorizontalResolution,omitempty" xml:"HorizontalResolution"`
ImageFormat string `json:"ImageFormat,omitempty" xml:"ImageFormat"`
IsCellAutoFit bool `json:"IsCellAutoFit,omitempty" xml:"IsCellAutoFit"`
OnePagePerSheet bool `json:"OnePagePerSheet,omitempty" xml:"OnePagePerSheet"`
OnlyArea bool `json:"OnlyArea,omitempty" xml:"OnlyArea"`
PrintingPage string `json:"PrintingPage,omitempty" xml:"PrintingPage"`
PrintWithStatusDialog bool `json:"PrintWithStatusDialog,omitempty" xml:"PrintWithStatusDialog"`
Quality int64 `json:"Quality,omitempty" xml:"Quality"`
TiffCompression string `json:"TiffCompression,omitempty" xml:"TiffCompression"`
VerticalResolution int64 `json:"VerticalResolution,omitempty" xml:"VerticalResolution"`
}
type SwapRangeRequest ¶ added in v25.9.0
type SwapRangeRequest struct {
Worksheet1 string `json:"worksheet1,omitempty" xml:"worksheet1"`
Range1 string `json:"range1,omitempty" xml:"range1"`
Worksheet2 string `json:"worksheet2,omitempty" xml:"worksheet2"`
Range2 string `json:"range2,omitempty" xml:"range2"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*SwapRangeRequest) CreateRequestData ¶ added in v25.9.0
func (data *SwapRangeRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type TablePositionInfo ¶ added in v25.2.0
type TablePositionInfo struct {
}
type TableTotalRequest ¶
type TaskData ¶
type TaskData struct {
Tasks []TaskDescription `json:"Tasks,omitempty" xml:"Tasks"`
}
type TaskDescription ¶
type TaskDescription struct {
TaskType string `json:"TaskType,omitempty" xml:"TaskType"`
TaskParameter *TaskParameter `json:"TaskParameter,omitempty" xml:"TaskParameter"`
}
type TaskParameter ¶
type TaskParameter struct {
}
type TaskResultParameter ¶
type TaskResultParameter struct {
}
type TaskRunResult ¶
type TaskRunResult struct {
Description string `json:"Description,omitempty" xml:"Description"`
OutFileList []DataSource `json:"OutFileList,omitempty" xml:"OutFileList"`
}
type TaskRunResultResponse ¶
type TaskRunResultResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
TaskRunResult *TaskRunResult `json:"TaskRunResult,omitempty" xml:"TaskRunResult"`
}
type TextBox ¶
type TextBox struct {
Name string `json:"Name,omitempty" xml:"Name"`
MsoDrawingType string `json:"MsoDrawingType,omitempty" xml:"MsoDrawingType"`
AutoShapeType string `json:"AutoShapeType,omitempty" xml:"AutoShapeType"`
Placement string `json:"Placement,omitempty" xml:"Placement"`
UpperLeftRow int64 `json:"UpperLeftRow,omitempty" xml:"UpperLeftRow"`
Top int64 `json:"Top,omitempty" xml:"Top"`
UpperLeftColumn int64 `json:"UpperLeftColumn,omitempty" xml:"UpperLeftColumn"`
Left int64 `json:"Left,omitempty" xml:"Left"`
LowerRightRow int64 `json:"LowerRightRow,omitempty" xml:"LowerRightRow"`
Bottom int64 `json:"Bottom,omitempty" xml:"Bottom"`
LowerRightColumn int64 `json:"LowerRightColumn,omitempty" xml:"LowerRightColumn"`
Right int64 `json:"Right,omitempty" xml:"Right"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
RotationAngle float64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
HtmlText string `json:"HtmlText,omitempty" xml:"HtmlText"`
Text string `json:"Text,omitempty" xml:"Text"`
AlternativeText string `json:"AlternativeText,omitempty" xml:"AlternativeText"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextHorizontalOverflow string `json:"TextHorizontalOverflow,omitempty" xml:"TextHorizontalOverflow"`
TextOrientationType string `json:"TextOrientationType,omitempty" xml:"TextOrientationType"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
TextVerticalOverflow string `json:"TextVerticalOverflow,omitempty" xml:"TextVerticalOverflow"`
IsGroup bool `json:"IsGroup,omitempty" xml:"IsGroup"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsLockAspectRatio bool `json:"IsLockAspectRatio,omitempty" xml:"IsLockAspectRatio"`
IsLocked bool `json:"IsLocked,omitempty" xml:"IsLocked"`
IsPrintable bool `json:"IsPrintable,omitempty" xml:"IsPrintable"`
IsTextWrapped bool `json:"IsTextWrapped,omitempty" xml:"IsTextWrapped"`
IsWordArt bool `json:"IsWordArt,omitempty" xml:"IsWordArt"`
LinkedCell string `json:"LinkedCell,omitempty" xml:"LinkedCell"`
ZOrderPosition int64 `json:"ZOrderPosition,omitempty" xml:"ZOrderPosition"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Hyperlink string `json:"Hyperlink,omitempty" xml:"Hyperlink"`
}
type TextBoxResponse ¶
type TextFormatCondition ¶
type TextItemResponse ¶
type TextItemsResponse ¶
type TextOptions ¶
type TextOptions struct {
Color *Color `json:"Color,omitempty" xml:"Color"`
DoubleSize float64 `json:"DoubleSize,omitempty" xml:"DoubleSize"`
IsBold bool `json:"IsBold,omitempty" xml:"IsBold"`
IsItalic bool `json:"IsItalic,omitempty" xml:"IsItalic"`
IsStrikeout bool `json:"IsStrikeout,omitempty" xml:"IsStrikeout"`
IsSubscript bool `json:"IsSubscript,omitempty" xml:"IsSubscript"`
IsSuperscript bool `json:"IsSuperscript,omitempty" xml:"IsSuperscript"`
Name string `json:"Name,omitempty" xml:"Name"`
Size int64 `json:"Size,omitempty" xml:"Size"`
Underline string `json:"Underline,omitempty" xml:"Underline"`
Fill *FillFormat `json:"Fill,omitempty" xml:"Fill"`
Kerning float64 `json:"Kerning,omitempty" xml:"Kerning"`
Outline *LineFormat `json:"Outline,omitempty" xml:"Outline"`
Shadow *ShadowEffect `json:"Shadow,omitempty" xml:"Shadow"`
Spacing float64 `json:"Spacing,omitempty" xml:"Spacing"`
UnderlineColor *CellsColor `json:"UnderlineColor,omitempty" xml:"UnderlineColor"`
}
type TextWaterMarkerRequest ¶
type TextWaterMarkerRequest struct {
Text string `json:"Text,omitempty" xml:"Text"`
FontName string `json:"FontName,omitempty" xml:"FontName"`
FontSize int64 `json:"FontSize,omitempty" xml:"FontSize"`
Height int64 `json:"Height,omitempty" xml:"Height"`
Width int64 `json:"Width,omitempty" xml:"Width"`
ImageAdaptOption string `json:"ImageAdaptOption,omitempty" xml:"ImageAdaptOption"`
}
type TextureFill ¶
type TextureFill struct {
Type_ string `json:"Type,omitempty" xml:"Type"`
Transparency float64 `json:"Transparency,omitempty" xml:"Transparency"`
Scale float64 `json:"Scale,omitempty" xml:"Scale"`
TilePicOption *TilePicOption `json:"TilePicOption,omitempty" xml:"TilePicOption"`
PicFormatOption *PicFormatOption `json:"PicFormatOption,omitempty" xml:"PicFormatOption"`
Image *LinkElement `json:"Image,omitempty" xml:"Image"`
}
type ThemeColor ¶
type TickLabels ¶
type TickLabels struct {
Link *Link `json:"link,omitempty" xml:"link"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Font *Font `json:"Font,omitempty" xml:"Font"`
Number int64 `json:"Number,omitempty" xml:"Number"`
NumberFormat string `json:"NumberFormat,omitempty" xml:"NumberFormat"`
NumberFormatLinked bool `json:"NumberFormatLinked,omitempty" xml:"NumberFormatLinked"`
Offset int64 `json:"Offset,omitempty" xml:"Offset"`
RotationAngle int64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
TextDirection string `json:"TextDirection,omitempty" xml:"TextDirection"`
ReadingOrder string `json:"ReadingOrder,omitempty" xml:"ReadingOrder"`
DirectionType string `json:"DirectionType,omitempty" xml:"DirectionType"`
}
type TickLabelsResponse ¶
type TickLabelsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
TickLabels *TickLabels `json:"TickLabels,omitempty" xml:"TickLabels"`
}
type TilePicOption ¶
type TilePicOption struct {
OffsetX float64 `json:"OffsetX,omitempty" xml:"OffsetX"`
OffsetY float64 `json:"OffsetY,omitempty" xml:"OffsetY"`
ScaleX float64 `json:"ScaleX,omitempty" xml:"ScaleX"`
ScaleY float64 `json:"ScaleY,omitempty" xml:"ScaleY"`
AlignmentType string `json:"AlignmentType,omitempty" xml:"AlignmentType"`
MirrorType string `json:"MirrorType,omitempty" xml:"MirrorType"`
}
type TimePeriodFormatCondition ¶
type TimePeriodFormatCondition struct {
TimePeriod string `json:"TimePeriod,omitempty" xml:"TimePeriod"`
}
type Title ¶
type Title struct {
Area *Area `json:"Area,omitempty" xml:"Area"`
AutoScaleFont bool `json:"AutoScaleFont,omitempty" xml:"AutoScaleFont"`
BackgroundMode string `json:"BackgroundMode,omitempty" xml:"BackgroundMode"`
Border *Line `json:"Border,omitempty" xml:"Border"`
Font *Font `json:"Font,omitempty" xml:"Font"`
IsAutomaticSize bool `json:"IsAutomaticSize,omitempty" xml:"IsAutomaticSize"`
IsInnerMode bool `json:"IsInnerMode,omitempty" xml:"IsInnerMode"`
Shadow bool `json:"Shadow,omitempty" xml:"Shadow"`
Width int64 `json:"Width,omitempty" xml:"Width"`
Height int64 `json:"Height,omitempty" xml:"Height"`
X int64 `json:"X,omitempty" xml:"X"`
Y int64 `json:"Y,omitempty" xml:"Y"`
IsVisible bool `json:"IsVisible,omitempty" xml:"IsVisible"`
LinkedSource string `json:"LinkedSource,omitempty" xml:"LinkedSource"`
RotationAngle int64 `json:"RotationAngle,omitempty" xml:"RotationAngle"`
Text string `json:"Text,omitempty" xml:"Text"`
TextDirection string `json:"TextDirection,omitempty" xml:"TextDirection"`
TextHorizontalAlignment string `json:"TextHorizontalAlignment,omitempty" xml:"TextHorizontalAlignment"`
TextVerticalAlignment string `json:"TextVerticalAlignment,omitempty" xml:"TextVerticalAlignment"`
}
type TitleResponse ¶
type TokenResp ¶
type TokenResp struct {
AccessToken string `json:"access_token"`
TokenType string `json:"token_type"`
ExpiresIn int64 `json:"expires_in"`
}
TokenResp represents data returned by GetAccessToken and RefreshToken as HTTP response body.
type Top10Filter ¶
type Top10Filter struct {
FieldIndex int64 `json:"FieldIndex,omitempty" xml:"FieldIndex"`
Criteria string `json:"Criteria,omitempty" xml:"Criteria"`
IsPercent bool `json:"IsPercent,omitempty" xml:"IsPercent"`
IsTop bool `json:"IsTop,omitempty" xml:"IsTop"`
Items int64 `json:"Items,omitempty" xml:"Items"`
}
type TranslateTextFileRequest ¶ added in v25.11.0
type TranslateTextFileRequest struct {
TargetLanguage string `json:"target_language,omitempty" xml:"target_language"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*TranslateTextFileRequest) CreateRequestData ¶ added in v25.11.0
func (data *TranslateTextFileRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type TranslationSpreadsheetRequest ¶ added in v25.11.0
type TranslationSpreadsheetRequest struct {
TargetLanguage string `json:"target_language,omitempty" xml:"target_language"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*TranslationSpreadsheetRequest) CreateRequestData ¶ added in v25.11.0
func (data *TranslationSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type Trendline ¶
type Trendline struct {
BeginArrowLength string `json:"BeginArrowLength,omitempty" xml:"BeginArrowLength"`
BeginArrowWidth string `json:"BeginArrowWidth,omitempty" xml:"BeginArrowWidth"`
BeginType string `json:"BeginType,omitempty" xml:"BeginType"`
CapType string `json:"CapType,omitempty" xml:"CapType"`
Color *Color `json:"Color,omitempty" xml:"Color"`
CompoundType string `json:"CompoundType,omitempty" xml:"CompoundType"`
DashType string `json:"DashType,omitempty" xml:"DashType"`
EndArrowLength string `json:"EndArrowLength,omitempty" xml:"EndArrowLength"`
EndArrowWidth string `json:"EndArrowWidth,omitempty" xml:"EndArrowWidth"`
EndType string `json:"EndType,omitempty" xml:"EndType"`
GradientFill *GradientFill `json:"GradientFill,omitempty" xml:"GradientFill"`
IsAuto bool `json:"IsAuto,omitempty" xml:"IsAuto"`
IsAutomaticColor bool `json:"IsAutomaticColor,omitempty" xml:"IsAutomaticColor"`
IsVisible bool `json:"IsVisible,omitempty" xml:"IsVisible"`
JoinType string `json:"JoinType,omitempty" xml:"JoinType"`
Style string `json:"Style,omitempty" xml:"Style"`
Transparency float64 `json:"Transparency,omitempty" xml:"Transparency"`
Weight string `json:"Weight,omitempty" xml:"Weight"`
WeightPt float64 `json:"WeightPt,omitempty" xml:"WeightPt"`
Link *Link `json:"link,omitempty" xml:"link"`
Backward float64 `json:"Backward,omitempty" xml:"Backward"`
DataLabels *DataLabels `json:"DataLabels,omitempty" xml:"DataLabels"`
DisplayEquation bool `json:"DisplayEquation,omitempty" xml:"DisplayEquation"`
DisplayRSquared bool `json:"DisplayRSquared,omitempty" xml:"DisplayRSquared"`
Forward float64 `json:"Forward,omitempty" xml:"Forward"`
Intercept float64 `json:"Intercept,omitempty" xml:"Intercept"`
IsNameAuto bool `json:"IsNameAuto,omitempty" xml:"IsNameAuto"`
LegendEntry *LegendEntry `json:"LegendEntry,omitempty" xml:"LegendEntry"`
Name string `json:"Name,omitempty" xml:"Name"`
Order int64 `json:"Order,omitempty" xml:"Order"`
Period int64 `json:"Period,omitempty" xml:"Period"`
Type_ string `json:"Type,omitempty" xml:"Type"`
}
type TrendlineResponse ¶
type Trendlines ¶
type TrendlinesResponse ¶
type TrendlinesResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Trendlines *Trendlines `json:"Trendlines,omitempty" xml:"Trendlines"`
}
type TrimCharacterRequest ¶ added in v25.10.0
type TrimCharacterRequest struct {
TrimContent string `json:"trim_content,omitempty" xml:"trim_content"`
TrimLeading bool `json:"trim_leading,omitempty" xml:"trim_leading"`
TrimTrailing bool `json:"trim_trailing,omitempty" xml:"trim_trailing"`
TrimSpaceBetweenWordTo1 bool `json:"trim_space_between_word_to1,omitempty" xml:"trim_space_between_word_to1"`
TrimNonBreakingSpaces bool `json:"trim_non_breaking_spaces,omitempty" xml:"trim_non_breaking_spaces"`
RemoveExtraLineBreaks bool `json:"remove_extra_line_breaks,omitempty" xml:"remove_extra_line_breaks"`
RemoveAllLineBreaks bool `json:"remove_all_line_breaks,omitempty" xml:"remove_all_line_breaks"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*TrimCharacterRequest) CreateRequestData ¶ added in v25.10.0
func (data *TrimCharacterRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type TrimContentOptions ¶
type TrimContentOptions struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
TrimContent string `json:"TrimContent,omitempty" xml:"TrimContent"`
TrimLeading bool `json:"TrimLeading,omitempty" xml:"TrimLeading"`
TrimTrailing bool `json:"TrimTrailing,omitempty" xml:"TrimTrailing"`
TrimSpaceBetweenWordTo1 bool `json:"TrimSpaceBetweenWordTo1,omitempty" xml:"TrimSpaceBetweenWordTo1"`
TrimNonBreakingSpaces bool `json:"TrimNonBreakingSpaces,omitempty" xml:"TrimNonBreakingSpaces"`
RemoveExtraLineBreaks bool `json:"RemoveExtraLineBreaks,omitempty" xml:"RemoveExtraLineBreaks"`
RemoveAllLineBreaks bool `json:"RemoveAllLineBreaks,omitempty" xml:"RemoveAllLineBreaks"`
ScopeOptions *ScopeOptions `json:"ScopeOptions,omitempty" xml:"ScopeOptions"`
}
type TxtSaveOptions ¶
type TxtSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
QuoteType string `json:"QuoteType,omitempty" xml:"QuoteType"`
Separator string `json:"Separator,omitempty" xml:"Separator"`
SeparatorString string `json:"SeparatorString,omitempty" xml:"SeparatorString"`
AlwaysQuoted bool `json:"AlwaysQuoted,omitempty" xml:"AlwaysQuoted"`
}
type UnpivotColumn ¶
type UnpivotColumn struct {
AppliedOperateType string `json:"AppliedOperateType,omitempty" xml:"AppliedOperateType"`
UnpivotColumnNames []string `json:"UnpivotColumnNames,omitempty" xml:"UnpivotColumnNames"`
ColumnMapName string `json:"ColumnMapName,omitempty" xml:"ColumnMapName"`
ValueMapName string `json:"ValueMapName,omitempty" xml:"ValueMapName"`
}
type UnprotectSpreadsheetRequest ¶ added in v25.7.0
type UnprotectSpreadsheetRequest struct {
Password string `json:"password,omitempty" xml:"password"`
ModifyPassword string `json:"modify_password,omitempty" xml:"modify_password"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*UnprotectSpreadsheetRequest) CreateRequestData ¶ added in v25.7.0
func (data *UnprotectSpreadsheetRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type UpdateWordCaseRequest ¶ added in v25.10.0
type UpdateWordCaseRequest struct {
WordCaseType string `json:"word_case_type,omitempty" xml:"word_case_type"`
Worksheet string `json:"worksheet,omitempty" xml:"worksheet"`
Range_ string `json:"range,omitempty" xml:"range"`
OutPath string `json:"out_path,omitempty" xml:"out_path"`
OutStorageName string `json:"out_storage_name,omitempty" xml:"out_storage_name"`
Region string `json:"region,omitempty" xml:"region"`
Password string `json:"password,omitempty" xml:"password"`
Spreadsheet string `json:"spreadsheet,omitempty" xml:"spreadsheet"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*UpdateWordCaseRequest) CreateRequestData ¶ added in v25.10.0
func (data *UpdateWordCaseRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type UploadFileRequest ¶
type UploadFileRequest struct {
Path string `json:"path,omitempty" xml:"path"`
StorageName string `json:"storage_name,omitempty" xml:"storage_name"`
UploadFiles string `json:"upload_files,omitempty" xml:"upload_files"`
ExtendQueryParameterMap map[string]string `json:"ExtendQueryParameterMap,omitempty" xml:"ExtendQueryParameterMap"`
}
func (*UploadFileRequest) CreateRequestData ¶
func (data *UploadFileRequest) CreateRequestData(client *APIClient) (localVarRequest *http.Request, err error)
type Validation ¶
type Validation struct {
Link *Link `json:"link,omitempty" xml:"link"`
AlertStyle string `json:"AlertStyle,omitempty" xml:"AlertStyle"`
AreaList []CellArea `json:"AreaList,omitempty" xml:"AreaList"`
ErrorMessage string `json:"ErrorMessage,omitempty" xml:"ErrorMessage"`
ErrorTitle string `json:"ErrorTitle,omitempty" xml:"ErrorTitle"`
Formula1 string `json:"Formula1,omitempty" xml:"Formula1"`
Formula2 string `json:"Formula2,omitempty" xml:"Formula2"`
IgnoreBlank bool `json:"IgnoreBlank,omitempty" xml:"IgnoreBlank"`
InCellDropDown bool `json:"InCellDropDown,omitempty" xml:"InCellDropDown"`
InputMessage string `json:"InputMessage,omitempty" xml:"InputMessage"`
InputTitle string `json:"InputTitle,omitempty" xml:"InputTitle"`
Operator string `json:"Operator,omitempty" xml:"Operator"`
ShowError bool `json:"ShowError,omitempty" xml:"ShowError"`
ShowInput bool `json:"ShowInput,omitempty" xml:"ShowInput"`
Type_ string `json:"Type,omitempty" xml:"Type"`
Value1 string `json:"Value1,omitempty" xml:"Value1"`
Value2 string `json:"Value2,omitempty" xml:"Value2"`
}
type ValidationResponse ¶
type ValidationResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Validation *Validation `json:"Validation,omitempty" xml:"Validation"`
}
type Validations ¶
type Validations struct {
Link *Link `json:"link,omitempty" xml:"link"`
Count int64 `json:"Count,omitempty" xml:"Count"`
ValidationList []LinkElement `json:"ValidationList,omitempty" xml:"ValidationList"`
}
type ValidationsResponse ¶
type ValidationsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Validations *Validations `json:"Validations,omitempty" xml:"Validations"`
}
type VerticalPageBreak ¶
type VerticalPageBreakResponse ¶
type VerticalPageBreakResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
VerticalPageBreak *VerticalPageBreak `json:"VerticalPageBreak,omitempty" xml:"VerticalPageBreak"`
}
type VerticalPageBreaks ¶
type VerticalPageBreaks struct {
Link *Link `json:"link,omitempty" xml:"link"`
}
type VerticalPageBreaksResponse ¶
type VerticalPageBreaksResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
VerticalPageBreaks *VerticalPageBreaks `json:"VerticalPageBreaks,omitempty" xml:"VerticalPageBreaks"`
}
type Walls ¶
type Walls struct {
Border *Line `json:"Border,omitempty" xml:"Border"`
CenterX int64 `json:"CenterX,omitempty" xml:"CenterX"`
CenterY int64 `json:"CenterY,omitempty" xml:"CenterY"`
Depth int64 `json:"Depth,omitempty" xml:"Depth"`
Height int64 `json:"Height,omitempty" xml:"Height"`
Width int64 `json:"Width,omitempty" xml:"Width"`
}
type WallsResponse ¶
type WordCaseOptions ¶
type WordCaseOptions struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
WordCaseType string `json:"WordCaseType,omitempty" xml:"WordCaseType"`
ScopeOptions *ScopeOptions `json:"ScopeOptions,omitempty" xml:"ScopeOptions"`
}
type WordsCountOptions ¶ added in v25.2.0
type WordsCountOptions struct {
DataSource *DataSource `json:"DataSource,omitempty" xml:"DataSource"`
FileInfo *FileInfo `json:"FileInfo,omitempty" xml:"FileInfo"`
}
type Workbook ¶
type Workbook struct {
FileName string `json:"FileName,omitempty" xml:"FileName"`
Links []Link `json:"Links,omitempty" xml:"Links"`
Worksheets *LinkElement `json:"Worksheets,omitempty" xml:"Worksheets"`
DefaultStyle *LinkElement `json:"DefaultStyle,omitempty" xml:"DefaultStyle"`
DocumentProperties *LinkElement `json:"DocumentProperties,omitempty" xml:"DocumentProperties"`
Names *LinkElement `json:"Names,omitempty" xml:"Names"`
Settings *LinkElement `json:"Settings,omitempty" xml:"Settings"`
IsWriteProtected string `json:"IsWriteProtected,omitempty" xml:"IsWriteProtected"`
IsProtected string `json:"IsProtected,omitempty" xml:"IsProtected"`
IsEncryption string `json:"IsEncryption,omitempty" xml:"IsEncryption"`
Password string `json:"Password,omitempty" xml:"Password"`
}
type WorkbookOperateParameter ¶
type WorkbookOperateParameter struct {
OperateType string `json:"OperateType,omitempty" xml:"OperateType"`
}
type WorkbookReplaceResponse ¶
type WorkbookReplaceResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Matches int64 `json:"Matches,omitempty" xml:"Matches"`
Workbook *LinkElement `json:"Workbook,omitempty" xml:"Workbook"`
}
type WorkbookResponse ¶
type WorkbookSettings ¶
type WorkbookSettings struct {
AutoCompressPictures bool `json:"AutoCompressPictures,omitempty" xml:"AutoCompressPictures"`
AutoRecover bool `json:"AutoRecover,omitempty" xml:"AutoRecover"`
BuildVersion string `json:"BuildVersion,omitempty" xml:"BuildVersion"`
CalcMode string `json:"CalcMode,omitempty" xml:"CalcMode"`
CalculationId string `json:"CalculationId,omitempty" xml:"CalculationId"`
CheckComptiliblity bool `json:"CheckComptiliblity,omitempty" xml:"CheckComptiliblity"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
CrashSave bool `json:"CrashSave,omitempty" xml:"CrashSave"`
CreateCalcChain bool `json:"CreateCalcChain,omitempty" xml:"CreateCalcChain"`
DataExtractLoad bool `json:"DataExtractLoad,omitempty" xml:"DataExtractLoad"`
Date1904 bool `json:"Date1904,omitempty" xml:"Date1904"`
DisplayDrawingObjects string `json:"DisplayDrawingObjects,omitempty" xml:"DisplayDrawingObjects"`
EnableMacros bool `json:"EnableMacros,omitempty" xml:"EnableMacros"`
FirstVisibleTab int64 `json:"FirstVisibleTab,omitempty" xml:"FirstVisibleTab"`
HidePivotFieldList bool `json:"HidePivotFieldList,omitempty" xml:"HidePivotFieldList"`
IsDefaultEncrypted bool `json:"IsDefaultEncrypted,omitempty" xml:"IsDefaultEncrypted"`
IsHidden bool `json:"IsHidden,omitempty" xml:"IsHidden"`
IsHScrollBarVisible bool `json:"IsHScrollBarVisible,omitempty" xml:"IsHScrollBarVisible"`
IsMinimized bool `json:"IsMinimized,omitempty" xml:"IsMinimized"`
IsVScrollBarVisible bool `json:"IsVScrollBarVisible,omitempty" xml:"IsVScrollBarVisible"`
Iteration bool `json:"Iteration,omitempty" xml:"Iteration"`
LanguageCode string `json:"LanguageCode,omitempty" xml:"LanguageCode"`
MaxChange float64 `json:"MaxChange,omitempty" xml:"MaxChange"`
MaxIteration int64 `json:"MaxIteration,omitempty" xml:"MaxIteration"`
MemorySetting string `json:"MemorySetting,omitempty" xml:"MemorySetting"`
NumberDecimalSeparator string `json:"NumberDecimalSeparator,omitempty" xml:"NumberDecimalSeparator"`
NumberGroupSeparator string `json:"NumberGroupSeparator,omitempty" xml:"NumberGroupSeparator"`
ParsingFormulaOnOpen bool `json:"ParsingFormulaOnOpen,omitempty" xml:"ParsingFormulaOnOpen"`
PrecisionAsDisplayed bool `json:"PrecisionAsDisplayed,omitempty" xml:"PrecisionAsDisplayed"`
RecalculateBeforeSave bool `json:"RecalculateBeforeSave,omitempty" xml:"RecalculateBeforeSave"`
ReCalculateOnOpen bool `json:"ReCalculateOnOpen,omitempty" xml:"ReCalculateOnOpen"`
RecommendReadOnly bool `json:"RecommendReadOnly,omitempty" xml:"RecommendReadOnly"`
Region string `json:"Region,omitempty" xml:"Region"`
RemovePersonalInformation bool `json:"RemovePersonalInformation,omitempty" xml:"RemovePersonalInformation"`
RepairLoad bool `json:"RepairLoad,omitempty" xml:"RepairLoad"`
SheetTabBarWidth int64 `json:"SheetTabBarWidth,omitempty" xml:"SheetTabBarWidth"`
ShowTabs bool `json:"ShowTabs,omitempty" xml:"ShowTabs"`
UpdateAdjacentCellsBorder bool `json:"UpdateAdjacentCellsBorder,omitempty" xml:"UpdateAdjacentCellsBorder"`
UpdateLinksType string `json:"UpdateLinksType,omitempty" xml:"UpdateLinksType"`
WindowHeight float64 `json:"WindowHeight,omitempty" xml:"WindowHeight"`
WindowLeft float64 `json:"WindowLeft,omitempty" xml:"WindowLeft"`
WindowTop float64 `json:"WindowTop,omitempty" xml:"WindowTop"`
WindowWidth float64 `json:"WindowWidth,omitempty" xml:"WindowWidth"`
Author string `json:"Author,omitempty" xml:"Author"`
CheckCustomNumberFormat bool `json:"CheckCustomNumberFormat,omitempty" xml:"CheckCustomNumberFormat"`
ProtectionType string `json:"ProtectionType,omitempty" xml:"ProtectionType"`
GlobalizationSettings *GlobalizationSettings `json:"GlobalizationSettings,omitempty" xml:"GlobalizationSettings"`
Password string `json:"Password,omitempty" xml:"Password"`
WriteProtection *WriteProtection `json:"WriteProtection,omitempty" xml:"WriteProtection"`
IsEncrypted bool `json:"IsEncrypted,omitempty" xml:"IsEncrypted"`
IsProtected bool `json:"IsProtected,omitempty" xml:"IsProtected"`
MaxRow int64 `json:"MaxRow,omitempty" xml:"MaxRow"`
MaxColumn int64 `json:"MaxColumn,omitempty" xml:"MaxColumn"`
SignificantDigits int64 `json:"SignificantDigits,omitempty" xml:"SignificantDigits"`
CheckCompatibility bool `json:"CheckCompatibility,omitempty" xml:"CheckCompatibility"`
PaperSize string `json:"PaperSize,omitempty" xml:"PaperSize"`
Compliance string `json:"Compliance,omitempty" xml:"Compliance"`
QuotePrefixToStyle bool `json:"QuotePrefixToStyle,omitempty" xml:"QuotePrefixToStyle"`
FormulaSettings *FormulaSettings `json:"FormulaSettings,omitempty" xml:"FormulaSettings"`
ForceFullCalculate bool `json:"ForceFullCalculate,omitempty" xml:"ForceFullCalculate"`
}
type WorkbookSettingsOperateParameter ¶
type WorkbookSettingsOperateParameter struct {
OperateType string `json:"OperateType,omitempty" xml:"OperateType"`
WorkbookSettings *WorkbookSettings `json:"WorkbookSettings,omitempty" xml:"WorkbookSettings"`
}
type WorkbookSettingsResponse ¶
type WorkbookSettingsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Settings *WorkbookSettings `json:"settings,omitempty" xml:"settings"`
}
type WorkbooksResponse ¶
type WorkbooksResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Workbooks []LinkElement `json:"Workbooks,omitempty" xml:"Workbooks"`
}
type Worksheet ¶
type Worksheet struct {
Links []Link `json:"Links,omitempty" xml:"Links"`
DisplayRightToLeft bool `json:"DisplayRightToLeft,omitempty" xml:"DisplayRightToLeft"`
DisplayZeros bool `json:"DisplayZeros,omitempty" xml:"DisplayZeros"`
FirstVisibleColumn int64 `json:"FirstVisibleColumn,omitempty" xml:"FirstVisibleColumn"`
FirstVisibleRow int64 `json:"FirstVisibleRow,omitempty" xml:"FirstVisibleRow"`
Name string `json:"Name,omitempty" xml:"Name"`
Index int64 `json:"Index,omitempty" xml:"Index"`
IsGridlinesVisible bool `json:"IsGridlinesVisible,omitempty" xml:"IsGridlinesVisible"`
IsOutlineShown bool `json:"IsOutlineShown,omitempty" xml:"IsOutlineShown"`
IsPageBreakPreview bool `json:"IsPageBreakPreview,omitempty" xml:"IsPageBreakPreview"`
IsVisible bool `json:"IsVisible,omitempty" xml:"IsVisible"`
IsProtected bool `json:"IsProtected,omitempty" xml:"IsProtected"`
IsRowColumnHeadersVisible bool `json:"IsRowColumnHeadersVisible,omitempty" xml:"IsRowColumnHeadersVisible"`
IsRulerVisible bool `json:"IsRulerVisible,omitempty" xml:"IsRulerVisible"`
IsSelected bool `json:"IsSelected,omitempty" xml:"IsSelected"`
TabColor *Color `json:"TabColor,omitempty" xml:"TabColor"`
TransitionEntry bool `json:"TransitionEntry,omitempty" xml:"TransitionEntry"`
TransitionEvaluation bool `json:"TransitionEvaluation,omitempty" xml:"TransitionEvaluation"`
Type_ string `json:"Type,omitempty" xml:"Type"`
ViewType string `json:"ViewType,omitempty" xml:"ViewType"`
VisibilityType string `json:"VisibilityType,omitempty" xml:"VisibilityType"`
Zoom int64 `json:"Zoom,omitempty" xml:"Zoom"`
Cells *LinkElement `json:"Cells,omitempty" xml:"Cells"`
Charts *LinkElement `json:"Charts,omitempty" xml:"Charts"`
AutoShapes *LinkElement `json:"AutoShapes,omitempty" xml:"AutoShapes"`
OleObjects *LinkElement `json:"OleObjects,omitempty" xml:"OleObjects"`
Comments *LinkElement `json:"Comments,omitempty" xml:"Comments"`
Pictures *LinkElement `json:"Pictures,omitempty" xml:"Pictures"`
MergedCells *LinkElement `json:"MergedCells,omitempty" xml:"MergedCells"`
Validations *LinkElement `json:"Validations,omitempty" xml:"Validations"`
ConditionalFormattings *LinkElement `json:"ConditionalFormattings,omitempty" xml:"ConditionalFormattings"`
Hyperlinks *LinkElement `json:"Hyperlinks,omitempty" xml:"Hyperlinks"`
}
type WorksheetDataStatistics ¶
type WorksheetDataStatistics struct {
Name string `json:"Name,omitempty" xml:"Name"`
ChartsCount int64 `json:"ChartsCount,omitempty" xml:"ChartsCount"`
TablesCount int64 `json:"TablesCount,omitempty" xml:"TablesCount"`
PivotTablesCount int64 `json:"PivotTablesCount,omitempty" xml:"PivotTablesCount"`
ShapesCount int64 `json:"ShapesCount,omitempty" xml:"ShapesCount"`
HyperlinksCount int64 `json:"HyperlinksCount,omitempty" xml:"HyperlinksCount"`
QueryTablesCount int64 `json:"QueryTablesCount,omitempty" xml:"QueryTablesCount"`
CellsCount int64 `json:"CellsCount,omitempty" xml:"CellsCount"`
CellsCountInTable int64 `json:"CellsCountInTable,omitempty" xml:"CellsCountInTable"`
CellsCountIsFormula int64 `json:"CellsCountIsFormula,omitempty" xml:"CellsCountIsFormula"`
}
type WorksheetMovingRequest ¶
type WorksheetOperateParameter ¶
type WorksheetOperateParameter struct {
OperateType string `json:"OperateType,omitempty" xml:"OperateType"`
Name string `json:"Name,omitempty" xml:"Name"`
SheetType string `json:"SheetType,omitempty" xml:"SheetType"`
NewName string `json:"NewName,omitempty" xml:"NewName"`
MovingRequest *WorksheetMovingRequest `json:"MovingRequest,omitempty" xml:"MovingRequest"`
}
type WorksheetReplaceResponse ¶
type WorksheetReplaceResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Matches int64 `json:"Matches,omitempty" xml:"Matches"`
Worksheet *LinkElement `json:"Worksheet,omitempty" xml:"Worksheet"`
}
type WorksheetResponse ¶
type Worksheets ¶
type Worksheets struct {
Link *Link `json:"link,omitempty" xml:"link"`
WorksheetList []LinkElement `json:"WorksheetList,omitempty" xml:"WorksheetList"`
}
type WorksheetsResponse ¶
type WorksheetsResponse struct {
Code int64 `json:"Code,omitempty" xml:"Code"`
Status string `json:"Status,omitempty" xml:"Status"`
Worksheets *Worksheets `json:"Worksheets,omitempty" xml:"Worksheets"`
}
type WriteProtection ¶
type WriteProtection struct {
Author string `json:"Author,omitempty" xml:"Author"`
RecommendReadOnly bool `json:"RecommendReadOnly,omitempty" xml:"RecommendReadOnly"`
IsWriteProtected bool `json:"IsWriteProtected,omitempty" xml:"IsWriteProtected"`
Password string `json:"Password,omitempty" xml:"Password"`
}
type XlsSaveOptions ¶
type XlsSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
MatchColor bool `json:"MatchColor,omitempty" xml:"MatchColor"`
WpsCompatibility bool `json:"WpsCompatibility,omitempty" xml:"WpsCompatibility"`
}
type XlsbSaveOptions ¶
type XlsbSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
ExportAllColumnIndexes bool `json:"ExportAllColumnIndexes,omitempty" xml:"ExportAllColumnIndexes"`
CompressionType string `json:"CompressionType,omitempty" xml:"CompressionType"`
}
type XmlDataBinding ¶
type XmlDataBinding struct {
Url string `json:"Url,omitempty" xml:"Url"`
}
type XmlMap ¶
type XmlMap struct {
Name string `json:"Name,omitempty" xml:"Name"`
RootElementName string `json:"RootElementName,omitempty" xml:"RootElementName"`
DataBinding *XmlDataBinding `json:"DataBinding,omitempty" xml:"DataBinding"`
}
type XmlSaveOptions ¶ added in v25.5.0
type XmlSaveOptions struct {
SaveFormat string `json:"SaveFormat,omitempty" xml:"SaveFormat"`
CachedFileFolder string `json:"CachedFileFolder,omitempty" xml:"CachedFileFolder"`
ClearData bool `json:"ClearData,omitempty" xml:"ClearData"`
CreateDirectory bool `json:"CreateDirectory,omitempty" xml:"CreateDirectory"`
EnableHTTPCompression bool `json:"EnableHTTPCompression,omitempty" xml:"EnableHTTPCompression"`
RefreshChartCache bool `json:"RefreshChartCache,omitempty" xml:"RefreshChartCache"`
SortNames bool `json:"SortNames,omitempty" xml:"SortNames"`
ValidateMergedAreas bool `json:"ValidateMergedAreas,omitempty" xml:"ValidateMergedAreas"`
MergeAreas bool `json:"MergeAreas,omitempty" xml:"MergeAreas"`
SortExternalNames bool `json:"SortExternalNames,omitempty" xml:"SortExternalNames"`
CheckExcelRestriction bool `json:"CheckExcelRestriction,omitempty" xml:"CheckExcelRestriction"`
UpdateSmartArt bool `json:"UpdateSmartArt,omitempty" xml:"UpdateSmartArt"`
EncryptDocumentProperties bool `json:"EncryptDocumentProperties,omitempty" xml:"EncryptDocumentProperties"`
SheetIndexes []int64 `json:"SheetIndexes,omitempty" xml:"SheetIndexes"`
ExportArea *CellArea `json:"ExportArea,omitempty" xml:"ExportArea"`
HasHeaderRow bool `json:"HasHeaderRow,omitempty" xml:"HasHeaderRow"`
XmlMapName string `json:"XmlMapName,omitempty" xml:"XmlMapName"`
SheetNameAsElementName bool `json:"SheetNameAsElementName,omitempty" xml:"SheetNameAsElementName"`
DataAsAttribute bool `json:"DataAsAttribute,omitempty" xml:"DataAsAttribute"`
}
type XpsSaveOptions ¶
type XpsSaveOptions struct {
DefaultFont string `json:"DefaultFont,omitempty" xml:"DefaultFont"`
CheckWorkbookDefaultFont bool `json:"CheckWorkbookDefaultFont,omitempty" xml:"CheckWorkbookDefaultFont"`
CheckFontCompatibility bool `json:"CheckFontCompatibility,omitempty" xml:"CheckFontCompatibility"`
IsFontSubstitutionCharGranularity bool `json:"IsFontSubstitutionCharGranularity,omitempty" xml:"IsFontSubstitutionCharGranularity"`
OnePagePerSheet bool `json:"OnePagePerSheet,omitempty" xml:"OnePagePerSheet"`
AllColumnsInOnePagePerSheet bool `json:"AllColumnsInOnePagePerSheet,omitempty" xml:"AllColumnsInOnePagePerSheet"`
IgnoreError bool `json:"IgnoreError,omitempty" xml:"IgnoreError"`
OutputBlankPageWhenNothingToPrint bool `json:"OutputBlankPageWhenNothingToPrint,omitempty" xml:"OutputBlankPageWhenNothingToPrint"`
PageIndex int64 `json:"PageIndex,omitempty" xml:"PageIndex"`
PageCount int64 `json:"PageCount,omitempty" xml:"PageCount"`
PrintingPageType string `json:"PrintingPageType,omitempty" xml:"PrintingPageType"`
GridlineType string `json:"GridlineType,omitempty" xml:"GridlineType"`
TextCrossType string `json:"TextCrossType,omitempty" xml:"TextCrossType"`
DefaultEditLanguage string `json:"DefaultEditLanguage,omitempty" xml:"DefaultEditLanguage"`
EmfRenderSetting string `json:"EmfRenderSetting,omitempty" xml:"EmfRenderSetting"`
}
Source Files
¶
- add_picture_in_cell_request.go
- add_text_request.go
- add_worksheet_to_spreadsheet_request.go
- aggregate_cells_by_color_request.go
- api_cells.go
- check_cloud_service_health_request.go
- check_workbook_formula_errors_request.go
- check_wrokbook_external_reference_request.go
- client.go
- codegen_spec_request.go
- compress_spreadsheet_request.go
- configuration.go
- convert_chart_to_image_request.go
- convert_chart_to_pdf_request.go
- convert_range_to_csv_request.go
- convert_range_to_html_request.go
- convert_range_to_image_request.go
- convert_range_to_json_request.go
- convert_range_to_pdf_request.go
- convert_spreadsheet_request.go
- convert_spreadsheet_to_csv_request.go
- convert_spreadsheet_to_json_request.go
- convert_spreadsheet_to_pdf_request.go
- convert_table_to_csv_request.go
- convert_table_to_html_request.go
- convert_table_to_image_request.go
- convert_table_to_json_request.go
- convert_table_to_pdf_request.go
- convert_text_request.go
- convert_worksheet_to_image_request.go
- convert_worksheet_to_pdf_request.go
- copy_file_request.go
- copy_folder_request.go
- create_folder_request.go
- create_spreadsheet_request.go
- delete_decrypt_workbook_request.go
- delete_document_properties_request.go
- delete_document_property_request.go
- delete_document_un_protect_from_changes_request.go
- delete_file_request.go
- delete_folder_request.go
- delete_header_footer_request.go
- delete_horizontal_page_break_request.go
- delete_horizontal_page_breaks_request.go
- delete_metadata_request.go
- delete_pivot_table_field_request.go
- delete_un_protect_workbook_request.go
- delete_unprotect_worksheet_request.go
- delete_vertical_page_break_request.go
- delete_vertical_page_breaks_request.go
- delete_workbook_background_request.go
- delete_workbook_name_request.go
- delete_workbook_names_request.go
- delete_worksheet_background_request.go
- delete_worksheet_cells_range_request.go
- delete_worksheet_chart_legend_request.go
- delete_worksheet_chart_request.go
- delete_worksheet_chart_title_request.go
- delete_worksheet_charts_request.go
- delete_worksheet_columns_request.go
- delete_worksheet_comment_request.go
- delete_worksheet_comments_request.go
- delete_worksheet_conditional_formatting_area_request.go
- delete_worksheet_conditional_formatting_request.go
- delete_worksheet_conditional_formattings_request.go
- delete_worksheet_date_filter_request.go
- delete_worksheet_filter_request.go
- delete_worksheet_freeze_panes_request.go
- delete_worksheet_from_spreadsheet_request.go
- delete_worksheet_hyperlink_request.go
- delete_worksheet_hyperlinks_request.go
- delete_worksheet_list_object_request.go
- delete_worksheet_list_objects_request.go
- delete_worksheet_ole_object_request.go
- delete_worksheet_ole_objects_request.go
- delete_worksheet_picture_request.go
- delete_worksheet_pictures_request.go
- delete_worksheet_pivot_table_filter_request.go
- delete_worksheet_pivot_table_filters_request.go
- delete_worksheet_pivot_table_request.go
- delete_worksheet_pivot_tables_request.go
- delete_worksheet_request.go
- delete_worksheet_row_request.go
- delete_worksheet_rows_request.go
- delete_worksheet_shape_request.go
- delete_worksheet_shapes_request.go
- delete_worksheet_sparkline_group_request.go
- delete_worksheet_sparkline_groups_request.go
- delete_worksheet_validation_request.go
- delete_worksheet_validations_request.go
- delete_worksheets_request.go
- download_file_request.go
- export_chart_as_format_request.go
- export_range_as_format_request.go
- export_spreadsheet_as_format_request.go
- export_table_as_format_request.go
- export_worksheet_as_format_request.go
- extract_text_request.go
- get_all_styles_request.go
- get_aspose_cells_cloud_status_request.go
- get_cell_html_string_request.go
- get_cells_cloud_service_status_request.go
- get_cells_cloud_services_health_check_request.go
- get_chart_area_border_request.go
- get_chart_area_fill_format_request.go
- get_chart_area_request.go
- get_chart_category_axis_request.go
- get_chart_second_category_axis_request.go
- get_chart_second_value_axis_request.go
- get_chart_series_axis_request.go
- get_chart_value_axis_request.go
- get_disc_usage_request.go
- get_document_properties_request.go
- get_document_property_request.go
- get_file_versions_request.go
- get_files_list_request.go
- get_footer_request.go
- get_header_request.go
- get_horizontal_page_break_request.go
- get_horizontal_page_breaks_request.go
- get_metadata_request.go
- get_named_range_value_request.go
- get_named_ranges_request.go
- get_page_count_request.go
- get_page_setup_request.go
- get_pivot_table_field_request.go
- get_public_key_request.go
- get_vertical_page_break_request.go
- get_vertical_page_breaks_request.go
- get_workbook_default_style_request.go
- get_workbook_name_request.go
- get_workbook_name_value_request.go
- get_workbook_names_request.go
- get_workbook_request.go
- get_workbook_settings_request.go
- get_workbook_text_items_request.go
- get_worksheet_auto_filter_request.go
- get_worksheet_autoshape_with_format_request.go
- get_worksheet_autoshapes_request.go
- get_worksheet_calculate_formula_request.go
- get_worksheet_cell_request.go
- get_worksheet_cell_style_request.go
- get_worksheet_cells_range_value_request.go
- get_worksheet_cells_request.go
- get_worksheet_chart_legend_request.go
- get_worksheet_chart_request.go
- get_worksheet_chart_title_request.go
- get_worksheet_charts_request.go
- get_worksheet_column_request.go
- get_worksheet_columns_request.go
- get_worksheet_comment_request.go
- get_worksheet_comments_request.go
- get_worksheet_conditional_formatting_request.go
- get_worksheet_conditional_formattings_request.go
- get_worksheet_hyperlink_request.go
- get_worksheet_hyperlinks_request.go
- get_worksheet_list_object_request.go
- get_worksheet_list_objects_request.go
- get_worksheet_merged_cell_request.go
- get_worksheet_merged_cells_request.go
- get_worksheet_ole_object_request.go
- get_worksheet_ole_objects_request.go
- get_worksheet_page_count_request.go
- get_worksheet_picture_with_format_request.go
- get_worksheet_pictures_request.go
- get_worksheet_pivot_table_filter_request.go
- get_worksheet_pivot_table_filters_request.go
- get_worksheet_pivot_table_request.go
- get_worksheet_pivot_tables_request.go
- get_worksheet_row_request.go
- get_worksheet_rows_request.go
- get_worksheet_shape_request.go
- get_worksheet_shapes_request.go
- get_worksheet_sparkline_group_request.go
- get_worksheet_sparkline_groups_request.go
- get_worksheet_text_items_request.go
- get_worksheet_validation_request.go
- get_worksheet_validations_request.go
- get_worksheet_with_format_request.go
- get_worksheets_request.go
- import_data_into_spreadsheet_request.go
- math_calculate_request.go
- merge_remote_spreadsheet_request.go
- merge_spreadsheets_in_remote_folder_request.go
- merge_spreadsheets_request.go
- model_above_average.go
- model_abstract_calculation_engine.go
- model_abstract_calculation_monitor.go
- model_access_token_response.go
- model_add_text_options.go
- model_aggregate_result_by_color.go
- model_aggregate_result_by_color_response.go
- model_analyze_excel_request.go
- model_analyzed_column_description.go
- model_analyzed_result.go
- model_analyzed_table_description.go
- model_applied_operate.go
- model_applied_step.go
- model_arc_shape.go
- model_arc_shape_response.go
- model_area.go
- model_auto_filter.go
- model_auto_filter_response.go
- model_auto_fitter_options.go
- model_auto_shape.go
- model_auto_shape_response.go
- model_auto_shapes.go
- model_auto_shapes_response.go
- model_axis.go
- model_axis_response.go
- model_base_operate_options.go
- model_batch_convert_request.go
- model_batch_lock_request.go
- model_batch_protect_request.go
- model_batch_split_request.go
- model_border.go
- model_border_response.go
- model_broken_link.go
- model_broken_links_response.go
- model_button.go
- model_button_response.go
- model_calculate_formula_response.go
- model_calculation_options.go
- model_cell.go
- model_cell_area.go
- model_cell_response.go
- model_cell_value.go
- model_cells.go
- model_cells_cloud_file_info.go
- model_cells_cloud_file_info_response.go
- model_cells_cloud_public_key.go
- model_cells_cloud_public_key_response.go
- model_cells_cloud_response.go
- model_cells_color.go
- model_cells_document_properties.go
- model_cells_document_properties_response.go
- model_cells_document_property.go
- model_cells_document_property_response.go
- model_cells_drawing.go
- model_cells_drawing_response.go
- model_cells_object_operate_task_parameter.go
- model_cells_response.go
- model_character_count_options.go
- model_chart.go
- model_chart_area.go
- model_chart_area_response.go
- model_chart_data_table.go
- model_chart_data_table_response.go
- model_chart_frame.go
- model_chart_globalization_settings.go
- model_chart_operate_parameter.go
- model_chart_point.go
- model_chart_point_response.go
- model_chart_points.go
- model_chart_points_response.go
- model_chart_response.go
- model_chart_shape.go
- model_charts.go
- model_charts_response.go
- model_check_box.go
- model_check_box_response.go
- model_check_external_reference_options.go
- model_check_formula_error_options.go
- model_checked_external_reference_response.go
- model_checked_formula_errors_response.go
- model_color.go
- model_color_filter.go
- model_color_filter_request.go
- model_color_scale.go
- model_column.go
- model_column_response.go
- model_columns.go
- model_columns_response.go
- model_combination_source_data.go
- model_combo_box.go
- model_combo_box_response.go
- model_comment.go
- model_comment_response.go
- model_comment_shape.go
- model_comment_shape_response.go
- model_comments.go
- model_comments_response.go
- model_conditional_formatting.go
- model_conditional_formatting_icon.go
- model_conditional_formatting_response.go
- model_conditional_formatting_value.go
- model_conditional_formattings.go
- model_conditional_formattings_response.go
- model_convert_parameter.go
- model_convert_task_parameter.go
- model_convert_text_options.go
- model_convert_workbook_options.go
- model_convert_worksheet_options.go
- model_convert_worksheet_task_parameter.go
- model_copy_options.go
- model_create_pivot_table_request.go
- model_criteria_multiple_filter.go
- model_custom_filter.go
- model_custom_parser_config.go
- model_data_bar.go
- model_data_bar_border.go
- model_data_cleansing.go
- model_data_cleansing_request.go
- model_data_column_fill_value.go
- model_data_deduplication_request.go
- model_data_fill.go
- model_data_fill_request.go
- model_data_fill_value.go
- model_data_item.go
- model_data_labels.go
- model_data_labels_response.go
- model_data_output_location.go
- model_data_query.go
- model_data_sorter.go
- model_data_sorter_key.go
- model_data_source.go
- model_data_transformation_request.go
- model_date_time_group_item.go
- model_dbf_save_options.go
- model_deduplication_region.go
- model_delete_incomplete_rows_request.go
- model_dif_save_options.go
- model_digital_signature.go
- model_disc_usage.go
- model_discover_chart.go
- model_discover_pivot_table.go
- model_display_unit_label.go
- model_display_unit_label_response.go
- model_docx_save_options.go
- model_drop_bars.go
- model_drop_bars_response.go
- model_dynamic_filter.go
- model_error.go
- model_error_bar.go
- model_error_bar_response.go
- model_error_details.go
- model_excel_data_statistics.go
- model_extract_text_options.go
- model_file_info.go
- model_file_source.go
- model_file_version.go
- model_file_versions.go
- model_files_list.go
- model_files_result.go
- model_files_upload_result.go
- model_fill_format.go
- model_fill_format_response.go
- model_filter_column.go
- model_find_response.go
- model_floor.go
- model_floor_response.go
- model_font.go
- model_font_setting.go
- model_form.go
- model_form_response.go
- model_format_condition.go
- model_forms.go
- model_forms_response.go
- model_formula_format_condition.go
- model_formula_settings.go
- model_globalization_settings.go
- model_google_drive_storage_file.go
- model_gradient_fill.go
- model_gradient_fill_stop.go
- model_group_box.go
- model_group_box_response.go
- model_group_shape.go
- model_horizontal_page_break.go
- model_horizontal_page_break_response.go
- model_horizontal_page_breaks.go
- model_horizontal_page_breaks_response.go
- model_html_save_options.go
- model_hyperlink.go
- model_hyperlink_response.go
- model_hyperlinks.go
- model_hyperlinks_response.go
- model_icon_filter.go
- model_icon_set.go
- model_image_or_print_options.go
- model_image_save_options.go
- model_import2_dimension_double_array_option.go
- model_import2_dimension_int_array_option.go
- model_import2_dimension_string_array_option.go
- model_import_batch_data_option.go
- model_import_csv_data_option.go
- model_import_data_task_parameter.go
- model_import_double_array_option.go
- model_import_int_array_option.go
- model_import_json_request.go
- model_import_option.go
- model_import_picture_option.go
- model_import_position.go
- model_import_string_array_option.go
- model_import_xml_request.go
- model_json_save_options.go
- model_label.go
- model_label_response.go
- model_legend.go
- model_legend_entries.go
- model_legend_entries_response.go
- model_legend_entry.go
- model_legend_entry_response.go
- model_legend_response.go
- model_line.go
- model_line_format.go
- model_line_response.go
- model_line_shape.go
- model_line_shape_response.go
- model_link.go
- model_link_element.go
- model_list_box.go
- model_list_box_response.go
- model_list_column.go
- model_list_object.go
- model_list_object_operate_parameter.go
- model_list_object_response.go
- model_list_objects.go
- model_list_objects_response.go
- model_load_data.go
- model_load_options.go
- model_load_to.go
- model_m_html_save_options.go
- model_markdown_save_options.go
- model_marker.go
- model_match_condition_request.go
- model_merge_queries.go
- model_merge_table_options.go
- model_merged_cell.go
- model_merged_cell_response.go
- model_merged_cells.go
- model_merged_cells_response.go
- model_multiple_filter.go
- model_multiple_filters.go
- model_name.go
- model_name_response.go
- model_names.go
- model_names_response.go
- model_negative_bar_format.go
- model_object_exist.go
- model_object_exists_extensions.go
- model_ods_save_options.go
- model_ole_object.go
- model_ole_object_response.go
- model_ole_objects.go
- model_ole_objects_response.go
- model_ooxml_save_options.go
- model_operate_object.go
- model_operate_object_position.go
- model_operate_parameter.go
- model_oval.go
- model_oval_response.go
- model_page_break_operate_parameter.go
- model_page_section.go
- model_page_sections_response.go
- model_page_setup.go
- model_page_setup_operate_parameter.go
- model_page_setup_response.go
- model_paginated_save_options.go
- model_password_request.go
- model_paste_options.go
- model_pattern_fill.go
- model_pcl_save_options.go
- model_pdf_save_options.go
- model_pdf_security_options.go
- model_pic_format_option.go
- model_picture.go
- model_picture_response.go
- model_pictures.go
- model_pictures_response.go
- model_pivot_column.go
- model_pivot_field.go
- model_pivot_field_response.go
- model_pivot_filter.go
- model_pivot_filter_response.go
- model_pivot_filters_response.go
- model_pivot_globalization_settings.go
- model_pivot_item.go
- model_pivot_table.go
- model_pivot_table_field_request.go
- model_pivot_table_operate_parameter.go
- model_pivot_table_response.go
- model_pivot_tables.go
- model_pivot_tables_response.go
- model_plot_area.go
- model_plot_area_response.go
- model_point.go
- model_pptx_save_options.go
- model_protect_sheet_parameter.go
- model_protect_workbook_request.go
- model_protection.go
- model_radio_button.go
- model_radio_button_response.go
- model_range.go
- model_range_convert_request.go
- model_range_copy_request.go
- model_range_response.go
- model_range_set_outline_border_request.go
- model_range_set_style_request.go
- model_range_sort_request.go
- model_range_value_response.go
- model_ranges.go
- model_ranges_response.go
- model_rectangle_shape.go
- model_rectangle_shape_response.go
- model_remove_characters_by_character.go
- model_remove_characters_by_position.go
- model_remove_characters_options.go
- model_remove_duplicates_options.go
- model_rendering_font.go
- model_rendering_watermark.go
- model_result_destination.go
- model_row.go
- model_row_response.go
- model_rows.go
- model_rows_response.go
- model_save_files_to_cloud_result.go
- model_save_files_to_cloud_result_response.go
- model_save_options.go
- model_save_options_data.go
- model_save_response.go
- model_save_result.go
- model_save_result_task_parameter.go
- model_scope_item.go
- model_scope_options.go
- model_scroll_bar.go
- model_scroll_bar_response.go
- model_search_response.go
- model_series.go
- model_series_items.go
- model_series_response.go
- model_serieses_response.go
- model_shadow_effect.go
- model_shape.go
- model_shape_operate_parameter.go
- model_shape_response.go
- model_shapes.go
- model_shapes_response.go
- model_single_value.go
- model_single_value_response.go
- model_smart_marker_task_parameter.go
- model_solid_fill.go
- model_sort_key.go
- model_sparkline.go
- model_sparkline_group.go
- model_sparkline_group_response.go
- model_sparkline_groups.go
- model_sparkline_groups_response.go
- model_specify_cells_object.go
- model_specify_words_count_options.go
- model_spinner.go
- model_spinner_response.go
- model_split_result.go
- model_split_result_response.go
- model_split_text_options.go
- model_split_workbook_task_parameter.go
- model_spreadsheet_ml2003_save_options.go
- model_spreadsheet_template.go
- model_sql_script_save_options.go
- model_storage_exist.go
- model_storage_file.go
- model_style.go
- model_style_format_condition.go
- model_style_response.go
- model_styles.go
- model_styles_response.go
- model_svg_save_options.go
- model_table_position_info.go
- model_table_total_request.go
- model_task_data.go
- model_task_description.go
- model_task_parameter.go
- model_task_result_parameter.go
- model_task_run_result.go
- model_task_run_result_response.go
- model_text_box.go
- model_text_box_response.go
- model_text_format_condition.go
- model_text_item.go
- model_text_item_response.go
- model_text_items.go
- model_text_items_response.go
- model_text_options.go
- model_text_water_marker_request.go
- model_texture_fill.go
- model_theme_color.go
- model_tick_labels.go
- model_tick_labels_response.go
- model_tile_pic_option.go
- model_time_period_format_condition.go
- model_title.go
- model_title_response.go
- model_top10.go
- model_top10_filter.go
- model_trendline.go
- model_trendline_response.go
- model_trendlines.go
- model_trendlines_response.go
- model_trim_content_options.go
- model_txt_save_options.go
- model_unpivot_column.go
- model_validation.go
- model_validation_response.go
- model_validations.go
- model_validations_response.go
- model_vertical_page_break.go
- model_vertical_page_break_response.go
- model_vertical_page_breaks.go
- model_vertical_page_breaks_response.go
- model_walls.go
- model_walls_response.go
- model_word_case_options.go
- model_words_count_options.go
- model_workbook.go
- model_workbook_encryption_request.go
- model_workbook_operate_parameter.go
- model_workbook_protection_request.go
- model_workbook_replace_response.go
- model_workbook_response.go
- model_workbook_settings.go
- model_workbook_settings_operate_parameter.go
- model_workbook_settings_response.go
- model_workbooks_response.go
- model_worksheet.go
- model_worksheet_data_statistics.go
- model_worksheet_moving_request.go
- model_worksheet_operate_parameter.go
- model_worksheet_replace_response.go
- model_worksheet_response.go
- model_worksheets.go
- model_worksheets_response.go
- model_write_protection.go
- model_xls_save_options.go
- model_xlsb_save_options.go
- model_xml_data_binding.go
- model_xml_map.go
- model_xml_save_options.go
- model_xps_save_options.go
- move_file_request.go
- move_folder_request.go
- move_worksheet_in_spreadsheet_request.go
- object_exists_request.go
- post_access_token_request.go
- post_add_text_content_request.go
- post_analyze_excel_request.go
- post_assemble_request.go
- post_autofit_workbook_columns_request.go
- post_autofit_workbook_rows_request.go
- post_autofit_worksheet_columns_request.go
- post_autofit_worksheet_row_request.go
- post_autofit_worksheet_rows_request.go
- post_batch_convert_request.go
- post_batch_lock_request.go
- post_batch_protect_request.go
- post_batch_split_request.go
- post_batch_unlock_request.go
- post_cell_calculate_request.go
- post_cell_characters_request.go
- post_character_count_request.go
- post_chart_category_axis_request.go
- post_chart_second_category_axis_request.go
- post_chart_second_value_axis_request.go
- post_chart_series_axis_request.go
- post_chart_value_axis_request.go
- post_clear_contents_request.go
- post_clear_formats_request.go
- post_clear_objects_request.go
- post_column_style_request.go
- post_compress_request.go
- post_convert_text_request.go
- post_convert_workbook_request.go
- post_convert_workbook_to_csv_request.go
- post_convert_workbook_to_docx_request.go
- post_convert_workbook_to_html_request.go
- post_convert_workbook_to_json_request.go
- post_convert_workbook_to_markdown_request.go
- post_convert_workbook_to_pdf_request.go
- post_convert_workbook_to_png_request.go
- post_convert_workbook_to_pptx_request.go
- post_convert_workbook_to_sql_request.go
- post_convert_worksheet_to_image_request.go
- post_copy_cell_into_cell_request.go
- post_copy_worksheet_columns_request.go
- post_copy_worksheet_request.go
- post_copy_worksheet_rows_request.go
- post_data_cleansing_request.go
- post_data_deduplication_request.go
- post_data_fill_request.go
- post_data_transformation_request.go
- post_delete_incomplete_rows_request.go
- post_digital_signature_request.go
- post_encrypt_workbook_request.go
- post_export_request.go
- post_extract_text_request.go
- post_fit_tall_to_pages_request.go
- post_fit_wide_to_pages_request.go
- post_footer_request.go
- post_group_worksheet_columns_request.go
- post_group_worksheet_rows_request.go
- post_header_request.go
- post_hide_worksheet_columns_request.go
- post_hide_worksheet_rows_request.go
- post_import_data_request.go
- post_import_request.go
- post_lock_request.go
- post_merge_request.go
- post_metadata_request.go
- post_move_worksheet_request.go
- post_page_setup_request.go
- post_pivot_table_cell_style_request.go
- post_pivot_table_field_hide_item_request.go
- post_pivot_table_field_move_to_request.go
- post_pivot_table_style_request.go
- post_pivot_table_update_pivot_field_request.go
- post_pivot_table_update_pivot_fields_request.go
- post_protect_request.go
- post_protect_workbook_request.go
- post_remove_characters_request.go
- post_remove_duplicates_request.go
- post_rename_worksheet_request.go
- post_repair_request.go
- post_replace_request.go
- post_reverse_request.go
- post_rotate_request.go
- post_row_style_request.go
- post_run_task_request.go
- post_search_request.go
- post_set_cell_html_string_request.go
- post_set_cell_range_value_request.go
- post_set_worksheet_column_width_request.go
- post_specify_words_count_request.go
- post_split_request.go
- post_split_text_request.go
- post_trim_content_request.go
- post_ungroup_worksheet_columns_request.go
- post_ungroup_worksheet_rows_request.go
- post_unhide_worksheet_columns_request.go
- post_unhide_worksheet_rows_request.go
- post_unlock_request.go
- post_update_word_case_request.go
- post_update_worksheet_cell_style_request.go
- post_update_worksheet_ole_object_request.go
- post_update_worksheet_property_request.go
- post_update_worksheet_range_style_request.go
- post_update_worksheet_row_request.go
- post_update_worksheet_zoom_request.go
- post_watermark_request.go
- post_words_count_request.go
- post_workbook_calculate_formula_request.go
- post_workbook_data_cleansing_request.go
- post_workbook_data_deduplication_request.go
- post_workbook_data_fill_request.go
- post_workbook_export_xml_request.go
- post_workbook_get_smart_marker_result_request.go
- post_workbook_import_json_request.go
- post_workbook_import_xml_request.go
- post_workbook_name_request.go
- post_workbook_save_as_request.go
- post_workbook_settings_request.go
- post_workbook_split_request.go
- post_workbook_text_replace_request.go
- post_workbooks_merge_request.go
- post_workbooks_text_search_request.go
- post_worksheet_auto_filter_refresh_request.go
- post_worksheet_calculate_formula_request.go
- post_worksheet_cell_set_value_request.go
- post_worksheet_cells_range_column_width_request.go
- post_worksheet_cells_range_merge_request.go
- post_worksheet_cells_range_move_to_request.go
- post_worksheet_cells_range_outline_border_request.go
- post_worksheet_cells_range_row_height_request.go
- post_worksheet_cells_range_sort_request.go
- post_worksheet_cells_range_style_request.go
- post_worksheet_cells_range_to_image_request.go
- post_worksheet_cells_range_un_merge_request.go
- post_worksheet_cells_range_value_request.go
- post_worksheet_cells_ranges_copy_request.go
- post_worksheet_chart_legend_request.go
- post_worksheet_chart_request.go
- post_worksheet_chart_title_request.go
- post_worksheet_comment_request.go
- post_worksheet_group_shape_request.go
- post_worksheet_hyperlink_request.go
- post_worksheet_list_column_request.go
- post_worksheet_list_columns_total_request.go
- post_worksheet_list_object_convert_to_range_request.go
- post_worksheet_list_object_insert_slicer_request.go
- post_worksheet_list_object_remove_duplicates_request.go
- post_worksheet_list_object_request.go
- post_worksheet_list_object_sort_table_request.go
- post_worksheet_list_object_summarize_with_pivot_table_request.go
- post_worksheet_match_blanks_request.go
- post_worksheet_match_non_blanks_request.go
- post_worksheet_merge_request.go
- post_worksheet_picture_request.go
- post_worksheet_pivot_table_calculate_request.go
- post_worksheet_pivot_table_move_request.go
- post_worksheet_range_sort_request.go
- post_worksheet_shape_request.go
- post_worksheet_sparkline_group_request.go
- post_worksheet_text_replace_request.go
- post_worksheet_text_search_request.go
- post_worksheet_ungroup_shape_request.go
- post_worksheet_unmerge_request.go
- post_worksheet_validation_request.go
- protect_spreadsheet_request.go
- put_active_worksheet_request.go
- put_add_new_worksheet_request.go
- put_change_visibility_worksheet_request.go
- put_convert_workbook_request.go
- put_document_property_request.go
- put_document_protect_from_changes_request.go
- put_horizontal_page_break_request.go
- put_insert_new_worksheet_request.go
- put_insert_worksheet_columns_request.go
- put_insert_worksheet_row_request.go
- put_insert_worksheet_rows_request.go
- put_pivot_table_field_request.go
- put_protect_worksheet_request.go
- put_vertical_page_break_request.go
- put_workbook_background_request.go
- put_workbook_create_request.go
- put_workbook_name_request.go
- put_workbook_water_marker_request.go
- put_worksheet_add_picture_request.go
- put_worksheet_background_request.go
- put_worksheet_cells_range_request.go
- put_worksheet_chart_legend_request.go
- put_worksheet_chart_request.go
- put_worksheet_chart_title_request.go
- put_worksheet_color_filter_request.go
- put_worksheet_comment_request.go
- put_worksheet_conditional_formatting_request.go
- put_worksheet_custom_filter_request.go
- put_worksheet_date_filter_request.go
- put_worksheet_dynamic_filter_request.go
- put_worksheet_filter_request.go
- put_worksheet_filter_top10_request.go
- put_worksheet_format_condition_area_request.go
- put_worksheet_format_condition_condition_request.go
- put_worksheet_format_condition_request.go
- put_worksheet_freeze_panes_request.go
- put_worksheet_hyperlink_request.go
- put_worksheet_icon_filter_request.go
- put_worksheet_list_object_request.go
- put_worksheet_ole_object_request.go
- put_worksheet_pivot_table_filter_request.go
- put_worksheet_pivot_table_request.go
- put_worksheet_shape_request.go
- put_worksheet_sparkline_group_request.go
- put_worksheet_validation_request.go
- remove_characters_by_position_request.go
- remove_characters_request.go
- remove_duplicate_substrings_request.go
- remove_duplicates_request.go
- remove_spreadsheet_blank_columns_request.go
- remove_spreadsheet_blank_rows_request.go
- remove_spreadsheet_blank_worksheets_request.go
- rename_worksheet_in_spreadsheet_request.go
- repair_spreadsheet_request.go
- replace_content_in_remote_range_request.go
- replace_content_in_remote_spreadsheet_request.go
- replace_content_in_remote_worksheet_request.go
- replace_spreadsheet_content_request.go
- response.go
- save_spreadsheet_as_request.go
- search_broken_links_in_remote_range_request.go
- search_broken_links_in_remote_spreadsheet_request.go
- search_broken_links_in_remote_worksheet_request.go
- search_content_in_remote_range_request.go
- search_content_in_remote_spreadsheet_request.go
- search_content_in_remote_worksheet_request.go
- search_spreadsheet_broken_links_request.go
- search_spreadsheet_content_request.go
- spec_request.go
- split_remote_spreadsheet_request.go
- split_spreadsheet_request.go
- split_table_request.go
- split_text_request.go
- spreadsheet_digitalsignature_request.go
- storage_exists_request.go
- swap_range_request.go
- translate_text_file_request.go
- translation_spreadsheet_request.go
- trim_character_request.go
- unprotect_spreadsheet_request.go
- update_word_case_request.go
- upload_file_request.go