C1.Web.Api.Excel Namespace / ExcelController Class / Merge Method
The request

In This Topic
Merge Method
In This Topic
Gets the result of merging multiple excels according to the specified request.
Syntax
'Declaration
 
<HttpGetAttribute()>
<RouteAttribute("api/excel/merge")>
Public Overridable Function Merge( _
   ByVal re As MergeRequest _
) As IHttpActionResult
 

Parameters

re
The request

Return Value

The result containing the requested excel
See Also