Commit History

Author SHA1 Message Date
  Ri Xu 66349f8ec0 Handle number formats out of built-in range exception by returning raw value, relate issue #50. 8 years ago
  Ri Xu 8fbab47444 - Formatted cell data support, fix issue #48; 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 2868bd3ec9 - New function `HideSheet()` and `UnhideSheet()` added; 8 years ago
  Ri Xu 266d2c36e5 - Font bold, italic and underline style support. Relate issue #45; 8 years ago
  Ri Xu d78ac4108c - Update doc of function `AddChart()`; 8 years ago
  Ri Xu 219aadeb76 - Initialize char support, relate issue #31; 8 years ago
  Ri Xu 6e287839ec - Set number format for a cell support; 8 years ago
  Ri Xu c7e277a07a - New function `CopySheet()` added, relate issue #33; 8 years ago
  Ri Xu b4ed9cc40f New function `GetSheetIndex()` added, relate issue #25; 8 years ago
  Ri Xu 8fd061b98f - Fix SheetCount count error; 8 years ago
  Ri Xu 330c7a0925 Performance enhancements, remove redundant XML element checking logic. Relate issue #29. The benchmark report of the current version of this library is shown on the wiki page. 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 8dcdf9024d Golang version 1.8+ required. 8 years ago
  Ri Xu bee487c445 Leading space(s) character in cell value detection added. Related issue #32. 8 years ago
  Ri Xu b6254209fe - Set text in cell align support, note that the parameters of the `SetCellStyle` function have changed; 8 years ago
  Ri Xu 0d3452fbe2 - Delete sheet from workbook support, related issue #30; 8 years ago
  Ri Xu 68b4d1f546 - Set cell background color and style support; 8 years ago
  Ri Xu de6e075713 Performance improvement 8 years ago
  Ri Xu 5384756d64 - Complete the element `sheetFormatPr` struct definition; 8 years ago
  Ri Xu 1f73f08185 - New feature: border setting support (Related issue #21); 8 years ago
  Ri Xu 48722e6482 Fix data validation property is missing after saved. Related issue issue #28. 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 4b8b410f52 Bugfix #23 can't get multiple records. 8 years ago
  Ri Xu 83410317ed Merge pull request #22 from jfyne/master 8 years ago
  Josh Fyne bd817ea890 Put path back into a file 8 years ago
  Josh Fyne e8ba09d0c5 io.Reader not io.ReaderAt 8 years ago