Commit Graph

35 Commits (f44153ea4679247070d6f1e31bb0934a10bebb31)

Author SHA1 Message Date
davidborry bef49e40ee
This closes #1330 update non existing sheet error messages (#1331)
2 years ago
chenliu1993 f8667386dc
This closes #827, add new functions `GetDataValidations` and `GetConditionalFormats` (#1315)
2 years ago
xuri b69da76063
ref #65, new formula functions: NETWORKDAYS, NETWORKDAYS.INTL, and WORKDAY
3 years ago
z.hua 5beeeef570
This closes #1254, `DeleteDataValidation` support delete all data validations in the worksheet
3 years ago
xuri f87c39c41d
This closes #1148, resolve limitations when adding VBA project to the workbook
3 years ago
xuri b96329cc88
Breaking change for data validation and fixed #1117
3 years ago
xuri 2245fccca0
Typo fix, rename exported constants, dependencies modules and copyright update
3 years ago
Jonham.Chen af5c4d00e8
feat: implement SHA-512 algorithm to ProtectSheet (#1115)
3 years ago
xuri 44a13aa402
Export 7 errors so users can act differently on different type of errors
3 years ago
xuri bda8e7f812
This closes #1061, support multi-byte language on set header footer
3 years ago
xuri 7d9b9275bd
This closes #1012, support specify the formula in the data validation range, and update the documentation for the `AddPicture`
3 years ago
xuri 48c16de8bf
Improve security and simplify code
3 years ago
xuri cf9fbafdd8
This closes #979, fix the data validation deletion issue and tidy the internal function in the source code
4 years ago
Arnie97 7ac37edfeb
Fix data validation issues (#975)
4 years ago
xuri f8f699a172
Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSCH, IMEXP, IMLN and IMLOG10
4 years ago
xuri 2af96c0714
#65 fn: N, PERCENTILE.INC and T
4 years ago
xuri 6ab5b991e4
Resolve #348, support delete Data Validation
5 years ago
xuri 09485b3f9f
Improve code coverage unit tests
5 years ago
xuri 1666d04559
optimization: checking error in unit tests
5 years ago
xuri ae2865d923
Improve code coverage unit tests
5 years ago
xuri 9c70d0ac86
Documentation updated, Go 1.10+ required
6 years ago
xuri 69b38ddcd6
Resolve #394, init set header and footer support
6 years ago
rentiansheng daf32a37f9 fix: datavalidation list error, formula > 255 issue #339
6 years ago
Veniamin Albaev 725c1a0c40 New feature: File.DuplicateRowTo() duplicate row to specified row position.
6 years ago
xuri fabd9d013f
README updated
6 years ago
Veniamin Albaev 35426ed5dc Tests refactoring
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 6ced438f39
New function `AddPictureFromBytes()` has been added, this resolve #259 and close #271.
6 years ago
xuri 4f47737d64
Complete unit testing case for data validation
6 years ago
xuri b4a6e61ec3
Fix golint errors under confidence 0.1
6 years ago
rentiansheng 93cbafb0e2 data validation drop-down list use sqref cell issue #268
6 years ago
xuri 2da107d3b2
Fix typo.
6 years ago
rentiansheng 24a8d64f93 add datavalidation test and fixed struct bug issue #240
6 years ago