Explorar el Código

Merge pull request #252 from regorov/master

fixes issue #251
Geoffrey J. Teale hace 9 años
padre
commit
929fb790b7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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()