PhpSpreadsheet/Documentation/markdown/CalculationEngine/FunctionReference/01-Introduction.md

12 lines
592 B
Markdown
Raw Normal View History

2013-05-16 16:34:11 +00:00
# Calculation Engine - Formula Function Reference
## Frequently asked questions
The up-to-date F.A.Q. page for PHPExcel can be found on [http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements][1].
### Formulas dont seem to be calculated in Excel2003 using compatibility pack?
2016-10-06 11:39:10 +00:00
This is normal behaviour of the compatibility pack, Xlsx displays this correctly. Use PHPExcel_Writer_Excel5 if you really need calculated values, or force recalculation in Excel2003.
2013-05-16 16:34:11 +00:00
[1]: http://www.codeplex.com/PHPExcel/Wiki/View.aspx?title=FAQ&referringTitle=Requirements