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
/
lib.go
Commit message (
Expand
)
Author
Age
*
save bytes on memory instead of string
Lunny Xiao
2018-05-07
*
make SetCellStyle quicker by skipping conversions in checkCellInArea, and ski...
mbresson
2018-01-19
*
Add SetSheetViewOptions and GetSheetViewOptions (#145)
Olivier Mengué
2017-11-16
*
Optimize code.
Ri Xu
2017-09-06
*
Update lib.go
lichaofei
2017-09-05
*
Update lib.go
lichaofei
2017-09-05
*
Bugfix: deep copy issue with function `CopySheet()`, relate PR #108.
Ri Xu
2017-08-19
*
- Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...
Ri Xu
2017-06-27
*
- Function `formattedValue()` performance improvement by avoid repeating dese...
Ri Xu
2017-06-26
*
- New feature: border setting support (Related issue #21);
Ri Xu
2017-03-06
*
Standardize input and output
Josh Fyne
2017-02-16
*
- Improved performance when reading large files, call Token to read tokens on...
Ri Xu
2017-02-12
*
Support set work sheet background image.
Ri Xu
2017-01-24
*
Fix issue #17, update README and fix typo.
Ri Xu
2017-01-23
*
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
*
- Performance improvement, remove `replaceRelationshipsID` and `workBookCompa...
Ri Xu
2016-12-31
*
- Fix issue: sheet protection and conditional formatting proprietary missing ...
Ri Xu
2016-12-26
*
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
*
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 link...
Ri Xu
2016-09-06
*
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
*
1) Update readme file credits and go report badge added; 2) Remove use less f...
Ri Xu
2016-08-31
*
Init commit.
Ri Xu
2016-08-30