array streamToArray(
string
$fileFullPath)
|
|
converts the xls specified to an indexable array with plaintext parts.
the returned array is a hash with the keys 'values' and 'weights', both themselves are hashes with the fields.
Tags:
Parameters:
array stringToArray(
string
$string)
|
|
converts the xls specified to an indexable array with plaintext parts.
returns the same as $this->streamToArray().
Tags:
Parameters: