From 22dfb9220993a4122f6bea3d054c06e425b96a82 Mon Sep 17 00:00:00 2001 From: madflow Date: Fri, 10 Nov 2017 10:34:05 +0100 Subject: [PATCH] add upgrade documentation #492 --- UPGRADE-3.0.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 UPGRADE-3.0.md diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md new file mode 100644 index 0000000..98cf8d6 --- /dev/null +++ b/UPGRADE-3.0.md @@ -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.