From 0727419815d48f6bb292a25030fea35c508cc078 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 18 Nov 2019 13:48:13 +0000 Subject: test for far out cell val --- reader/reader_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'reader/reader_test.go') diff --git a/reader/reader_test.go b/reader/reader_test.go index 9bb88b2..da66deb 100644 --- a/reader/reader_test.go +++ b/reader/reader_test.go @@ -100,6 +100,7 @@ func TestReadXLSX(t *testing.T) { sheet, cellref, val string }{ {"Summary", "A2", "Date:"}, + {"Summary", "IG10", "Botticelli"}, {"Another Sheet", "F5", "4.2"}, {"Another Sheet", "J22", "18"}, } -- cgit v1.2.3