From 40ed1d1b81b4d30165bb73e9406e59ddbdb76fe2 Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 16 Jul 2022 12:50:13 +0800 Subject: Fix potential file corrupted when changing cell value or the col/row - Remove shared formula subsequent cell when setting the cell values - Support adjust table range when removing and inserting column/row --- picture_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picture_test.go') diff --git a/picture_test.go b/picture_test.go index 60c6ac1..3ac1afb 100644 --- a/picture_test.go +++ b/picture_test.go @@ -173,7 +173,7 @@ func TestGetPicture(t *testing.T) { } func TestAddDrawingPicture(t *testing.T) { - // testing addDrawingPicture with illegal cell coordinates. + // Test addDrawingPicture with illegal cell coordinates. f := NewFile() assert.EqualError(t, f.addDrawingPicture("sheet1", "", "A", "", 0, 0, 0, 0, nil), newCellNameToCoordinatesError("A", newInvalidCellNameError("A")).Error()) } -- cgit v1.2.1