Commit History

Author SHA1 Message Date
  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; 8 years ago
  Jinzhu 21214a514d Rename import path to github.com/360EntSecGroup-Skylar/excelize 8 years ago
  Ri Xu f10ee929d0 - Bugfix: use sheet name in func `AddPicture`, relate issue #142; 8 years ago
  Ri Xu ebafbdde73 Bugfix: use sheet name in func `AddChat`, relate issue #138 8 years ago
  Ri Xu 905be463ed Improve code readability. 8 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. 8 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