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

In This Topic
Post Method
In This Topic
Gets the result containing the requested excel according to the posted request.
Syntax
'Declaration
 
<HttpPostAttribute()>
<RouteAttribute("api/excel")>
Public Overridable Function Post( _
   ByVal re As ExcelRequest _
) As IHttpActionResult
 

Parameters

re
The request

Return Value

The result containing the requested excel
See Also