File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ CHANGELOG
7
7
* PHP 8 support
8
8
* Symfony v6.x support
9
9
* Removed CSV support (prefer using the Symfony encoder instead).
10
- * Added context parameter ``` AS_COLLECION_KEY ```
10
+ * Deleted format ``` ExcelEncoder::SPREADSHEET ```
11
+ * Added context parameter ``` ExcelEncoder::AS_COLLECION_KEY ```
11
12
* Decoding without merging headers row (as no collection)
12
- * Removed context parameter ``` NB_HEADER_ROWS_KEY ```
13
+ * Removed context parameter ``` ExcelEncoder:: NB_HEADER_ROWS_KEY```
Original file line number Diff line number Diff line change
1
+ UPGRADE FROM 1.x to 2.x
2
+ =======================
3
+
4
+ Binary compatibility break (BC break).
5
+
6
+ ** No CSV support anymore**
7
+
8
+ Support
9
+ -------
10
+
11
+ - Do not use this encoder to encode/decode CSV data.
12
+ - Replace the encoding format to ``` ExcelEncoder::XLS ``` or ``` ExcelEncoder::XLSX ```
13
+
14
+ Context
15
+ -------
16
+
17
+ - Delete usage of context parameter ``` ExcelEncoder::NB_HEADER_ROWS_KEY ``` (int).
You can’t perform that action at this time.
0 commit comments