summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-08-22 18:58:43 +0800
committerxuri <xuri.me@gmail.com>2020-08-22 18:58:43 +0800
commit88de2f8d510b0959bbb672b80656d207bd0bc927 (patch)
tree2f7c37bffac4ecad92aaf253877667ce2348a843 /col.go
parent3c8c8c55c8128c5bb94fe28451f58fbc5fb4a118 (diff)
Default row height compatibility with Apache OpenOffice and Kingsoft WPS, unit test update and typo fixed
Diffstat (limited to 'col.go')
-rw-r--r--col.go1
1 files changed, 1 insertions, 0 deletions
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
)