Commit Graph

37 Commits (3f89c6e9799c9c82af1305f080416c53d19e64c1)

Author SHA1 Message Date
xuri 09485b3f9f
Improve code coverage unit tests
5 years ago
xuri 4e4a5b9b3e
Improve compatibility, fix workbook's rels ID calc error
5 years ago
Alex Geer b1b3c0d151 Fix #539 Fixed error opening excel file created in encoding d… (#540)
5 years ago
xuri 8922f65978
Combine functions:
5 years ago
xuri 9c70d0ac86
Documentation updated, Go 1.10+ required
6 years ago
xuri 74c6112658
Fix #434, add missing comments
6 years ago
Harris b1c9884f6d Add the ability to change the default font
6 years ago
xuri 25763ba3e1
fixed #373, comments duplicate caused by inner counting errors
6 years ago
xuri b45c4b094c Add a check for maximum limit hyperlinks in a worksheet
6 years ago
xuri f2df344739
Resolve #369,#370
6 years ago
xuri 40ff5dc1a7
refactor: handler error instead of panic,
6 years ago
Veniamin Albaev dc01264562 Huge refactorig for consistent col/row numbering (#356)
6 years ago
xuri f66212da9b
Resolve #106, #294 performance optimization for add hyperlink
6 years ago
xuri 1aed1d744b
Resolve #274, performance optimization for add images, charts and shapes
6 years ago
BluesJhao 1427027e38 Resolve #235, performance optimization for add comments (#347)
6 years ago
xuri c223815cfe
Resolve #345, get comments by target reference
6 years ago
xuri fabd9d013f
README updated
6 years ago
xuri 90bdd3632f
Fix the issue caused by missing tradition to strict conversion for `sharedStringsReader()`, relate issue #276
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 6ced438f39
New function `AddPictureFromBytes()` has been added, this resolve #259 and close #271.
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 a3571ee39b
Bugfix: create worksheet cause file issue. Relate issue #249.
7 years ago
xuri 79dfe1c307
GoDoc updated.
7 years ago
Rad Cirskis e3050d21e7 added retieval of worksheet comments
7 years ago
xuri 74c6091cfc
Update comment.go
7 years ago
Rad Cirskis 741810a863 improved commenting formatting
7 years ago
xuri 9e463b4614
- Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()`
7 years ago
Lunny Xiao 38ad20efc1
save bytes on memory instead of string
7 years ago
Ri Xu 574a6b20d1
Golang 1.9 compatible, fix issue #111
7 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 dea57dd0ae Code optimize.
8 years ago
Ri Xu 70f6328150 Support set font style of shape text. Relate issue #38.
8 years ago
Ri Xu cf97118bfe - The max author and text in comment limit added;
8 years ago
Ri Xu d93a156355 Initialize comments support & go test updated.
8 years ago