Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | This closes #1061, support multi-byte language on set header footer | xuri | 2021-11-16 |
| | | | | typo fixed and simplify code for read the data values arguments of formula functions | ||
* | This closes #1012, support specify the formula in the data validation range, ↵ | xuri | 2021-08-26 |
| | | | | and update the documentation for the `AddPicture` | ||
* | This closes #986, fix set data validation drop list failed in some cases | xuri | 2021-08-12 |
| | | | | Update documentation for `GetCellValue` and simplify code | ||
* | This closes #979, fix the data validation deletion issue and tidy the ↵ | xuri | 2021-08-06 |
| | | | | internal function in the source code | ||
* | Fix data validation issues (#975) | Arnie97 | 2021-07-31 |
| | | | | | | | | | | | | | | | | | | | | | | * Fix `SetDropList` to allow XML special characters * This closes #971, allow quotation marks in SetDropList() This patch included a XML entity mapping table instead of xml.EscapeText() to be fully compatible with Microsoft Excel. * This closes #972, allow more than 255 bytes of validation formulas This patch changed the string length calculation unit of data validation formulas from UTF-8 bytes to UTF-16 code units. * Add unit tests for SetDropList() * Fix: allow MaxFloat64 to be used in validation range 17 decimal significant digits should be more than enough to represent every IEEE-754 double-precision float number without losing precision, and numbers in this form will never reach the Excel limitation of 255 UTF-16 code units. | ||
* | This closes #971, closes #972 and closes #974 | xuri | 2021-07-29 |
| | | | | | | | | - Escape XML character in the drop list - Fix incorrect character count limit in the drop list - Fix Excel time parse issue in some case - Fix custom number format month parse issue in some case - Fix corrupted file generated caused by concurrency adding pictures | ||
* | 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 | ||
* | support range validation for decimal (#739) | jacentsao | 2020-12-10 |
| | | | Co-authored-by: jacen_cao <jacentsao@kingdee.com> | ||
* | Update docs and typo fixed | xuri | 2020-06-22 |
| | |||
* | Resolve #348, support delete Data Validation | xuri | 2020-03-13 |
| | |||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| | |||
* | Fix invalid formula in data validation drop list | xuri | 2019-07-22 |
| | |||
* | Fix structs fields definition errors and keep double quotes in data ↵ | xuri | 2019-05-04 |
| | | | | validation formula | ||
* | godoc update and typo fixed | xuri | 2019-04-20 |
| | |||
* | Resolve #369,#370 | xuri | 2019-04-15 |
| | | | | | | | | | | | | | | | | | | add error return value exported functions: GetMergeCells ProtectSheet UnprotectSheet UpdateLinkedValue GetMergeCells SetSheetVisible inner functions: workSheetReader copySheet | ||
* | fix: datavalidation list error, formula > 255 issue #339 | rentiansheng | 2019-01-23 |
| | |||
* | 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 |
| | |||
* | Complete unit testing case for data validation | xuri | 2018-09-13 |
| | |||
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
| | |||
* | data validation drop-down list use sqref cell issue #268 | rentiansheng | 2018-09-04 |
| | |||
* | Fix typo. | xuri | 2018-09-02 |
| | |||
* | Add function doc and fix golint error | xuri | 2018-09-01 |
| | |||
* | add datavalidation test and fixed struct bug issue #240 | rentiansheng | 2018-09-01 |
| | |||
* | data validation funcation | rentiansheng | 2018-07-30 |