프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$Excel | Maatwebsite\Excel\Excel | Maatwebsite\Excel\Excel |
메소드 | 설명 | |
---|---|---|
__construct ( Maatwebsite\Excel\Excel $Excel ) | Construct Excel | |
encodeRequestedData ( Mgallegos\LaravelJqgrid\Repositories\RepositoryInterface $Repository, array $postedData ) : string | Echo in a jqGrid compatible format the data requested by a grid. |
메소드 | 설명 | |
---|---|---|
numToLetter ( $num, $uppercase = FALSE ) : string | Takes a number and converts it to a-z,aa-zz,aaa-zzz, etc with uppercase option |
public __construct ( Maatwebsite\Excel\Excel $Excel ) | ||
$Excel | Maatwebsite\Excel\Excel |
public encodeRequestedData ( Mgallegos\LaravelJqgrid\Repositories\RepositoryInterface $Repository, array $postedData ) : string | ||
$Repository | Mgallegos\LaravelJqgrid\Repositories\RepositoryInterface | |
$postedData | array | All jqGrid posted data |
리턴 | string | String of a jqGrid compatible data format: xml, json, jsonp, array, xmlstring, jsonstring. |
protected numToLetter ( $num, $uppercase = FALSE ) : string | ||
리턴 | string | letters from number input |