| Commit message (Expand) | Author | Age |
* | - 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 |
* | - Handle pre-defined number format set of cell when set cell value with `time... | Ri Xu | 2017-06-23 |
* | - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60; | Ri Xu | 2017-06-12 |
* | Priority cell style, when the cell and the column at the same time with the s... | Ri Xu | 2017-05-30 |
* | Set cell support column style predefined detection, relate issue #54. | Ri Xu | 2017-05-26 |
* | Code optimize. | Ri Xu | 2017-05-24 |
* | - Formatted cell data support, fix issue #48; | Ri Xu | 2017-05-05 |
* | - Fix SheetCount count error; | Ri Xu | 2017-04-01 |
* | Performance enhancements, remove redundant XML element checking logic. Relate... | Ri Xu | 2017-03-31 |
* | Leading space(s) character in cell value detection added. Related issue #32. | Ri Xu | 2017-03-28 |
* | Performance improvement | Ri Xu | 2017-03-12 |
* | - Complete the element `sheetFormatPr` struct definition; | Ri Xu | 2017-03-10 |
* | - New feature: border setting support (Related issue #21); | Ri Xu | 2017-03-06 |
* | Put path back into a file | Josh Fyne | 2017-02-16 |
* | io.Reader not io.ReaderAt | Josh Fyne | 2017-02-16 |
* | 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 |
* | Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFor... | Ri Xu | 2017-01-25 |
* | - Add hyperlink and set formula support for cell support; | Ri Xu | 2017-01-19 |
* | 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 |
* | - New function `AddPicture()` added, support to add picture into excel cell; | Ri Xu | 2017-01-17 |
* | Add setter for default cell value | Sharsie | 2017-01-11 |
* | - 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 |
* | Change complete rows logic to fix call `SetCellValue`makes file corruption in... | Ri Xu | 2016-12-23 |
* | - Update maximum 31 characters allowed in sheet title; | Ri Xu | 2016-12-23 |
* | Fix hyperlink missing after save issue and update completion row element logi... | Ri Xu | 2016-12-20 |
* | BugFix: `SetCellValue` function assertion logic will cause panic in some case. | Ri Xu | 2016-11-24 |
* | 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 |
* | New function SetCellValue added and update godoc example. | Ri Xu | 2016-09-09 |
* | Fix missing show grid lines property and godoc updated. | Ri Xu | 2016-09-07 |
* | 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 |
* | xml marshal without indent and use buffer in string concatenation. | Ri Xu | 2016-09-04 |
* | Fix checkRow() out of range | Ri Xu | 2016-09-02 |
* | Format code with golint rules | Ri Xu | 2016-09-02 |
* | - Get cell value support | Ri Xu | 2016-08-30 |
* | Init commit. | Ri Xu | 2016-08-30 |