Commit Graph

68 Commits (3c636da46029b1c578871dfab3e1692e989af9f7)

Author SHA1 Message Date
xuri 8922f65978
Combine functions:
5 years ago
mqy 64809db2c9 add missing error check in SetSheetRow()
5 years ago
Olivier Mengué ac395a60ed SetCellValue: use fmt.Sprint(v) instead of fmt.Sprintf("%v", v)
6 years ago
xuri 9c70d0ac86
Documentation updated, Go 1.10+ required
6 years ago
xuri 821632cf89
Fix #424, refactor merged cells adjuster
6 years ago
xuri b45c4b094c Add a check for maximum limit hyperlinks in a worksheet
6 years ago
xuri 0660f30cdd
godoc update and typo fixed
6 years ago
xuri a88459d5f1
add unit tests to functions
6 years ago
xuri f2df344739
Resolve #369,#370
6 years ago
xuri c423617e9d
Check max length for SetCellStr and fix coordinate issue for MergeCell
6 years ago
Aplulu 841ff4a03e Fix out of range panic when removing formula.
6 years ago
xuri 40ff5dc1a7
refactor: handler error instead of panic,
6 years ago
xuri 70b1a29165
Use bitSize for float32 type numbers conversion, relate PR #361
6 years ago
Michael b2c12d784e SetCellFloat for floats with specific precision (#361)
6 years ago
Veniamin Albaev dc01264562 Huge refactorig for consistent col/row numbering (#356)
6 years ago
xuri 0072bb7310
resolve the issue corrupted xlsx after deleting formula of cell, reference #346
6 years ago
xuri fabd9d013f
README updated
6 years ago
peiqi ef334ee658
fix issue #290
6 years ago
xuri 3e004d900b
Comments style changed.
6 years ago
xuri 13a9769cc5
Comments style changed.
6 years ago
xuri 2f146c923c
Comments style changed.
6 years ago
xuri b4a6e61ec3
Fix golint errors under confidence 0.1
6 years ago
xuri ec37b114c3
Fixes #256 and format document.
7 years ago
xuri aaced358f1
- Initialize shared formula types support, relate issue #227;
7 years ago
Ri Xu 564ebe48dd
- Fix `checkCellInArea()` index out of range when merged cell ref is single coordinate, relate issue #206;
7 years ago
Ri Xu 770026e956
- New function `SetSheetRow()` has been added for support write whole line at once, relate issue #96 and #194;
7 years ago
dvelderp b25ec6e9d3 xlsx.SetCellValue() now supports bool value
7 years ago
mbresson 317ef65381 make SetCellStyle quicker by skipping conversions in checkCellInArea, and skipping area checks when we are sure the cell can't be before or past the current row/col
7 years ago
Ri Xu 52b1a8e896
- Function `SetCellValue()` time.Duration support added, relate issue #176;
7 years ago
Jinzhu 21214a514d Rename import path to github.com/360EntSecGroup-Skylar/excelize
7 years ago
Ri Xu f10ee929d0
- Bugfix: use sheet name in func `AddPicture`, relate issue #142;
7 years ago
Ri Xu b4ffa8ce48
- Add unsigned integer data type support, related issue #136;
7 years ago
Ri Xu 9b5b74d480
Performance optimization, use the array index instead of the value in range.
7 years ago
Ri Xu 905be463ed
Improve code readability.
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.
7 years ago
Ri Xu 574a6b20d1
Golang 1.9 compatible, fix issue #111
7 years ago
Ri Xu a8cf38ebd5
- New function `GetCellHyperLink()` added, relate issue #98;
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
Youngwan Kim 5a4870d1cf Add extra argument "Linktype" to SetCellHyperLink
8 years ago
Ri Xu 8493fea373
- Add number format code with unicode values, relate issue #86;
8 years ago
Ri Xu 6aa59a1af2
- Init insert/remove column/row support. Relate issue #77 and #82;
8 years ago
Ri Xu 38df838598
Bugfix: unable to read the value of the merged cell, relate issue #78
8 years ago
Ri Xu e05867a033
Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70.
8 years ago
Ri Xu 555e2ba9a8
- Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
8 years ago
Ri Xu 35841caaf1
- Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64;
8 years ago
Ri Xu dea57dd0ae Code optimize.
8 years ago
Ri Xu 66349f8ec0 Handle number formats out of built-in range exception by returning raw value, relate issue #50.
8 years ago