Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | This closes #1148, resolve limitations when adding VBA project to the workbook | xuri | 2022-02-17 |
| | | | | | | | | Added two exported functions `SetWorkbookPrOptions` and `GetWorkbookPrOptions` to support setting and getting the code name property of the workbook Re-order fields of the workbook properties group to improve the compatibility Go Modules dependencies upgrade Put workbook related operating in new `workbook.go` source code Library introduction docs block updated | ||
* | Typo fix, rename exported constants, dependencies modules and copyright update | xuri | 2022-01-09 |
| | | | | Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative` | ||
* | Speed up merge cells | three | 2021-08-13 |
| | |||
* | support escaped string literal basic string and use GitHub Action instead of ↵ | xuri | 2021-06-11 |
| | | | | | | TravisCI - Note that: travis-ci.org will shutdown on June 15th, 2021, and I don't have enough permission to migrate this project to travis-ci.com currently | ||
* | Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, ↵ | xuri | 2021-04-04 |
| | | | | IMCSCH, IMEXP, IMLN and IMLOG10 | ||
* | #65 fn: N, PERCENTILE.INC and T | xuri | 2021-03-30 |
| | | | | typo fixed | ||
* | add GetCellRichText method and test (#789) | tonnyzhang | 2021-02-22 |
| | |||
* | improve compatibility for phonetic hint and sheet tab color | xuri | 2020-09-03 |
| | |||
* | Resolve #32, fix missing leading/leading spaces when working with SST | xuri | 2020-07-01 |
| | |||
* | Update docs and typo fixed | xuri | 2020-06-22 |
| | |||
* | Fix #622, storage string to SST (shared string table) | xuri | 2020-05-26 |
| | |||
* | Resolve #172, init rich text support | xuri | 2020-04-06 |
| | |||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| | |||
* | Handle multi row inline strings | Harris | 2019-08-09 |
| | | | | | | | | | The inline string struct is actually the same as the shared strings struct, reuse it. Note that Go version 1.10 is required. Fixes #462 | ||
* | README updated | xuri | 2019-01-01 |
| | |||
* | 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 |
| | |||
* | Golang 1.9 compatible, fix issue #111 | Ri Xu | 2017-09-01 |
| | |||
* | Initialize comments support & go test updated. | Ri Xu | 2017-05-13 |
| | |||
* | Fix issue #19. | Ri Xu | 2017-02-07 |
| | |||
* | Format commants, break comments after 80 characters. | Ri Xu | 2017-01-18 |
| | |||
* | - New function `AddPicture()` added, support to add picture into excel cell; | Ri Xu | 2017-01-17 |
| | | | | | - go test updated; - fix typo and `gofmt -s` formatted | ||
* | - Fix issue comments missing after save; | Ri Xu | 2016-12-22 |
| | | | | | - Update import PKG syntax in struct; - Update test XLSX file (include table, charts, functions, comments and hyperlink on Sheet1) | ||
* | Update godoc of package. | Ri Xu | 2016-10-19 |
| | |||
* | 1) Update readme file credits and go report badge added; 2) Remove use less ↵ | Ri Xu | 2016-08-31 |
| | | | | function; 3) Update test file. | ||
* | - Get cell value support | Ri Xu | 2016-08-30 |
- Optimisation code use fmt package - Update README - Remove useless function |