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

View File

@@ -7,8 +7,8 @@ import (
)
func TestOpen(t *testing.T) {
wb, _ := Open("n201503061328.xls", "utf-8")
fmt.Println(wb.ReadAllCells())
wb, _ := Open("n201502111031.xls", "utf-8")
fmt.Println(wb.ReadAllCells(1000))
}
func TestBof(t *testing.T) {