Commit Verlauf

Autor SHA1 Nachricht Datum
  Ri Xu f10ee929d0 - Bugfix: use sheet name in func `AddPicture`, relate issue #142; vor 8 Jahren
  Ri Xu 8077732dff Bugfix: read sheet name error, relate issue #137 vor 8 Jahren
  Ri Xu 9b5b74d480 Performance optimization, use the array index instead of the value in range. vor 8 Jahren
  Ri Xu 905be463ed Improve code readability. vor 8 Jahren
  Ri Xu f05f799f8d - API changed, use worksheet name instead of "sheet" + index, related issue #25, #43, #47, #51, #89, #101, #116 and #120. vor 8 Jahren
  Ri Xu 6aa59a1af2 - Init insert/remove column/row support. Relate issue #77 and #82; vor 8 Jahren
  Ri Xu 38df838598 Bugfix: unable to read the value of the merged cell, relate issue #78 vor 8 Jahren
  Ri Xu 654a676d93 - New function `NewStyle()` added and function `SetCellStyle()` has been exported, relate issue #72; vor 8 Jahren
  Ri Xu e05867a033 Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70. vor 8 Jahren
  Ri Xu 555e2ba9a8 - Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; vor 8 Jahren
  Ri Xu 35841caaf1 - Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64; vor 8 Jahren
  Ri Xu db4aff04fd - Handle pre-defined number format set of cell when set cell value with `time.Time` data type, related issue #62; vor 8 Jahren
  Ri Xu efff54ccde - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60; vor 8 Jahren
  Ri Xu d372bb977f Priority cell style, when the cell and the column at the same time with the style attribute. Relate issue #54 and #56. vor 8 Jahren
  Ri Xu e41ee8a124 Set cell support column style predefined detection, relate issue #54. vor 8 Jahren
  Ri Xu dea57dd0ae Code optimize. vor 8 Jahren
  Ri Xu 8fbab47444 - Formatted cell data support, fix issue #48; vor 8 Jahren
  Ri Xu 8fd061b98f - Fix SheetCount count error; vor 8 Jahren
  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. vor 8 Jahren
  Ri Xu bee487c445 Leading space(s) character in cell value detection added. Related issue #32. vor 8 Jahren
  Ri Xu de6e075713 Performance improvement vor 8 Jahren
  Ri Xu 5384756d64 - Complete the element `sheetFormatPr` struct definition; vor 8 Jahren
  Ri Xu 1f73f08185 - New feature: border setting support (Related issue #21); vor 8 Jahren
  Josh Fyne bd817ea890 Put path back into a file vor 8 Jahren
  Josh Fyne e8ba09d0c5 io.Reader not io.ReaderAt vor 8 Jahren
  Josh Fyne d9f4a2f154 Standardize input and output vor 8 Jahren
  Ri Xu 0833a9d5da - Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ; vor 8 Jahren
  Ri Xu a1060e779e Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFormula`, `GetCellValue` and `GetCellFormula` to support the merged cells. vor 8 Jahren
  Ri Xu 4a9b39afc6 - Add hyperlink and set formula support for cell support; vor 9 Jahren
  Ri Xu 52796f6e58 Format commants, break comments after 80 characters. vor 9 Jahren