Ri Xu
|
905be463ed
|
Improve code readability.
|
7 years ago |
Ri Xu
|
d4df70bd9f
|
Merge pull request #126 from dvrkps/patch-1
travis: update go versions
|
7 years ago |
Davor Kapsa
|
87730aaf08
|
travis: update go versions
|
7 years ago |
Ri Xu
|
e820388d70
|
Handle coordinate parse exception, relate issue #122.
|
7 years ago |
Ri Xu
|
b7b937a8a3
|
godoc updated.
|
7 years ago |
Ri Xu
|
f05f799f8d
|
- API changed, use worksheet name instead of "sheet" + index, related issue #25, #43, #47, #51, #89, #101, #116 and #120.
- go test updated
|
7 years ago |
Ri Xu
|
3e7192b6ab
|
Simple go test.
|
7 years ago |
Ri Xu
|
565b23e0e9
|
go test added for pull request #114
|
7 years ago |
Ri Xu
|
cf1077dc9f
|
Merge pull request #114 from lichaofei/master
change the TitleToNumber function
|
7 years ago |
Ri Xu
|
1f93fc7bad
|
Optimize code.
|
7 years ago |
lichaofei
|
363604e2f3
|
Merge pull request #1 from lichaofei/test
Test
|
7 years ago |
lichaofei
|
787495c503
|
Update lib.go
|
7 years ago |
lichaofei
|
1169042f7d
|
Update lib.go
|
7 years ago |
Ri Xu
|
5354074fc2
|
Update struct define to fix issue #112.
|
7 years ago |
Ri Xu
|
224f1850c7
|
TravisCI config updated.
|
7 years ago |
Ri Xu
|
574a6b20d1
|
Golang 1.9 compatible, fix issue #111
|
7 years ago |
Ri Xu
|
1ec2661dda
|
Bugfix: deep copy issue with function `CopySheet()`, relate PR #108.
|
8 years ago |
Ri Xu
|
77af25295e
|
- Conditional format with formula support, relate issue #75;
- go test and readme update
|
8 years ago |
Ri Xu
|
58e2caff33
|
Merge pull request #103 from takayuki/trim-sheet-name-as-rune
Conut and trim sheet name in UTF-8
|
8 years ago |
Takayuki Usui
|
02728de4d2
|
Conut and trim sheet name in UTF-8
|
8 years ago |
Ri Xu
|
845e339755
|
Document updated.
|
8 years ago |
Ri Xu
|
67636039f6
|
- Init conditional format support, relate issue #75;
- go test and godoc updated
|
8 years ago |
Ri Xu
|
a8cf38ebd5
|
- New function `GetCellHyperLink()` added, relate issue #98;
- go test added
|
8 years ago |
Ri Xu
|
5cf3725f02
|
Add missing element `xfId` of the styles to fix issue #93.
|
8 years ago |
Ri Xu
|
6626a26f7b
|
Simplify code and update unit tests.
|
8 years ago |
Ri Xu
|
b327eb54dc
|
Merge pull request #91 from takayuki/time-round-off-error
Fix round-off error in representation of date and time values
|
8 years ago |
Takayuki Usui
|
88d10ff27b
|
Fix round-off error in representation of date and time values
|
8 years ago |
Ri Xu
|
308776e350
|
Optimize code, go test and godoc updated.
|
8 years ago |
Ri Xu
|
1d54bd4df6
|
Merge pull request #90 from DeveloperBean/master
Add extra argument "Linktype" to SetCellHyperLink
|
8 years ago |
Youngwan Kim
|
5a4870d1cf
|
Add extra argument "Linktype" to SetCellHyperLink
it support "External" and "Location"
Signed-off-by: Youngwan Kim <y103.kim@gmail.com>
|
8 years ago |
Ri Xu
|
bbed2f6dc9
|
- Init create or remove panes support;
- go test updated
|
8 years ago |
Ri Xu
|
961996a813
|
- Fix `completeCol()` make extra rows, relate issue #87;
- godoc updated
|
8 years ago |
Ri Xu
|
4a74951e81
|
- Support set custom number format, relate issue #86;
- go test and godoc updated
|
8 years ago |
Ri Xu
|
8493fea373
|
- Add number format code with unicode values, relate issue #86;
- godoc updated
|
8 years ago |
Ri Xu
|
6aa59a1af2
|
- Init insert/remove column/row support. Relate issue #77 and #82;
- Readme and go test updated
|
8 years ago |
Ri Xu
|
3b2c80ddc3
|
Trim blank cells which created by `completeCol()`, relate issue #81
|
8 years ago |
Ri Xu
|
4f942255e4
|
- Fix missing element in worksheet, workbook and styles. Related issue #81;
- Format code and update readme
|
8 years ago |
Ri Xu
|
4b7d21bb63
|
Currency format code added.
|
8 years ago |
Ri Xu
|
101abe8e98
|
Add currency format code and go test updated.
|
8 years ago |
Ri Xu
|
60fa5a5be1
|
- Display negative numbers by applying a red color supported;
- go test updated
|
8 years ago |
Ri Xu
|
bc31e545c8
|
- Currency format supported, relate issue #80;
- go test and godoc updated
|
8 years ago |
Ri Xu
|
20aae4e0e6
|
Repo URI changed.
|
8 years ago |
Ri Xu
|
1e20b20a0c
|
Code of conduct and contributing updated.
|
8 years ago |
Ri Xu
|
346622b3a4
|
Merge pull request #79 from ocelotsloth/fix-typo
SHEET.GO: Fix small typo
|
8 years ago |
Ri Xu
|
bf4b02e6d6
|
Update image in readme and fix typo.
|
8 years ago |
Mark Stenglein
|
4a17c14399
|
SHEET.GO: Fix small typo
Adds a '{' to the example for sheet.GetSheetMap()
Signed-off-by: Mark Stenglein <mark@stengle.in>
|
8 years ago |
Ri Xu
|
38df838598
|
Bugfix: unable to read the value of the merged cell, relate issue #78
|
8 years ago |
Ri Xu
|
654a676d93
|
- New function `NewStyle()` added and function `SetCellStyle()` has been exported, relate issue #72;
- go test and go doc updated
|
8 years ago |
Ri Xu
|
e05867a033
|
Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70.
|
8 years ago |
Ri Xu
|
86466654e2
|
- Unify the index row number index of functions `SetRowHeight()` and `GetRowHeight()` relate issue #68;
- Unify the return value data type of functions `SetColWidth()` and `GetColWidth()`;
- go test updated
|
8 years ago |