You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Don't ouput row and columns without any cells in HTML writer [#1235](https://github.com/PHPOffice/PhpSpreadsheet/issues/1235)
46
46
47
-
## [1.13.0] - 2020-05-31
47
+
## 1.13.0 - 2020-05-31
48
48
49
49
### Added
50
50
@@ -70,7 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
70
70
- Drop partial migration tool in favor of complete migration via RectorPHP [#1445](https://github.com/PHPOffice/PhpSpreadsheet/issues/1445)
71
71
- Limit composer package to `src/`[#1424](https://github.com/PHPOffice/PhpSpreadsheet/pull/1424)
72
72
73
-
## [1.12.0] - 2020-04-27
73
+
## 1.12.0 - 2020-04-27
74
74
75
75
### Added
76
76
@@ -86,7 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
86
86
- MATCH with a static array should return the position of the found value based on the values submitted [#1332](https://github.com/PHPOffice/PhpSpreadsheet/pull/1332)
87
87
- Fix Xlsx Reader's handling of undefined fill color [#1353](https://github.com/PHPOffice/PhpSpreadsheet/pull/1353)
88
88
89
-
## [1.11.0] - 2020-03-02
89
+
## 1.11.0 - 2020-03-02
90
90
91
91
### Added
92
92
@@ -105,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
105
105
- Fix XLSX file loading with autofilter containing '$' [#1326](https://github.com/PHPOffice/PhpSpreadsheet/pull/1326)
106
106
- PHPDoc - Use `@return $this` for fluent methods [#1362](https://github.com/PHPOffice/PhpSpreadsheet/pull/1362)
107
107
108
-
## [1.10.1] - 2019-12-02
108
+
## 1.10.1 - 2019-12-02
109
109
110
110
### Changed
111
111
@@ -120,7 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
120
120
- ODS writer prevent invalid numeric value if locale decimal separator is comma [#1268](https://github.com/PHPOffice/PhpSpreadsheet/pull/1268)
121
121
- Xlsx writer actually writes plotVisOnly and dispBlanksAs from chart properties [#1266](https://github.com/PHPOffice/PhpSpreadsheet/pull/1266)
122
122
123
-
## [1.10.0] - 2019-11-18
123
+
## 1.10.0 - 2019-11-18
124
124
125
125
### Changed
126
126
@@ -145,7 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
145
145
- Validate XIRR inputs and return correct error values [#1120](https://github.com/PHPOffice/PhpSpreadsheet/issues/1120)
146
146
- Allow to read xlsx files with exotic workbook names like "workbook2.xml" [#1183](https://github.com/PHPOffice/PhpSpreadsheet/pull/1183)
147
147
148
-
## [1.9.0] - 2019-08-17
148
+
## 1.9.0 - 2019-08-17
149
149
150
150
### Changed
151
151
@@ -176,20 +176,20 @@ and this project adheres to [Semantic Versioning](https://semver.org).
176
176
- Fix `getCalculatedValue()` error with more than two INDIRECT [#1115](https://github.com/PHPOffice/PhpSpreadsheet/pull/1115)
177
177
- Writer\Html did not hide columns [#985](https://github.com/PHPOffice/PhpSpreadsheet/pull/985)
178
178
179
-
## [1.8.2] - 2019-07-08
179
+
## 1.8.2 - 2019-07-08
180
180
181
181
### Fixed
182
182
183
183
- Uncaught error when opening ods file and properties aren't defined [#1047](https://github.com/PHPOffice/PhpSpreadsheet/issues/1047)
- Allow nullable theme for Xlsx Style Reader class [#1043](https://github.com/PHPOffice/PhpSpreadsheet/issues/1043)
191
191
192
-
## [1.8.0] - 2019-07-01
192
+
## 1.8.0 - 2019-07-01
193
193
194
194
### Security Fix (CVE-2019-12331)
195
195
@@ -212,7 +212,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
212
212
- Fix a SUMIF warning with some versions of PHP when having different length of arrays provided as input [#873](https://github.com/PHPOffice/PhpSpreadsheet/pull/873)
213
213
- Fix incorrectly handled backslash-escaped space characters in number format
214
214
215
-
## [1.7.0] - 2019-05-26
215
+
## 1.7.0 - 2019-05-26
216
216
217
217
- Added support for inline styles in Html reader (borders, alignment, width, height)
218
218
- QuotedText cells no longer treated as formulae if the content begins with a `=`
@@ -226,7 +226,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
226
226
- Fix VLOOKUP
227
227
- Fix return type hint
228
228
229
-
## [1.6.0] - 2019-01-02
229
+
## 1.6.0 - 2019-01-02
230
230
231
231
### Added
232
232
@@ -254,13 +254,13 @@ and this project adheres to [Semantic Versioning](https://semver.org).
254
254
255
255
-`master` is the new default branch, `develop` does not exist anymore
256
256
257
-
## [1.5.2] - 2018-11-25
257
+
## 1.5.2 - 2018-11-25
258
258
259
259
### Security
260
260
261
261
- Improvements to the design of the XML Security Scanner [#771](https://github.com/PHPOffice/PhpSpreadsheet/issues/771)
262
262
263
-
## [1.5.1] - 2018-11-20
263
+
## 1.5.1 - 2018-11-20
264
264
265
265
### Security
266
266
@@ -280,7 +280,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
280
280
- Mpdf export can exceed pcre.backtrack_limit [#637](https://github.com/PHPOffice/PhpSpreadsheet/issues/637)
281
281
- Fix index overflow on data values array [#748](https://github.com/PHPOffice/PhpSpreadsheet/pull/748)
282
282
283
-
## [1.5.0] - 2018-10-21
283
+
## 1.5.0 - 2018-10-21
284
284
285
285
### Added
286
286
@@ -295,7 +295,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
295
295
- OFFSET should allow omitted height and width [#561](https://github.com/PHPOffice/PhpSpreadsheet/issues/561)
296
296
- Correctly determine delimiter when CSV contains line breaks inside enclosures [#716](https://github.com/PHPOffice/PhpSpreadsheet/issues/716)
297
297
298
-
## [1.4.1] - 2018-09-30
298
+
## 1.4.1 - 2018-09-30
299
299
300
300
### Fixed
301
301
@@ -304,7 +304,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
304
304
- Fix warning when reading xlsx without styles [#631](https://github.com/PHPOffice/PhpSpreadsheet/pull/631)
305
305
- Fix broken sample links on windows due to $baseDir having backslash [#653](https://github.com/PHPOffice/PhpSpreadsheet/pull/653)
306
306
307
-
## [1.4.0] - 2018-08-06
307
+
## 1.4.0 - 2018-08-06
308
308
309
309
### Added
310
310
@@ -368,13 +368,13 @@ and this project adheres to [Semantic Versioning](https://semver.org).
- Rowspans/colspans were incorrect when adding worksheet using loadIntoExisting [#619](https://github.com/PHPOffice/PhpSpreadsheet/issues/619)
370
370
371
-
## [1.3.1] - 2018-06-12
371
+
## 1.3.1 - 2018-06-12
372
372
373
373
### Fixed
374
374
375
375
- Ranges across Z and AA columns incorrectly threw an exception [#545](https://github.com/PHPOffice/PhpSpreadsheet/issues/545)
376
376
377
-
## [1.3.0] - 2018-06-10
377
+
## 1.3.0 - 2018-06-10
378
378
379
379
### Added
380
380
@@ -393,13 +393,13 @@ and this project adheres to [Semantic Versioning](https://semver.org).
393
393
- Fixed parsing of conditionals in COUNTIF functions [#526](https://github.com/PHPOffice/PhpSpreadsheet/issues/526)
394
394
- Corruption errors for saved Xlsx docs with frozen panes [#532](https://github.com/PHPOffice/PhpSpreadsheet/issues/532)
395
395
396
-
## [1.2.1] - 2018-04-10
396
+
## 1.2.1 - 2018-04-10
397
397
398
398
### Fixed
399
399
400
400
- Plain text and richtext mixed in same cell can be read [#442](https://github.com/PHPOffice/PhpSpreadsheet/issues/442)
401
401
402
-
## [1.2.0] - 2018-03-04
402
+
## 1.2.0 - 2018-03-04
403
403
404
404
### Added
405
405
@@ -417,7 +417,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
417
417
- Select correct cell when calling freezePane [#389](https://github.com/PHPOffice/PhpSpreadsheet/issues/389)
418
418
-`setStrikethrough()` did not set the font [#403](https://github.com/PHPOffice/PhpSpreadsheet/issues/403)
419
419
420
-
## [1.1.0] - 2018-01-28
420
+
## 1.1.0 - 2018-01-28
421
421
422
422
### Added
423
423
@@ -435,7 +435,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
435
435
- Support XML file without styles [#331](https://github.com/PHPOffice/PhpSpreadsheet/pull/331)
436
436
- Cell coordinates which are already a range cause an exception [#319](https://github.com/PHPOffice/PhpSpreadsheet/issues/319)
437
437
438
-
## [1.0.0] - 2017-12-25
438
+
## 1.0.0 - 2017-12-25
439
439
440
440
### Added
441
441
@@ -454,7 +454,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
454
454
455
455
- Constant `TYPE_DOUGHTNUTCHART` is now `TYPE_DOUGHNUTCHART`.
456
456
457
-
## [1.0.0-beta2] - 2017-11-26
457
+
## 1.0.0-beta2 - 2017-11-26
458
458
459
459
### Added
460
460
@@ -492,7 +492,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
0 commit comments