MarkBaker
541bf0f876
Merge branch 'master' into 2.0-Development
...
# Conflicts:
# docs/topics/calculation-engine.md
# phpstan-baseline.neon
# src/PhpSpreadsheet/Reader/Xlsx.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ConvertUoMTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ErfCTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ErfPreciseTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ErfTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Engineering/ParseComplexTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/Financial/IrrTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/AddressTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/ColumnsTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/IndexTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/IndirectTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/RowsTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/MathTrig/FactTest.php
# tests/PhpSpreadsheetTests/Calculation/Functions/TextData/NumberValueTest.php
2022-09-25 16:57:54 +02:00
MarkBaker
026f699a65
Minor documentation updates
2022-08-29 17:14:03 +02:00
MarkBaker
925c730c3b
Some more unit tests for array functions and spillage; and updates to documentation
2022-03-14 15:57:12 +01:00
MarkBaker
568921ca71
Start work linking cells in spillage areas to the cell containing the spilled formula
2022-02-23 17:28:40 +01:00
MarkBaker
c84e3344d9
Update documentation with details of array formula handling, and the Spill Operator
2022-02-04 10:18:16 +01:00
CoryHrycko
0bf3986efa
Updating a misspelling of a function name. ( #1695 )
...
This will update the function name DCOUNTA from the misspelling of DCOUNT.
2020-11-01 12:05:04 +01:00
Adrien Crivelli
dcf3b9860d
Code highlight in docs for PhpStorm
2020-05-31 22:44:25 +09:00
Mark Baker
58a5172b8f
Document Improvements … ( #899 )
...
* Document calculation caching; and how to disable it and how to flush the cache
* Quoted text for string values beginning with `=`, so that they are still treated as strings and not as formulae
* Warning about assigning cells to variables
* Further warning about assigning cells to variables
2019-02-23 10:22:18 +01:00
Jon Dufresne
5b3870c508
Prefer https:// URLs when available in docs & comments
...
Fixes #737
2018-10-28 13:55:00 +11:00
netpassprod1
52ff262ddb
Add notes for the Timezone functions in Date class ( #431 )
...
The \PhpOffice\PhpSpreadsheet\Shared\Date class has support for setting an alternate timezone which affects the conversion of Excel Date timestamps in PhpSpreadsheet. This amendment is an effort to document this support.
2018-03-22 10:51:29 +09:00
Adrien Crivelli
46a2c4106a
Fix recently refactored class name in docs
2018-03-19 18:19:55 +09:00
Paul Klimov
eb612157dd
array short syntax in documentaiton ( #373 )
2018-02-25 13:16:04 +01:00
Adrien Crivelli
c46008b2be
Quote class names in docs
2017-12-30 19:44:32 +09:00
Adrien Crivelli
4dd486fb94
Clean up very obsolete links
2017-12-30 19:07:22 +09:00
Adrien Crivelli
fd4445f4aa
Clarify documentation about DateTime
...
Closes #164
2017-07-30 22:25:24 +02:00
Adrien Crivelli
8e8d0e4a30
Improve doc formatting with backticks
2017-03-13 14:57:37 +09:00
Adrien Crivelli
b8adec4938
Update documentation with composer instructions
...
And split first page into several topics to improve sidebar navigation
Closes #114
2017-03-13 12:30:26 +09:00
Adrien Crivelli
a06731fcc6
Wrap lines to 80
...
We wrapped lines to make easier the source easier to read, and to have more manageable diffs.
This was done with something like:
```sh
pandoc --wrap=auto --atx-headers -f markdown -t markdown-fenced_code_attributes+pipe_tables+raw_html+intraword_underscores`
```
2016-12-04 00:00:54 +09:00
Adrien Crivelli
90da50f3c7
Reorganise documentation
...
We aim for long pages instead of several small one, to make
`CTRL+F`ing easier and URL less prone to changes in the future.
There is still way to improve it though...
2016-12-03 22:16:45 +09:00