Commit History

Author SHA1 Message Date
  Veniamin Albaev dc01264562 Huge refactorig for consistent col/row numbering (#356) 5 years ago
  Olivier Mengué e780e41e02 Faster TitleToNumber (#343) 5 years ago
  xuri fabd9d013f README updated 5 years ago
  HcySunYang 4dbc78ce0a resolve #273 new feature: protect sheet support 5 years ago
  xuri 1c45425f12 resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support 6 years ago
  xuri 3e004d900b Comments style changed. 6 years ago
  xuri 13a9769cc5 Comments style changed. 6 years ago
  xuri 2f146c923c Comments style changed. 6 years ago
  xuri b4a6e61ec3 Fix golint errors under confidence 0.1 6 years ago
  xuri ec37b114c3 Fixes #256 and format document. 6 years ago
  xuri 79dfe1c307 GoDoc updated. 6 years ago
  Olivier Mengué 4a1b406456 CopySheet() using reflect instead of encoding/gob 6 years ago
  xuri 9e463b4614 - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()` 6 years ago
  Lunny Xiao 38ad20efc1 save bytes on memory instead of string 6 years ago
  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 6 years ago
  Olivier Mengué 88e48e079a Add SetSheetViewOptions and GetSheetViewOptions (#145) 7 years ago
  Ri Xu 1f93fc7bad Optimize code. 7 years ago
  lichaofei 787495c503 Update lib.go 7 years ago
  lichaofei 1169042f7d Update lib.go 7 years ago
  Ri Xu 1ec2661dda Bugfix: deep copy issue with function `CopySheet()`, relate PR #108. 7 years ago
  Ri Xu 555e2ba9a8 - Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; 7 years ago
  Ri Xu 35841caaf1 - Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64; 7 years ago
  Ri Xu 1f73f08185 - New feature: border setting support (Related issue #21); 7 years ago
  Josh Fyne d9f4a2f154 Standardize input and output 7 years ago
  Ri Xu 0833a9d5da - Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ; 7 years ago
  Ri Xu bd5b033b02 Support set work sheet background image. 7 years ago
  Ri Xu 9559f454a7 Fix issue #17, update README and fix typo. 7 years ago
  Ri Xu 52796f6e58 Format commants, break comments after 80 characters. 7 years ago
  Ri Xu f05df2a018 - New function `SetSheetName` and `SetColWidth` added, support rename sheet and set column width; 7 years ago
  Ri Xu 9e8d36ce59 - Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions; 7 years ago