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

    Parameters

    requestParams
    Request, to the server, which contains information about XLSX document.

    Return Value

    Response, from server, which contains XLSX document name.
    Requirements

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

    See Also