VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Office.AspNetCore.ApiControllers Namespace / VintasoftOfficeApiController Class / CreateXlsxDocument(WebRequestParamsBase) Method
Syntax Requirements SeeAlso
В этом разделе
    CreateXlsxDocument(WebRequestParamsBase) Метод (VintasoftOfficeApiController)
    В этом разделе
    Создает новый XLSX документ.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function CreateXlsxDocument( _
    ByVal requestParams
    Запрос к серверу, содержащий информацию о XLSX документе.
    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
    Запрос к серверу, содержащий информацию о XLSX документе.

    Return Value

    Ответ от сервера, содержащий имя XLSX документа.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также