Commit History

Author SHA1 Message Date
  Ryan Hollis 1439b536b4 Merge pull request #387 from 24COMS/master 7 years ago
  Ryan Hollis c831d95108 Update file.go 7 years ago
  Ryan Hollis 8334aac6f3 Merge pull request #408 from xStrom/sheetlength 7 years ago
  Kaur Kuut 58e2fe7ac0 Test for invalid characters in sheet name. 7 years ago
  Kaur Kuut b2084a9c9f Handle 31 character sheet names correctly. 7 years ago
  Michael Vlaar ca913a6535 Improved file.AddSheet documentation 7 years ago
  treasure33 8078e06260 The length of "sheetName" is incorrectly determined if there are utf-8 characters 7 years ago
  Ryan Hollis 92caefe99f Merge pull request #343 from ryho/master 8 years ago
  Ryan Hollis 9ce246914c More improvements to cell formatting 8 years ago
  Geoffrey J. Teale 1795098677 Merge pull request #328 from cxww107/master 8 years ago
  Ryan Hollis c8fa6d05ba Allow partial reads 8 years ago
  Ryan Hollis 8e3facdb6d Revert "Allow partial reads" 8 years ago
  Ryan Hollis a1cc4c6cc3 Allow partial reads 8 years ago
  Nikolay Bystritskiy 83485b98f4 comments to method File.ToSliceUnmerged, FileToSliceUnmerged 8 years ago
  Nikolay Bystritskiy 1e9d6fd92f comments to the methods 8 years ago
  Nikolay Bystritskiy 390c3f656c File.ToSlice receiver names should be consistent 8 years ago
  Nikolay Bystritskiy 8efec5337b added methods ToSliceUnmerged and FileToSliceUnmerged 8 years ago
  Geoffrey J. Teale e4f1c67f63 Merge pull request #309 from doatesy/patch-1 8 years ago
  Geoffrey J. Teale 0fdea326a7 Make String() return just string, and use FormattedValue when an error is required. 8 years ago
  doatesy 2c96444dbb Add Sheet length check 8 years ago
  Geoffrey J. Teale 678e0fe7a5 gofmt 8 years ago
  Geoffrey J. Teale 4da4be7c96 Merge pull request #272 from tokyis/master 9 years ago
  Geoffrey J. Teale ccec065d7d Merge pull request #265 from dizk/master 9 years ago
  tokyis f2941942f4 Func. appending an existing sheet to a file (#1) 9 years ago
  Didrik A. Rognstad ee42328b46 Make file.ToSlice() output an empty string when the cell value is an empty string, and cell.String() throws an error 9 years ago
  sathishbaburathinavel 19f545a180 issue-259-XLSX file corrupts when saving the file without adding Worksheet 9 years ago
  Eric Lagergren 315c2bcfce stylistic changes 9 years ago
  Shawn Milochik 2ce4db766a Fixes #191. 9 years ago
  DerLinkshaender 9bc5936b00 added DefinedNames to the file struct by looping over defined names in the function readSheetsFromZipFile() 10 years ago
  Geoffrey J. Teale ade07d4004 Make AddSheet return error when trying to use a duplicate name. Fixes #148. 10 years ago