extrame / xls

Pure Golang xls library
Apache License 2.0
329 stars 207 forks source link

Interface extension & bugfix #55

Closed technix86 closed 4 years ago

technix86 commented 5 years ago

1) [Fixed] boundsheet field order fixed 2) WorkSheet.Visibility implemented (and typed constants) 3) WorkSheet.Selected implemented - most of cases require to parse current sheet, not the first one 4) WorkSheet.rightToLeft property for future use (not implemented cause no RtL files present) 5) Row.ColExact(int)(string) added when we need not to output duplicates of merged cells 6) [Fixed] bug on Row.LastCol() when data is actually present but Row.info.Lcell=0 (ms excel shows the data)