| Commit message (Expand) | Author | Age |
* | add limits for total columns, row and filename length | xuri | 2020-05-29 |
* | add test for ReadZipReader, close #642 | xuri | 2020-05-23 |
* | Improved error handling and stoped the crash due to fatel error (#593) close ... | sachin-puranik | 2020-05-23 |
* | - transform the range to the matrix on the first arg of the formula | xuri | 2020-05-21 |
* | init formula calculation engine, ref #65 and #599 | xuri | 2020-05-03 |
* | Performance improvements | xuri | 2020-04-05 |
* | Improve code coverage unit tests | xuri | 2019-12-29 |
* | Improve compatibility, fix workbook's rels ID calc error | xuri | 2019-12-23 |
* | Pre-allocate some memory when reading files (#510) | Michael | 2019-10-24 |
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | Typo fixed and godoc updated | xuri | 2019-03-20 |
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
* | Faster TitleToNumber (#343) | Olivier Mengué | 2019-02-02 |
* | README updated | xuri | 2019-01-01 |
* | resolve #273 new feature: protect sheet support | HcySunYang | 2018-11-02 |
* | resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support | xuri | 2018-10-17 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
* | Fixes #256 and format document. | xuri | 2018-08-06 |
* | GoDoc updated. | xuri | 2018-07-13 |
* | CopySheet() using reflect instead of encoding/gob | Olivier Mengué | 2018-06-14 |
* | - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic... | xuri | 2018-05-27 |
* | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
* | make SetCellStyle quicker by skipping conversions in checkCellInArea, and ski... | mbresson | 2018-01-19 |
* | Add SetSheetViewOptions and GetSheetViewOptions (#145) | Olivier Mengué | 2017-11-16 |
* | Optimize code. | Ri Xu | 2017-09-06 |
* | Update lib.go | lichaofei | 2017-09-05 |
* | Update lib.go | lichaofei | 2017-09-05 |
* | Bugfix: deep copy issue with function `CopySheet()`, relate PR #108. | Ri Xu | 2017-08-19 |
* | - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri... | Ri Xu | 2017-06-27 |
* | - Function `formattedValue()` performance improvement by avoid repeating dese... | Ri Xu | 2017-06-26 |
* | - New feature: border setting support (Related issue #21); | Ri Xu | 2017-03-06 |
* | Standardize input and output | Josh Fyne | 2017-02-16 |
* | - Improved performance when reading large files, call Token to read tokens on... | Ri Xu | 2017-02-12 |
* | Support set work sheet background image. | Ri Xu | 2017-01-24 |
* | Fix issue #17, update README and fix typo. | Ri Xu | 2017-01-23 |
* | Format commants, break comments after 80 characters. | Ri Xu | 2017-01-18 |
* | - New function `SetSheetName` and `SetColWidth` added, support rename sheet a... | Ri Xu | 2017-01-18 |
* | - Performance improvement, remove `replaceRelationshipsID` and `workBookCompa... | Ri Xu | 2016-12-31 |
* | - Fix issue: sheet protection and conditional formatting proprietary missing ... | Ri Xu | 2016-12-26 |
* | Update godoc of package. | Ri Xu | 2016-10-19 |
* | Use conjunction with strings.Map to split Axis and update godoc. | Ri Xu | 2016-09-12 |
* | Move execute checkRow logic when XLSX file open, speed up library write file. | Ri Xu | 2016-09-07 |
* | Open file error return added and UpdateLinkedValue function added to fix link... | Ri Xu | 2016-09-06 |
* | Fix issue #2 change project to object-oriented style and update readme file. | Ri Xu | 2016-09-05 |
* | Fix issue #4 use builtin `map` instead of home-built. | Ri Xu | 2016-09-05 |