From e05867a033cabfa100e7c2b284e1f85fd4769c3c Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Thu, 29 Jun 2017 13:28:44 +0800 Subject: Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70. --- styles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles.go') diff --git a/styles.go b/styles.go index 6db97c1..eacbe9f 100644 --- a/styles.go +++ b/styles.go @@ -225,7 +225,7 @@ func parseTime(i int, v string) string { } // stylesReader provides function to get the pointer to the structure after -// deserialization of workbook. +// deserialization of xl/styles.xml. func (f *File) stylesReader() *xlsxStyleSheet { if f.Styles == nil { var styleSheet xlsxStyleSheet -- cgit v1.2.1