From 46b8c46d91be522c3dff1044a23810ecb1a81c96 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Fri, 28 Apr 2017 15:49:41 +0800 Subject: - Initialize table support; - go test updated --- picture.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picture.go') diff --git a/picture.go b/picture.go index 61b489a..4f650fb 100644 --- a/picture.go +++ b/picture.go @@ -189,7 +189,7 @@ func (f *File) addDrawingPicture(sheet, drawingXML, cell, file string, width, he colStart, rowStart, _, _, colEnd, rowEnd, x2, y2 := f.positionObjectPixels(sheet, col, row, formatSet.OffsetX, formatSet.OffsetY, width, height) content := encodeWsDr{} content.WsDr.A = NameSpaceDrawingML - content.WsDr.Xdr = NameSpaceSpreadSheetDrawing + content.WsDr.Xdr = NameSpaceDrawingMLSpreadSheet cNvPrID := 1 _, ok := f.XLSX[drawingXML] if ok { // Append Model -- cgit v1.2.1