From 12c1e2481e3f9f3c3c12a938484f04b12d5dede8 Mon Sep 17 00:00:00 2001 From: Veniamin Albaev Date: Wed, 6 Mar 2019 16:40:45 +0300 Subject: Implement consistent row addressing by Excel row number starting with 1 (#350) * Implement consistent row addressing by Excel row number starting with 1 1. Added second versions for all row manipulation methods with zero-based row addressing. 2. Fixed methods documentation to explicitly describe which row addressing used in method. 3. Added WARNING to README.md. 4. Cosmetic change: All row test moved to file `rows_test.go`. * TravisCI: go1.12 added to tests matrix * BACKWARD INCOMPARTIBLE: Use only Excel numbering logic from 1 row * README updated --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c2f0f90..6c061a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ go: - 1.9.x - 1.10.x - 1.11.x + - 1.12.x os: - linux -- cgit v1.2.1