Historique des commits

Auteur SHA1 Message Date
  Lunny Xiao 38ad20efc1 save bytes on memory instead of string il y a 7 ans
  Ri Xu 200437d778 Fix document typo. il y a 7 ans
  Ri Xu 9ee57fdb38 Fix typo and adding Chinese version document. il y a 7 ans
  Ri Xu ecc3adf22a - Add protection properties associated with the cell support, relate issue #191; il y a 7 ans
  Ri Xu 638bd44dd5 - gofmted with -s; il y a 8 ans
  Martin Sandve Alnæs e556c25047 Avoid looping over unused rows and columns in SetCellStyle. il y a 8 ans
  mbresson 317ef65381 make SetCellStyle quicker by skipping conversions in checkCellInArea, and skipping area checks when we are sure the cell can't be before or past the current row/col il y a 8 ans
  Ri Xu 76366fc1d9 Travis CI config updated and typo fixed. il y a 8 ans
  Ri Xu 07a4140098 - 24 hour time format supported, relate issue #163; il y a 8 ans
  Ri Xu 905be463ed Improve code readability. il y a 8 ans
  Ri Xu e820388d70 Handle coordinate parse exception, relate issue #122. il y a 8 ans
  Ri Xu f05f799f8d - API changed, use worksheet name instead of "sheet" + index, related issue #25, #43, #47, #51, #89, #101, #116 and #120. il y a 8 ans
  Ri Xu 77af25295e - Conditional format with formula support, relate issue #75; il y a 8 ans
  Ri Xu 845e339755 Document updated. il y a 8 ans
  Ri Xu 67636039f6 - Init conditional format support, relate issue #75; il y a 8 ans
  Ri Xu 5cf3725f02 Add missing element `xfId` of the styles to fix issue #93. il y a 8 ans
  Ri Xu 961996a813 - Fix `completeCol()` make extra rows, relate issue #87; il y a 8 ans
  Ri Xu 4a74951e81 - Support set custom number format, relate issue #86; il y a 8 ans
  Ri Xu 8493fea373 - Add number format code with unicode values, relate issue #86; il y a 8 ans
  Ri Xu 4f942255e4 - Fix missing element in worksheet, workbook and styles. Related issue #81; il y a 8 ans
  Ri Xu 4b7d21bb63 Currency format code added. il y a 8 ans
  Ri Xu 101abe8e98 Add currency format code and go test updated. il y a 8 ans
  Ri Xu 60fa5a5be1 - Display negative numbers by applying a red color supported; il y a 8 ans
  Ri Xu bc31e545c8 - Currency format supported, relate issue #80; il y a 8 ans
  Ri Xu 654a676d93 - New function `NewStyle()` added and function `SetCellStyle()` has been exported, relate issue #72; il y a 8 ans
  Ri Xu e05867a033 Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70. il y a 8 ans
  Ri Xu 555e2ba9a8 - Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; il y a 8 ans
  Ri Xu 35841caaf1 - Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64; il y a 8 ans
  Ri Xu efff54ccde - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60; il y a 8 ans
  Ri Xu 8fbab47444 - Formatted cell data support, fix issue #48; il y a 8 ans