From 22190615ce4a0555d70c32c56e7f7b8a3288bb2c Mon Sep 17 00:00:00 2001 From: Mr Maker Date: Fri, 12 Jul 2019 17:53:07 +1200 Subject: [PATCH] When
appears in a table cell, set the cell to wrap. (#1070) * When
appears in a table cell, set the cell to wrap. If the cell is not set to wrap, it appears as a single line when first displayed in Excel, although editing the cell will cause Excel to wrap it. * fix whitespace Upstream has a coding standard that includes whitespace