-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: qax-os/excelize
base: v2.4.1
head repository: qax-os/excelize
compare: v2.5.0
Commits on Aug 6, 2021
-
This closes #979, fix the data validation deletion issue and tidy the…
… internal function in the source code
Configuration menu - View commit details
-
Copy full SHA for cf9fbaf - Browse repository at this point
Copy the full SHA cf9fbafView commit details
Commits on Aug 9, 2021
-
Reduce cyclomatic complexities for the formula calculate function and…
… update documentation for the API: `MergeCell` and `GetCellValue`
Configuration menu - View commit details
-
Copy full SHA for c49e7aa - Browse repository at this point
Copy the full SHA c49e7aaView commit details
Commits on Aug 11, 2021
-
This closes #986, fix set data validation drop list failed in some cases
Update documentation for `GetCellValue` and simplify code
Configuration menu - View commit details
-
Copy full SHA for 43a057b - Browse repository at this point
Copy the full SHA 43a057bView commit details
Commits on Aug 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61d0ed1 - Browse repository at this point
Copy the full SHA 61d0ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f14f5 - Browse repository at this point
Copy the full SHA f6f14f5View commit details
Commits on Aug 14, 2021
-
Improve security and simplify code
- Make variable name more semantic - Reduce cyclomatic complexities for the formula calculate function - Support specified unzip size limit on open file options, avoid zip bombs vulnerability attack - Typo fix for documentation and error message
Configuration menu - View commit details
-
Copy full SHA for 48c16de - Browse repository at this point
Copy the full SHA 48c16deView commit details -
Configuration menu - View commit details
-
Copy full SHA for b02f864 - Browse repository at this point
Copy the full SHA b02f864View commit details
Commits on Aug 16, 2021
-
New API: `SetRowStyle` support for set style for the rows Update documentation for the `GetRows`, `SetCellStyle` and `SetColStyle`
Configuration menu - View commit details
-
Copy full SHA for a55f354 - Browse repository at this point
Copy the full SHA a55f354View commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dca03c6 - Browse repository at this point
Copy the full SHA dca03c6View commit details
Commits on Aug 21, 2021
-
This closes #1002, new fn: DAY ref #65
Co-authored-by: Stani Michiels <git@rchtct.com> Co-authored-by: xuri <xuri.me@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 935af2e - Browse repository at this point
Copy the full SHA 935af2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f280c03 - Browse repository at this point
Copy the full SHA f280c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d716fa - Browse repository at this point
Copy the full SHA 4d716faView commit details -
This closes #1006, new fn: MONTH ref #65
Co-authored-by: xuri <xuri.me@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9b55f4f - Browse repository at this point
Copy the full SHA 9b55f4fView commit details
Commits on Aug 22, 2021
-
- This fix panic and incorrect cell read on some case
- Make unit test on Go 1.7 - API documentation updated
Configuration menu - View commit details
-
Copy full SHA for a2d4497 - Browse repository at this point
Copy the full SHA a2d4497View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd030d4 - Browse repository at this point
Copy the full SHA cd030d4View commit details
Commits on Aug 25, 2021
-
This closes #1012, support specify the formula in the data validation…
… range, and update the documentation for the `AddPicture`
Configuration menu - View commit details
-
Copy full SHA for 7d9b927 - Browse repository at this point
Copy the full SHA 7d9b927View commit details
Commits on Aug 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c3d1d7d - Browse repository at this point
Copy the full SHA c3d1d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1fbd6 - Browse repository at this point
Copy the full SHA 5e1fbd6View commit details
Commits on Sep 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2616aa8 - Browse repository at this point
Copy the full SHA 2616aa8View commit details
Commits on Sep 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 32b23ef - Browse repository at this point
Copy the full SHA 32b23efView commit details -
This closes #993, closes #1014
- Fix formula percentages calculated incorrectly - Make UpdateLinkedValue skip macro sheet - Fix conditional format bottom N not working
Configuration menu - View commit details
-
Copy full SHA for 684603b - Browse repository at this point
Copy the full SHA 684603bView commit details
Commits on Sep 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 72d84c0 - Browse repository at this point
Copy the full SHA 72d84c0View commit details
Commits on Sep 9, 2021
-
4
Configuration menu - View commit details
-
Copy full SHA for dad8f49 - Browse repository at this point
Copy the full SHA dad8f49View commit details
Commits on Sep 10, 2021
-
This closes #1017, fix duplicate image caused by incorrect internal r…
…elationships ID calculation
Configuration menu - View commit details
-
Copy full SHA for 52609ba - Browse repository at this point
Copy the full SHA 52609baView commit details
Commits on Sep 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4ef6872 - Browse repository at this point
Copy the full SHA 4ef6872View commit details
Commits on Sep 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ba3690 - Browse repository at this point
Copy the full SHA 1ba3690View commit details
Commits on Sep 16, 2021
-
- new formula functions: DATEVALUE, ref #65
- fix ineffectual variable assignments - timeout in go test
Configuration menu - View commit details
-
Copy full SHA for 2add938 - Browse repository at this point
Copy the full SHA 2add938View commit details
Commits on Sep 19, 2021
-
This closes #833, closes #845, and closes #1022, breaking changes
- Close spreadsheet and row's iterator required - New options `WorksheetUnzipMemLimit` have been added - Improve streaming reading performance, memory usage decrease about 93.7%
Configuration menu - View commit details
-
Copy full SHA for 790c363 - Browse repository at this point
Copy the full SHA 790c363View commit details
Commits on Sep 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c05b9fe - Browse repository at this point
Copy the full SHA c05b9feView commit details
Commits on Sep 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 490f306 - Browse repository at this point
Copy the full SHA 490f306View commit details
Commits on Sep 28, 2021
-
This closes #1027 and closes #1028
* Fix build-in scientific number format failed * An error will be returned if given an invalid custom number format when creating a new style
Configuration menu - View commit details
-
Copy full SHA for 2d8b5b1 - Browse repository at this point
Copy the full SHA 2d8b5b1View commit details
Commits on Sep 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e52e755 - Browse repository at this point
Copy the full SHA e52e755View commit details
Commits on Oct 1, 2021
-
initialize formula function TRANSPOSE, ref #65 and remove unused expo…
…rted error variable ErrToExcelTime
Configuration menu - View commit details
-
Copy full SHA for 28841af - Browse repository at this point
Copy the full SHA 28841afView commit details
Commits on Oct 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aa8f6f0 - Browse repository at this point
Copy the full SHA aa8f6f0View commit details
Commits on Oct 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 58fd279 - Browse repository at this point
Copy the full SHA 58fd279View commit details
Commits on Oct 15, 2021
-
This closes #1031, fix small float parsed error in some case
- new formula function: YEARFRAC, ref #65 - update the codecov version - remove unused variable
Configuration menu - View commit details
-
Copy full SHA for de38402 - Browse repository at this point
Copy the full SHA de38402View commit details -
Configuration menu - View commit details
-
Copy full SHA for c64ce0f - Browse repository at this point
Copy the full SHA c64ce0fView commit details
Commits on Oct 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cf8766d - Browse repository at this point
Copy the full SHA cf8766dView commit details
Commits on Oct 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c89b64c - Browse repository at this point
Copy the full SHA c89b64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 620f873 - Browse repository at this point
Copy the full SHA 620f873View commit details
Commits on Oct 18, 2021
-
ref #65: new formula functions IFNA and IFS and fix string compare re…
…sult issue in arithmetic operations
Configuration menu - View commit details
-
Copy full SHA for 5f907b7 - Browse repository at this point
Copy the full SHA 5f907b7View commit details
Commits on Oct 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1df7f32 - Browse repository at this point
Copy the full SHA 1df7f32View commit details
Commits on Oct 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 49e80b9 - Browse repository at this point
Copy the full SHA 49e80b9View commit details
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f126f63 - Browse repository at this point
Copy the full SHA f126f63View commit details
Commits on Oct 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 71684d9 - Browse repository at this point
Copy the full SHA 71684d9View commit details
Commits on Oct 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 154effd - Browse repository at this point
Copy the full SHA 154effdView commit details
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 08087e1 - Browse repository at this point
Copy the full SHA 08087e1View commit details
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2e9635e - Browse repository at this point
Copy the full SHA 2e9635eView commit details
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ffc9989 - Browse repository at this point
Copy the full SHA ffc9989View commit details
Commits on Oct 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c4627a - Browse repository at this point
Copy the full SHA 5c4627aView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.