Browse Source

Merge pull request #252 from regorov/master

fixes issue #251
Geoffrey J. Teale 9 năm trước cách đây
mục cha
commit
929fb790b7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      xmlStyle.go

+ 2 - 0
xmlStyle.go

@@ -188,6 +188,8 @@ func (styles *xlsxStyleSheet) getStyle(styleIndex int) *Style {
 		if xf.Alignment.Vertical != "" {
 			style.Alignment.Vertical = xf.Alignment.Vertical
 		}
+		style.Alignment.WrapText = xf.Alignment.WrapText
+
 		styles.Lock()
 		styles.styleCache[styleIndex] = style
 		styles.Unlock()