Commit History

Author SHA1 Message Date
  Geoffrey J. Teale 8fc25a0e82 Turn shared string RefTable into a struct instead of straight slice. 10 years ago
  Geoffrey J. Teale bddb218c83 Add some docstrings. 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
  Geoffrey J. Teale af335856af Add AddRow method to Sheet. 10 years ago
  Geoffrey J. Teale 5d401e01ed Test create a File and add a Sheet to the file. 10 years ago
  Geoffrey J. Teale 4e42553b15 Add and test NewFile function 10 years ago
  bronze1man e88aa428a5 pr-read-in-memory 10 years ago
  Geoffrey J. Teale 1e3dddf3b7 Fix blank column handling to pass new test case. 10 years ago
  Geoffrey J. Teale 229e811767 Modify readRowsFromSheet to handle series of rows and cells omitted from the 10 years ago
  Geoffrey J. Teale e3897a16f7 go fmt 10 years ago
  Geoffrey J. Teale d827bc35f6 Test that we can deal with arbitrarily named sheet files within the XLSX file. 10 years ago
  Geoffrey J. Teale bdb4b68895 - Make several small stylistic clean-ups. 10 years ago
  Geoffrey J. Teale 8efcae5939 Remove TODO 10 years ago
  Geoffrey J. Teale 58bf57e24b Merge branch 'master' of https://github.com/kokardy/xlsx into kokardy-master 10 years ago
  Geoffrey J. Teale e2b3c8977f All tests now passing 10 years ago
  Geoffrey J. Teale 033984a372 Add failing test for issue17 10 years ago
  magician1 a6c85cca7b refer to xl/_rels/workbook.xml.rel 10 years ago
  Geoffrey J. Teale 79e870b623 go fmt 11 years ago
  Geoffrey J. Teale 196249312c Fix an issue with empty rows (I forgot that these are emitted from the XML). 11 years ago
  Geoffrey J. Teale 2474321062 Rename Style.Boders -> Style.Border (correctly spelt and singular). 11 years ago
  Geoffrey J. Teale 0e341d43a5 * Change Style.Fills -> Style.Fill (a better name for a singular element) 11 years ago
  Geoffrey J. Teale a3128a11df go fmt 11 years ago
  Geoffrey J. Teale e20fec90df Test copying Font information into user level cell style. 11 years ago
  Geoffrey J. Teale c502147d60 Use dimensions in sheet definitions instead of looping through rows/columns to find the dimensions. This should restrict the main loop to only the range of cells that are actually in use, and drop the loop finding the maximum extent. This should speed things up quite a bit. 11 years ago
  Geoffrey J. Teale 2c1335f283 Add some extra information to style extracted from file 11 years ago
  Geoffrey J. Teale 872b35ec62 Test unmarshalling fills from testfile.xlsx 11 years ago
  Jason Hall 8481ccd3f9 Whoops 11 years ago
  Jason Hall b125194a52 Split out ReadZip method that doesn't open files 11 years ago