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

added function fromArrayExplicit#770

Open
adrianc111 wants to merge 2 commits into
PHPOffice:1.8from
adrianc111:1.8
Open

added function fromArrayExplicit#770
adrianc111 wants to merge 2 commits into
PHPOffice:1.8from
adrianc111:1.8

Conversation

@adrianc111
Copy link
Copy Markdown

 * 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