add upgrade documentation #492
This commit is contained in:
parent
0f32741286
commit
22dfb92209
6
UPGRADE-3.0.md
Normal file
6
UPGRADE-3.0.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Migrate from 2.x to 3.0
|
||||
|
||||
## Handling of empty rows
|
||||
|
||||
* The handling of empty data in writers has changed. In 2.x an array was not added to the spreadsheet when ```empty($dataRow)``` evaluated to true.
|
||||
* In 3.0 a row is always written to the speadsheet. When the row does not contain any cells an empty row is created in the sheet.
|
Loading…
x
Reference in New Issue
Block a user