index
:
anyxcelize
getRowInterface
A fork of excelize to be able to write non-strings.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
excelize.go
Commit message (
Collapse
)
Author
Age
*
Update godoc of package.
Ri Xu
2016-10-19
|
*
Use conjunction with strings.Map to split Axis and update godoc.
Ri Xu
2016-09-12
|
*
New function SetCellValue added and update godoc example.
Ri Xu
2016-09-09
|
*
Fix missing show grid lines property and godoc updated.
Ri Xu
2016-09-07
|
*
Move execute checkRow logic when XLSX file open, speed up library write file.
Ri Xu
2016-09-07
|
*
Open file error return added and UpdateLinkedValue function added to fix ↵
Ri Xu
2016-09-06
|
|
|
|
linked values within a spreadsheet are not updating.
*
Fix issue #2 change project to object-oriented style and update readme file.
Ri Xu
2016-09-05
|
*
Fix issue #4 use builtin `map` instead of home-built.
Ri Xu
2016-09-05
|
*
xml marshal without indent and use buffer in string concatenation.
Ri Xu
2016-09-04
|
*
Fix checkRow() out of range
Ri Xu
2016-09-02
|
*
Format code with golint rules
Ri Xu
2016-09-02
|
*
- Get cell value support
Ri Xu
2016-08-30
|
|
|
|
|
|
- Optimisation code use fmt package - Update README - Remove useless function
*
Init commit.
Ri Xu
2016-08-30