diff options
| author | xuri <xuri.me@gmail.com> | 2020-08-22 18:58:43 +0800 | 
|---|---|---|
| committer | xuri <xuri.me@gmail.com> | 2020-08-22 18:58:43 +0800 | 
| commit | 88de2f8d510b0959bbb672b80656d207bd0bc927 (patch) | |
| tree | 2f7c37bffac4ecad92aaf253877667ce2348a843 /col.go | |
| parent | 3c8c8c55c8128c5bb94fe28451f58fbc5fb4a118 (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.go | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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  )  | 
