VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.AspNetCore.ApiControllers Namespace / VintasoftOfficeApiController Class / EditXlsxDocument(EditXlsxDocumentRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    EditXlsxDocument(EditXlsxDocumentRequestParams) Method (VintasoftOfficeApiController)
    In This Topic
    Edits the XLSX document.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function EditXlsxDocument( _
    ByVal requestParams
    Request, to the server, which contains information about XLSX document and XLSX editor commands, which should be applied to the XLSX document.
    As Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentRequestParams _
    ) As Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentResponseParams EditXlsxDocument(
    Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentResponseParams* EditXlsxDocument(
    Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentResponseParams^ EditXlsxDocument(
    Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentRequestParams^ requestParams
    )

    Parameters

    requestParams
    Request, to the server, which contains information about XLSX document and XLSX editor commands, which should be applied to the XLSX document.

    Return Value

    Response, from server, which contains XLSX editor commands, which should be applied to the representation of XLSX document on client-side.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also