diff options
author | Ri Xu <xuri.me@gmail.com> | 2018-04-26 11:41:13 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2018-04-26 11:41:13 +0800 |
commit | a9c7d6637cbf0419365aee9cc743a066bdd06b6a (patch) | |
tree | 02d9caeb2d397903f94c710ef18ea165bebaf6ee /shape.go | |
parent | 9ee57fdb388e6e0a50dd8c945c27f051205fa23d (diff) |
- Support to set the positioning of a picture, relate issue #214;
- go test and godoc has been updated
Diffstat (limited to 'shape.go')
-rw-r--r-- | shape.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ func (f *File) addDrawingShape(sheet, drawingXML, cell string, formatSet *format content.Xdr = NameSpaceDrawingMLSpreadSheet cNvPrID := f.drawingParser(drawingXML, &content) twoCellAnchor := xdrCellAnchor{} - twoCellAnchor.EditAs = "oneCell" + twoCellAnchor.EditAs = formatSet.Format.Positioning from := xlsxFrom{} from.Col = colStart from.ColOff = formatSet.Format.OffsetX * EMU |