Commit History

Author SHA1 Message Date
  Ri Xu 20aae4e0e6 Repo URI changed. 7 years ago
  Ri Xu 654a676d93 - New function `NewStyle()` added and function `SetCellStyle()` has been exported, relate issue #72; 7 years ago
  Ri Xu 86466654e2 - Unify the index row number index of functions `SetRowHeight()` and `GetRowHeight()` relate issue #68; 7 years ago
  Ri Xu 66e5d1fa80 API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` instead of `WriteTo()`. 7 years ago
  Ri Xu 7bc43301da - Support insert new lines into shape, relate issue #38, note that the format set parameter of function `AddShape()` changed; 7 years ago
  Ri Xu 9928bbc7c8 - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61; 7 years ago
  Ri Xu a9f671d98f - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issue #61; 7 years ago
  Ri Xu c89d842352 Init auto filter support, relate issue #59. 7 years ago
  Ri Xu 70f6328150 Support set font style of shape text. Relate issue #38. 7 years ago
  Ri Xu cf97118bfe - The max author and text in comment limit added; 7 years ago
  Ri Xu d93a156355 Initialize comments support & go test updated. 7 years ago
  Ri Xu 8fbab47444 - Formatted cell data support, fix issue #48; 7 years ago
  Ri Xu 7f30a6c943 - Initialize shape support: new function `AddShape()` added. Relate issue #38; 7 years ago
  Ri Xu 46b8c46d91 - Initialize table support; 7 years ago
  Ri Xu 2868bd3ec9 - New function `HideSheet()` and `UnhideSheet()` added; 7 years ago
  Ri Xu 266d2c36e5 - Font bold, italic and underline style support. Relate issue #45; 7 years ago
  Ri Xu d78ac4108c - Update doc of function `AddChart()`; 7 years ago
  Ri Xu 219aadeb76 - Initialize char support, relate issue #31; 7 years ago
  Ri Xu 6e287839ec - Set number format for a cell support; 7 years ago
  Ri Xu c7e277a07a - New function `CopySheet()` added, relate issue #33; 7 years ago
  Ri Xu b4ed9cc40f New function `GetSheetIndex()` added, relate issue #25; 7 years ago
  Ri Xu 02b81b7efe - Get an images in a cell supported, new function `GetPicture` added; 7 years ago
  Ri Xu bee487c445 Leading space(s) character in cell value detection added. Related issue #32. 7 years ago
  Ri Xu b6254209fe - Set text in cell align support, note that the parameters of the `SetCellStyle` function have changed; 7 years ago
  Ri Xu 0d3452fbe2 - Delete sheet from workbook support, related issue #30; 7 years ago
  Ri Xu 68b4d1f546 - Set cell background color and style support; 7 years ago
  Ri Xu 5384756d64 - Complete the element `sheetFormatPr` struct definition; 7 years ago
  Ri Xu 1f73f08185 - New feature: border setting support (Related issue #21); 7 years ago
  Ri Xu 1e340aea40 Change function `AddPicture()` parameters to add add printing settings support. Related issue #27. 7 years ago
  Ri Xu 0833a9d5da - Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ; 7 years ago