提交历史

作者 SHA1 备注 提交日期
  xuri ec37b114c3 Fixes #256 and format document. 7 年之前
  xuri a3571ee39b Bugfix: create worksheet cause file issue. Relate issue #249. 7 年之前
  Olivier Mengué 4a1b406456 CopySheet() using reflect instead of encoding/gob 8 年之前
  xuri 9e463b4614 - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()` 7 年之前
  xuri d96440edc4 - Performance optimization 20% faster, 14% memory savings on set cell values; 7 年之前
  xuri 167554bfec Improve unit testing, remove redundant code. 7 年之前
  Lunny Xiao 38ad20efc1 save bytes on memory instead of string 7 年之前
  Ri Xu 200437d778 Fix document typo. 7 年之前
  Ri Xu a9c7d6637c - Support to set the positioning of a picture, relate issue #214; 7 年之前
  Ri Xu d65b30055d - Update the function `NewSheet()` to handle when already exists a worksheet of the same name, relate pull request #196; 7 年之前
  Ri Xu 06e54bf1c6 Readme and godoc has been updated. 7 年之前
  Ri Xu 749d12eece - Fix `DeleteSheet()` make broken file, relate issue #165; 8 年之前
  Ri Xu f10ee929d0 - Bugfix: use sheet name in func `AddPicture`, relate issue #142; 8 年之前
  Ri Xu ebafbdde73 Bugfix: use sheet name in func `AddChat`, relate issue #138 8 年之前
  Ri Xu 905be463ed Improve code readability. 8 年之前
  Ri Xu b7b937a8a3 godoc updated. 8 年之前
  Ri Xu f05f799f8d - API changed, use worksheet name instead of "sheet" + index, related issue #25, #43, #47, #51, #89, #101, #116 and #120. 8 年之前
  Ri Xu 1ec2661dda Bugfix: deep copy issue with function `CopySheet()`, relate PR #108. 8 年之前
  Takayuki Usui 02728de4d2 Conut and trim sheet name in UTF-8 8 年之前
  Ri Xu 6626a26f7b Simplify code and update unit tests. 8 年之前
  Ri Xu 308776e350 Optimize code, go test and godoc updated. 8 年之前
  Ri Xu bbed2f6dc9 - Init create or remove panes support; 8 年之前
  Ri Xu 3b2c80ddc3 Trim blank cells which created by `completeCol()`, relate issue #81 8 年之前
  Mark Stenglein 4a17c14399 SHEET.GO: Fix small typo 8 年之前
  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 年之前
  Ri Xu a9f671d98f - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issue #61; 8 年之前
  Ri Xu c89d842352 Init auto filter support, relate issue #59. 8 年之前
  Ri Xu dea57dd0ae Code optimize. 8 年之前
  Ri Xu d93a156355 Initialize comments support & go test updated. 8 年之前
  Ri Xu 7f30a6c943 - Initialize shape support: new function `AddShape()` added. Relate issue #38; 8 年之前