Commit History

Author SHA1 Message Date
  Geoffrey J. Teale eb12bbfbd0 Make cell.String() call through to cell.FormattedValue() by default. 11 years ago
  Geoffrey J. Teale d1581978ed Restore File.Sheet and File.Sheets to their respective meanings to ensure API stability. 11 years ago
  Geoffrey J. Teale 7ecfa0d472 Merge writeable-xlsx. 11 years ago
  Geoffrey J. Teale 50066933d4 Fix type data in relationships. 11 years ago
  Geoffrey J. Teale ec05f53ae7 Build workbook.xml.rels file, and use sheetnames instead of positional indexes 11 years ago
  Geoffrey J. Teale ee232cd144 Resolve conflicts 11 years ago
  Geoffrey J. Teale 25123a7790 Commit current state for safety 11 years ago
  Geoffrey J. Teale 102dbdb076 Merge branch 'fix-styleindex-0-origin' of https://github.com/nazo/xlsx into nazo-fix-styleindex-0-origin 11 years ago
  Geoffrey J. Teale cf13d6c87d go fmt 11 years ago
  Geoffrey J. Teale afe59e4cce Add unit test for support for multiple spans in a row. 11 years ago
  Geoffrey J. Teale 18526a4602 Test built-in numeric formats. 11 years ago
  Geoffrey J. Teale e73bceb44d Return NumberFormat string from Cell. 11 years ago
  takuya sato 09ab4fdf79 fix GetStyle() 0-origin-start and applyXxxx ignored 11 years ago
  Geoffrey J. Teale 9f1865bd41 Allow for manual calculation of the dimensions of a sheet if no DimensionRef is 11 years ago
  Geoffrey J. Teale 881fcc3ee2 Add alpha cell ID to cell in output. 11 years ago
  Geoffrey J. Teale 04306188fc Working implementation of numericToLetters. 11 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. 11 years ago
  Geoffrey J. Teale 099acb7741 Add docstring to test. 11 years ago
  Geoffrey J. Teale af335856af Add AddRow method to Sheet. 11 years ago
  Geoffrey J. Teale 5d401e01ed Test create a File and add a Sheet to the file. 11 years ago
  Geoffrey J. Teale 4e42553b15 Add and test NewFile function 12 years ago
  Geoffrey J. Teale c2f04a47f8 Fix broken assertion. 12 years ago
  Geoffrey J. Teale af39183047 use gocheck in lib_test.go 12 years ago
  Geoffrey J. Teale 23c12aef27 Convert TestReadRowsFromSheetWithEmptyCells 12 years ago
  Geoffrey J. Teale 9f546c4ed0 Convert TestReadRowsFromSheetWithLeadingEmptyCells. 12 years ago
  Geoffrey J. Teale a012c8183a Convert TestReadRowsFromSheetWithLeadingEmptyRows 12 years ago
  Geoffrey J. Teale 27190946cb Convert TestReadRowsFromSheet 12 years ago
  Geoffrey J. Teale bd44f5564b Convert TestMakeRowFromSpan 12 years ago
  Geoffrey J. Teale 3d6b201215 Convert TestGetRangeFromString 12 years ago
  Geoffrey J. Teale a8e32a804a Convert TestGetMaxMinFromDimensionRef 12 years ago