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

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

Parameters

re
The request

Return Value

The result containing the requested excel
See Also