Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

added function fromArrayExplicit #770

Open
wants to merge 2 commits into
base: 1.8
Choose a base branch
from
Open

added function fromArrayExplicit #770

wants to merge 2 commits into from

Conversation

andriuhatm
Copy link

 * ex:
 * $source = array(
 *      array(
 *          array('value1', PHPExcel_Cell_DataType::TYPE_STRING),
 *          array('value2', PHPExcel_Cell_DataType::TYPE_FORMULA),
 *      ),
 *     array(
 *          array('value3', PHPExcel_Cell_DataType::TYPE_STRING),
 *          array('value4'),
 *      )
 * );

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants