Skip to content

Commit aab714c

Browse files
committed
Document That Precision As Displayed Is Not Supported
Fix #1247. Aside from being difficult to implement, see, for example, https://answers.microsoft.com/en-us/msoffice/forum/all/what-are-the-dangers-of-using-precision-as/1a2ba5eb-9470-452f-816e-d7961c0d0ad5
1 parent 6b2767c commit aab714c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/topics/calculation-engine.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ This is normal behaviour of the compatibility pack, Xlsx displays this
136136
correctly. Use `\PhpOffice\PhpSpreadsheet\Writer\Xls` if you really need
137137
calculated values, or force recalculation in Excel2003.
138138

139+
#### PAD (Precision As Displayed) Not Supported
140+
141+
There are no plans to support Precision As Displayed.
142+
139143
## Handling Date and Time Values
140144

141145
### Excel functions that return a Date and Time value

0 commit comments

Comments
 (0)