Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | This closes #1027 and closes #1028 | xuri | 2021-09-28 |
| | | | | | * Fix build-in scientific number format failed * An error will be returned if given an invalid custom number format when creating a new style | ||
* | This closes #993, closes #1014 | xuri | 2021-09-06 |
| | | | | | | - Fix formula percentages calculated incorrectly - Make UpdateLinkedValue skip macro sheet - Fix conditional format bottom N not working | ||
* | - This fix panic and incorrect cell read on some case | xuri | 2021-08-22 |
| | | | | | - Make unit test on Go 1.7 - API documentation updated | ||
* | This closes #989, closes #990 | xuri | 2021-08-17 |
| | | | | | New API: `SetRowStyle` support for set style for the rows Update documentation for the `GetRows`, `SetCellStyle` and `SetColStyle` | ||
* | 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 | ||
* | Fix code security issue | xuri | 2021-07-20 |
| | |||
* | Make the functions `SetSheetRow`, `New Style` and `SetCellStyle` concurrency ↵ | xuri | 2021-07-07 |
| | | | | safety | ||
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
| | | | | | - Rename exported field `File.XLSX` to `File.Pkg` - Exported error message | ||
* | * This closes #841, fix incorrect build number format in PR #839 | ice | 2021-05-15 |
| | |||
* | "15" is the correct 24 hours time format in go (#839) | ice | 2021-05-14 |
| | | | | * "15" is the correct 24 hours time format in go * fix number format convert issue and remove the `dateTimeFormatsCache` | ||
* | Fixe issue generated file corrupted caused by incorrect default XML ↵ | xuri | 2021-04-30 |
| | | | | namespace attributes | ||
* | Fixed #823, 12/24 hours time format parsing error | xuri | 2021-04-20 |
| | |||
* | 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 | ||
* | This closes #809, and add new fn: HARMEAN | xuri | 2021-03-25 |
| | |||
* | lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, ↵ | xuri | 2021-02-15 |
| | | | | CONCATENATE, COUNT, COUNTBLANK, MAX | ||
* | This closes #774, closes #775 and closes #776 | xuri | 2021-02-02 |
| | | | | | | | | - correct adjust calculation chain in duplicate rows - correct adjust defined name in the workbook when delete worksheet - use absolute reference in the auto filters defined name to make it compatible with OpenOffice - API `CoordinatesToCellName` have a new optional param to specify if using an absolute reference format - Fix cyclomatic complexity issue of internal function `newFills` and `parseToken` | ||
* | value fields xlsxPatternFill.FgColor & xlsxPatternFill.BgColor cause … (#770) | Eagle Xiang | 2021-01-28 |
| | | | | | * value fields xlsxPatternFill.FgColor & xlsxPatternFill.BgColor cause ineffective omitempty tags * remove useless omitempty tag on xlsxPatternFill.FgColor and xlsxPatternFill.BgColor | ||
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
| | |||
* | Update conversion between integer types and unit tests | xuri | 2020-10-23 |
| | |||
* | - Resolve #627, improve multi-series line chart compatibility with KingSoft WPS | xuri | 2020-10-11 |
| | | | | | | - Avoid to create duplicate style - Update unit test for the auto filter - Init code scanning alerts | ||
* | extend cell value load to support custom datetime format (#703) | Artem Kustikov | 2020-10-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * extend cell value load to support custom datetime format * cleanup incorrect imports * fix numeric values conversion as done in legacy Excel * fix tests coverage * revert temporary package name fix * remove personal info from test XLSX files * remove unused dependencies * update format conversion in parseTime * new UT to increase code coverage * Resolve code review issue for PR #703 * Rename broken file name generated by unit test Co-authored-by: xuri <xuri.me@gmail.com> | ||
* | add checking and limits for the worksheet | xuri | 2020-09-18 |
| | |||
* | Update styles.go | WXDYGR | 2020-08-05 |
| | | | 修复获取百分比值时,GetCellValue返回值不准确的问题 | ||
* | support parse and generate XML element namespace dynamic, fix #651 | xuri | 2020-07-18 |
| | |||
* | Update docs and typo fixed | xuri | 2020-06-22 |
| | |||
* | avoid creating duplicate number format | xuri | 2020-05-25 |
| | |||
* | Resolve #643, avoid creating duplicate style | xuri | 2020-05-24 |
| | |||
* | - formula engine: reduce cyclomatic complexity | xuri | 2020-05-10 |
| | | | | - styles: allow empty and default cell formats, #628 | ||
* | Fix for issue #608 (#609) | echarlus | 2020-04-09 |
| | |||
* | Resolve #172, init rich text support | xuri | 2020-04-06 |
| | |||
* | remove ineffectual variable assignments and simplify code | xuri | 2020-03-29 |
| | |||
* | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
| | |||
* | Resolve #200, ignore empty conditional format style | xuri | 2020-03-16 |
| | |||
* | Resolve #470, export Style structs to allow create the style for cells by ↵ | xuri | 2020-03-10 |
| | | | | given JSON or structure | ||
* | Resolve #571, init remove conditional format support | xuri | 2020-03-03 |
| | |||
* | Resolve #580, revert commit ↵ | xuri | 2020-02-19 |
| | | | | https://github.com/360EntSecGroup-Skylar/excelize/commit/5ca7231ed408ac264f509ff52b5d28ff4fbda757 | ||
* | Fix #551, handle empty rows in streaming reading | xuri | 2019-12-31 |
| | |||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | Improve compatibility, fix workbook's rels ID calc error | xuri | 2019-12-23 |
| | |||
* | Fix #539 Fixed error opening excel file created in encoding d… (#540) | Alex Geer | 2019-12-20 |
| | | | | | | | | | | | | | | | | * Fixed issue #539 Fixed error opening excel file created in encoding different from UTF-8, added logging of possible errors when decoding XML if the function does not provide exit with an error * Added test for CharsetReader * Fixed #discussion_r359397878 Discussion: https://github.com/360EntSecGroup-Skylar/excelize/pull/540#discussion_r359397878 * Fixed go fmt * go mod tidy and removed unused imports * The code has been refactored | ||
* | Fix #482, font strike style support | xuri | 2019-09-23 |
| | |||
* | Fix #386 regression test added (#440) | Vsevolod Balashov | 2019-09-01 |
| | | | | | | * #386 regression test added * closes #386 string to bigint on GOARCH=386 | ||
* | Update the Godoc | xuri | 2019-08-21 |
| | |||
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| | |||
* | New feature: sparkline supported | xuri | 2019-08-04 |
| | |||
* | Update GoDoc and typo fixed | xuri | 2019-06-30 |
| | |||
* | Fix #425, handle empty font style format | xuri | 2019-06-13 |
| | |||
* | Fix #424, refactor merged cells adjuster | xuri | 2019-06-12 |
| | |||
* | Fixed #418, #420, #421, init adjust calculation chain support | xuri | 2019-06-08 |
| | | | | Update testing case |