Search code examples
phpexcelexcel-formulaphpexcel

php : replicate the excel price() function in php


I have really been struggling replicating the excel price() function in php.

Has anyone had any experience doing this before? or is it available in phpexcel?


Solution

  • Yes, PRICE() is implemented in PHPExcel, as shown in the PHPExcel Documentation