Commit History

Author SHA1 Message Date
  Geoffrey J. Teale cf13d6c87d go fmt 10 years ago
  Geoffrey J. Teale afe59e4cce Add unit test for support for multiple spans in a row. 10 years ago
  Geoffrey J. Teale e4e890e676 Merge branch 'fix/xlsx-multiple-spans' of https://github.com/minimum2scp/xlsx into minimum2scp-fix/xlsx-multiple-spans 10 years ago
  Geoffrey J. Teale d72cb36e9f Merge branch 'master' of github.com:tealeg/xlsx 10 years ago
  Geoffrey J. Teale 20a3503bc7 Merge branch 'lunny-master' with a lot of modification and testing. 10 years ago
  Geoffrey J. Teale 18526a4602 Test built-in numeric formats. 10 years ago
  Geoffrey J. Teale e73bceb44d Return NumberFormat string from Cell. 10 years ago
  Geoffrey J. Teale 8739828adb Rework date.go to be legible (as far as possible) and add tests. 10 years ago
  takuya sato 09ab4fdf79 fix GetStyle() 0-origin-start and applyXxxx ignored 10 years ago
  YAMADA Tsuyoshi bf59f69ef3 Fix for multiple ranges in a row 10 years ago
  Geoffrey J. Teale 1103c0f126 Merge branch 'master' of https://github.com/lunny/xlsx into lunny-master 10 years ago
  Lunny Xiao ca003a70bd add Str2Date func to handler date cell 10 years ago
  Geoffrey J. Teale 1e28866e9b Merge pull request #31 from chrisglass/patch-1 10 years ago
  Chris Glass 29ecabe066 Typo fix 10 years ago
  Geoffrey J. Teale 8faffed7b8 Allow setting of fill patterns on cell. 10 years ago
  Geoffrey J. Teale 9f1865bd41 Allow for manual calculation of the dimensions of a sheet if no DimensionRef is 10 years ago
  Geoffrey J. Teale 25cdc9583d Check in current state of writeable-xlsx so I can switch branches 10 years ago
  Shawn Smith abd8de3d34 add test for google docs excel 10 years ago
  Geoffrey J. Teale 07b220aac0 Merge pull request #29 from lunny/master 10 years ago
  Lunny Xiao 9e91007bc7 add Name field for Sheet 10 years ago
  Geoffrey J. Teale f2931eadfb Create xlsxStyles from a sheet's Styles. 10 years ago
  Geoffrey J. Teale 718fc0446e Marshal xlsxSST and xlsxWorksheet. 10 years ago
  Geoffrey J. Teale 8fc25a0e82 Turn shared string RefTable into a struct instead of straight slice. 10 years ago
  Geoffrey J. Teale bb8941958d Make NewXlsxSSTFromRefTable into RefTable.makeXlsxSST, for consistency. 10 years ago
  Geoffrey J. Teale 0cbe495475 Test we can create a RefTable, populate it, use it to deference shared string 10 years ago
  Geoffrey J. Teale bddb218c83 Add some docstrings. 10 years ago
  Geoffrey J. Teale 3065a60cf8 Test passing on first version of sheet marshalling. 10 years ago
  Geoffrey J. Teale 881fcc3ee2 Add alpha cell ID to cell in output. 10 years ago
  Geoffrey J. Teale 04306188fc Working implementation of numericToLetters. 10 years ago
  Geoffrey J. Teale f06b375a2e Split out lib.go and lib_test.go to several smaller files, this helps make things a bit more readable. 10 years ago