summaryrefslogtreecommitdiff
path: root/sheetview.go
diff options
context:
space:
mode:
authorMartin Sandve Alnæs <martin.alnes@gmail.com>2018-01-29 10:38:33 +0100
committerMartin Sandve Alnæs <martin.alnes@gmail.com>2018-01-29 12:39:06 +0100
commite556c25047a887d41c97ef9df7941ba585ba852b (patch)
tree1c0a9407ff102b678b415f5c0549d404bb08003a /sheetview.go
parent6f4e4d9ef1be030a05f48aa5dda900f2dc9cb851 (diff)
Avoid looping over unused rows and columns in SetCellStyle.
The recent improvement to SetCellStyle still loops over all the rows before the area, moving the area checks into the loop is more concise and faster. Since the loop now covers the correct area by construction, the inner loop check checkCellInArea is no longer needed.
Diffstat (limited to 'sheetview.go')
0 files changed, 0 insertions, 0 deletions