메소드 | 설명 | |
---|---|---|
getCellIndexFromColumnIndex ( integer $columnIndex ) : string | Returns the cell index (base 26) associated to the base 10 column index. | |
isBoolean ( $value ) : boolean | Returns whether the given value is boolean. | |
isEmpty ( $value ) : boolean | ||
isNonEmptyString ( $value ) : boolean | ||
isNumeric ( $value ) : boolean | Returns whether the given value is numeric. |
public static getCellIndexFromColumnIndex ( integer $columnIndex ) : string | ||
$columnIndex | integer | The Excel column index (0, 42, ...) |
리턴 | string | The associated cell index ('A', 'BC', ...) |
public static isNonEmptyString ( $value ) : boolean | ||
$value | ||
리턴 | boolean | Whether the given value is a non empty string |