Commit Graph

44 Commits (1427027e38d6db46d441243f00d6989c2f53e7ce)

Author SHA1 Message Date
xuri fabd9d013f
README updated
6 years ago
xuri 1c45425f12
resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support
6 years ago
xuri 3e004d900b
Comments style changed.
6 years ago
xuri 13a9769cc5
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
Farmerx ce5b37a4ac
# fix : file close 没有关闭
7 years ago
xuri ec37b114c3
Fixes #256 and format document.
7 years ago
xuri 79dfe1c307
GoDoc updated.
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 a9c7d6637c
- Support to set the positioning of a picture, relate issue #214;
7 years ago
Ri Xu 06e54bf1c6
Readme and godoc has been updated.
7 years ago
Ri Xu 7621927573
- Add a hyperlink to an image support for the function `AddPicture()`, relate issue #185;
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 ebafbdde73
Bugfix: use sheet name in func `AddChat`, relate issue #138
7 years ago
Ri Xu 905be463ed
Improve code readability.
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 6aa59a1af2
- Init insert/remove column/row support. Relate issue #77 and #82;
8 years ago
Ri Xu 20aae4e0e6 Repo URI changed.
8 years ago
Ri Xu 66e5d1fa80
API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` instead of `WriteTo()`.
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 efff54ccde - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;
8 years ago
Ri Xu 7c3f91ada4 Fix non-visual canvas properties ID calculator.
8 years ago
Ri Xu dea57dd0ae Code optimize.
8 years ago
Ri Xu d93a156355 Initialize comments support & go test updated.
8 years ago
Ri Xu 7f30a6c943 - Initialize shape support: new function `AddShape()` added. Relate issue #38;
8 years ago
Ri Xu 46b8c46d91 - Initialize table support;
8 years ago
Ri Xu 219aadeb76 - Initialize char support, relate issue #31;
8 years ago
Ri Xu 8fd061b98f - Fix SheetCount count error;
8 years ago
Ri Xu 7ceb4f21ad Godoc updated.
8 years ago
Ri Xu 02b81b7efe - Get an images in a cell supported, new function `GetPicture` added;
8 years ago
Ri Xu de6e075713 Performance improvement
8 years ago
Ri Xu 1f73f08185 - New feature: border setting support (Related issue #21);
8 years ago
Ri Xu 109d8adae3 Fix missing `oneCellAnchor` element after add picture in some cases.
8 years ago
Ri Xu 1e340aea40 Change function `AddPicture()` parameters to add add printing settings support. Related issue #27.
8 years ago
Ri Xu 0833a9d5da - Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ;
8 years ago
Ri Xu bd5b033b02 Support set work sheet background image.
8 years ago
Ri Xu 81146218c7 Update README, godoc and fix typo.
8 years ago
Ri Xu 03234d6a25 Support add picture with offset and scaling.
8 years ago
Ri Xu 4a9b39afc6 - Add hyperlink and set formula support for cell support;
8 years ago
Ri Xu 52796f6e58 Format commants, break comments after 80 characters.
8 years ago
Ri Xu a99f0227b0 - New function `AddPicture()` added, support to add picture into excel cell;
8 years ago