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
/
cell.go
Commit message (
Expand
)
Author
Age
*
- New feature: border setting support (Related issue #21);
Ri Xu
2017-03-06
*
- Improved performance when reading large files, call Token to read tokens on...
Ri Xu
2017-02-12
*
Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFor...
Ri Xu
2017-01-25
*
Support create merge cell.
Ri Xu
2017-01-25
*
Fix issue #17, update README and fix typo.
Ri Xu
2017-01-23
*
- Add hyperlink and set formula support for cell support;
Ri Xu
2017-01-19
*
Format commants, break comments after 80 characters.
Ri Xu
2017-01-18
*
- New function `SetSheetName` and `SetColWidth` added, support rename sheet a...
Ri Xu
2017-01-18
*
- New function `GetCellFormula` added;
Ri Xu
2016-12-24
*
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
*
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
*
Format code with golint rules
Ri Xu
2016-09-02
*
- Get cell value support
Ri Xu
2016-08-30