add hyperlink and formula cell support

This commit is contained in:
Liu Ming
2015-03-24 13:06:52 +08:00
parent c7f56bc92a
commit 5544765b84
6 changed files with 208 additions and 34 deletions

2
row.go
View File

@@ -12,5 +12,5 @@ type RowInfo struct {
type Row struct {
info *RowInfo
Cols map[uint16]Coler
Cols map[uint16]ContentHandler
}