From 88de2f8d510b0959bbb672b80656d207bd0bc927 Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 22 Aug 2020 18:58:43 +0800 Subject: Default row height compatibility with Apache OpenOffice and Kingsoft WPS, unit test update and typo fixed --- col.go | 1 + 1 file changed, 1 insertion(+) (limited to 'col.go') diff --git a/col.go b/col.go index 5a8299e..72db4be 100644 --- a/col.go +++ b/col.go @@ -25,6 +25,7 @@ import ( // Define the default cell size and EMU unit of measurement. const ( defaultColWidthPixels float64 = 64 + defaultRowHeight float64 = 15 defaultRowHeightPixels float64 = 20 EMU int = 9525 ) -- cgit v1.2.1