Commit Graph

  • 5c4627a0c2
    ref #65: new formula functions VALUE and WEEKDAY xuri 2021-10-29 20:05:43 +0800
  • ffc998941c
    ref #65: new formula functions SWITCH and TRIMMEAN xuri 2021-10-28 22:17:33 +0800
  • 2e9635ece8
    ref #65: new formula functions TBILLPRICE and TBILLYIELD xuri 2021-10-27 08:07:21 +0800
  • 08087e1233
    ref #65: new formula functions TBILLEQ and TEXTJOIN xuri 2021-10-26 00:01:05 +0800
  • 154effdf82
    ref #65: new formula functions YIELDDISC and YIELDMAT xuri 2021-10-24 12:20:24 +0800
  • 71684d966a
    ref #65: new formula functions AVEDEV and CHIDIST xuri 2021-10-23 10:18:06 +0800
  • f126f63562
    ref #65: new formula functions ADDRESS and PRICEDISC xuri 2021-10-22 00:46:11 +0800
  • 49e80b9e47
    ref #65: new formula functions DISC and INTRATE xuri 2021-10-21 00:33:25 +0800
  • 1df7f32cc6
    ref #65, new formula functions: RRI, SLN and SYD xuri 2021-10-20 00:07:22 +0800
  • 5f907b7824
    ref #65: new formula functions IFNA and IFS and fix string compare result issue in arithmetic operations xuri 2021-10-19 00:06:19 +0800
  • 620f873186
    ref #65: new formula function AMORLINC xuri 2021-10-18 00:18:56 +0800
  • c89b64c53c
    ref #65: new formula functions ACCRINTM and AMORDEGRC xuri 2021-10-17 22:51:33 +0800
  • cf8766df83
    ref #65, new formula function: TIME xuri 2021-10-16 16:05:50 +0800
  • c64ce0f9ac
    Update the test case of the formula function `MIRR` Tammy 2021-10-15 23:23:26 +0800
  • de38402f74
    This closes #1031, fix small float parsed error in some case xuri 2021-10-15 21:45:46 +0800
  • 58fd279dc8
    This closes #1030, fix date rounding error xuri 2021-10-12 00:01:11 +0800
  • aa8f6f02bd
    This closes #1029, support specify compact and outline for the pivot table xuri 2021-10-11 00:08:45 +0800
  • 28841af980 initialize formula function TRANSPOSE, ref #65 and remove unused exported error variable ErrToExcelTime xuri 2021-10-01 21:43:02 +0800
  • e52e755282
    Now support set row style in the stream writer xuri 2021-09-29 23:08:17 +0800
  • 2d8b5b1885
    This closes #1027 and closes #1028 xuri 2021-09-28 22:02:31 +0800
  • 490f3063c2
    This closes #1026, time parse accuracy issue and typo fixed xuri 2021-09-26 00:07:40 +0800
  • c05b9fe8a6
    new formula function: DAYS, ref #65 xuri 2021-09-24 08:19:48 +0800
  • 790c363cce This closes #833, closes #845, and closes #1022, breaking changes xuri 2021-09-18 23:20:24 +0800
  • 2add938798
    - new formula functions: DATEVALUE, ref #65 - fix ineffectual variable assignments - timeout in go test xuri 2021-09-17 00:15:51 +0800
  • 1ba3690764
    new formula functions: WEIBULL and WEIBULL.DIST, ref #65 xuri 2021-09-14 22:23:12 +0800
  • 4ef68729f5
    new formula functions: Z.TEST and ZTEST, ref #65 xuri 2021-09-13 22:40:38 +0800
  • 52609ba526
    This closes #1017, fix duplicate image caused by incorrect internal relationships ID calculation xuri 2021-09-10 23:19:59 +0800
  • dad8f490cc
    This closes #417 and closes #520, new API `GetCellType` has been added xuri 2021-09-09 23:43:16 +0800
  • 72d84c0cbd
    This closes #262, support set line width of add the shape xuri 2021-09-08 22:05:42 +0800
  • 684603befa
    This closes #993, closes #1014 - Fix formula percentages calculated incorrectly - Make UpdateLinkedValue skip macro sheet - Fix conditional format bottom N not working xuri 2021-09-06 00:01:42 +0800
  • 32b23ef42d
    This closes #998 xuri 2021-09-05 11:59:50 +0800
  • 2616aa88cb
    Add set shared formula support and documentation for the `SetCellFormula` xuri 2021-09-03 22:51:56 +0800
  • 5e1fbd6bf7
    This closes #1008, added new formula functions MATCH and XOR, related issue #65 xuri 2021-08-29 00:03:44 +0800
  • c3d1d7dddd
    Preserve XML control character in bstrUnmarshal result xuri 2021-08-28 09:23:44 +0800
  • 7d9b9275bd
    This closes #1012, support specify the formula in the data validation range, and update the documentation for the `AddPicture` xuri 2021-08-26 00:48:18 +0800
  • cd030d4aa8
    Improve compatibility with row element with r="0" attribute xuri 2021-08-23 00:15:43 +0800
  • a2d449708c
    - This fix panic and incorrect cell read on some case - Make unit test on Go 1.7 - API documentation updated xuri 2021-08-22 13:36:56 +0800
  • 9b55f4f9f0
    This closes #1006, new fn: MONTH ref #65 Stani 2021-08-21 14:15:53 +0200
  • 4d716fa7ed
    * This closes #1004, new fn: MONTH ref #65 Stani 2021-08-21 09:46:43 +0200
  • f280c03345
    This closes #997, fix LOOKUP function to find nearest match (#1001) Stani 2021-08-21 05:58:15 +0200
  • 935af2e356
    This closes #1002, new fn: DAY ref #65 Stani 2021-08-21 05:50:49 +0200
  • dca03c6230
    This closes #994, fix LOOKUP function for Array form Stani 2021-08-19 16:12:37 +0200
  • a55f354eb3
    This closes #989, closes #990 xuri 2021-08-17 00:01:44 +0800
  • b02f864eab
    This closes #844, support get shared formula raochq 2021-08-15 01:19:49 +0800
  • 48c16de8bf
    Improve security and simplify code xuri 2021-08-15 00:06:40 +0800
  • f6f14f507e
    Speed up merge cells three 2021-08-13 01:32:44 +0800
  • 61d0ed1ff2
    This closes #987: support nested calc for if formula (#988) bailantaotao 2021-08-12 14:53:59 +0800
  • 43a057b1ea
    This closes #986, fix set data validation drop list failed in some cases Update documentation for `GetCellValue` and simplify code xuri 2021-08-12 00:02:27 +0800
  • c49e7aab30
    Reduce cyclomatic complexities for the formula calculate function and update documentation for the API: `MergeCell` and `GetCellValue` xuri 2021-08-09 22:22:43 +0800
  • cf9fbafdd8
    This closes #979, fix the data validation deletion issue and tidy the internal function in the source code xuri 2021-08-06 22:44:43 +0800
  • 933159f939
    Update dependencies module and bump version 2.4.1 v2.4.1 xuri 2021-08-02 00:00:26 +0800
  • eaf9781e7e
    Improve compatibility for SetRichText (#976) Arnie97 2021-07-31 14:20:29 +0800
  • 7ac37edfeb
    Fix data validation issues (#975) Arnie97 2021-07-31 00:31:51 +0800
  • 7dbf88f221
    This closes #971, closes #972 and closes #974 - 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 xuri 2021-07-29 00:03:57 +0800
  • e9ae9b45b2
    change go module import path to github.com/xuri/excelize xuri 2021-07-28 00:38:09 +0800
  • f9e9e5d2e0
    This closes #882, support set rows height and hidden row by stream writer xuri 2021-07-25 00:43:07 +0800
  • 5ce3fe8cb8
    Improvement compatibility with invalid first-page number attribute in the page layout xuri 2021-07-21 23:24:49 +0800
  • 1ec0207fb5
    Fix code security issue xuri 2021-07-20 23:04:50 +0800
  • ec0ca8ba50
    This closes #883, fix missing pivot attribute of conditional formatting xuri 2021-07-16 00:00:50 +0800
  • fbcfdeae90
    This closes #879, fix delete defined name failed in some case xuri 2021-07-15 23:24:01 +0800
  • f62c45fe0c
    This closes #848 and closes #852, fix reading decimals precision xuri 2021-07-12 00:02:39 +0800
  • b14b74bf56
    This closes #873, make the sheet names are not case sensitive for `NewSheet`, `GetSheetIndex`, `DeleteSheet` xuri 2021-07-10 23:47:35 +0800
  • ee8098037d
    Prevent panic when incorrect range is provided as PivotTableRange to (#874) Deepak S 2021-07-10 09:47:41 +0530
  • 2ced00d6a8
    This closes #872, support re-save the new spreadsheet after `SaveAs` xuri 2021-07-09 00:04:58 +0800
  • 4f0d676eb7
    Fix missing set each cell's styles when set columns style xuri 2021-07-08 00:52:07 +0800
  • 90d200a10b
    Make the functions `SetSheetRow`, `New Style` and `SetCellStyle` concurrency safety xuri 2021-07-07 00:57:43 +0800
  • b7fece5173
    Support concurrency add picture xuri 2021-07-06 00:31:04 +0800
  • 544ef18a8c
    - Support concurrency iterate rows and columns - Rename exported field `File.XLSX` to `File.Pkg` - Exported error message xuri 2021-07-05 00:03:56 +0800
  • 0e02329bed
    This closes #861, support concurrency get cell picture and remove unused internal function `getSheetNameByID` xuri 2021-07-04 12:13:06 +0800
  • 5ec61310dc
    fix: LocalSheetID in DefinedName should be equal to SheetIndex instead of SheetID (#868) vettich 2021-07-03 11:13:26 +0500
  • f27624acdd
    This closes #866, support use the defined name to reference the data range in pivot table options - Fix incorrect scope when getting defined name - Update docs: use column number instead of index on get column width xuri 2021-06-29 22:26:55 +0800
  • 24967a5c25
    feat: stream write to zip directly (#863) Zitao 2021-06-22 14:06:08 +0800
  • 2cfcf9eb5f encode the escaped string literal which not permitted in an XML 1.0 document xuri 2021-06-16 15:03:50 +0000
  • c62ced7ca7
    fix getRowHeight actually get the height of the next row (#860) strong 2021-06-13 14:42:09 +0800
  • bffb5d6b41
    make the caller of `getRowHeight` function adapt row number change, update comment: use rows number instead of rows index. xuri 2021-06-13 14:38:01 +0800
  • e354db69b0
    string pattern match context check instead of regex lookahead assertion xuri 2021-06-13 11:23:52 +0800
  • 5faa36430c
    skip XML control character in the escape literal string, and update dependencies xuri 2021-06-12 08:49:18 +0800
  • 83e12cc4e5
    support escaped string literal basic string and use GitHub Action instead of TravisCI xuri 2021-06-11 22:48:37 +0800
  • 38162539b6
    Create go.yml xuri 2021-06-09 14:42:20 +0800
  • bafe087a61
    This closes #858 (#859) jaby 2021-06-08 13:02:34 +0200
  • 2c90b3f535
    fixes #856 (#857) jaby 2021-06-07 12:49:20 +0200
  • d932e62a12
    This closes #855, fix missing formula cell when getting rows value xuri 2021-06-05 00:06:14 +0800
  • 58f9287559
    This closes #409 Remove UTC timezone requirement from date.go (#853) Alluuu 2021-06-04 18:06:58 +0300
  • 31d88a2624
    Merge pull request #851 from si9ma/feat_disable_axis xuri 2021-05-28 13:36:23 +0800
  • faa50c3326 feat: add disable option for chart xAxis and yAxis si9ma 2021-05-27 13:30:48 +0800
  • 056dc8454e
    Merge pull request #847 from qwaszx102938/master xuri 2021-05-24 19:13:10 +0800
  • 2f74ec171d fix the bug when there was no count attribute in sharedStrings file william 2021-05-24 15:27:36 +0800
  • 5bf3ea6154
    This closes #842, avoid empty rows in the tail of the worksheet xuri 2021-05-16 00:03:09 +0800
  • c8c62c2d2a
    * This closes #841, fix incorrect build number format in PR #839 ice 2021-05-15 23:42:52 +0800
  • 37342f6d81
    "15" is the correct 24 hours time format in go (#839) ice 2021-05-14 13:01:08 +0800
  • a1e1db1e6f
    This closes #838, fix wrong worksheet XML path of the stream writer in some case xuri 2021-05-14 00:09:23 +0800
  • be12cc27f1
    This closes #652, new SetColWidth API, support set column width in stream writing mode, and export error message xuri 2021-05-10 00:09:24 +0800
  • 423bc26d1f
    #65 fn: BESSELK and BESSELY xuri 2021-05-09 14:20:17 +0800
  • 0e0237e62d
    compatibility with non-standard page setup attributes xuri 2021-05-07 23:08:58 +0800
  • 438fd4b3f9
    This closes #834, fix invalid file path and duplicate namespace when re-creating worksheet xuri 2021-05-06 22:09:12 +0800
  • 7e429c5b46
    Fixe issue generated file corrupted caused by incorrect default XML namespace attributes xuri 2021-04-30 00:14:42 +0800
  • af5e87dbcf
    #826, support merge cell in streaming mode xuri 2021-04-28 02:04:36 +0000
  • a13ef5545e
    This closes #825, closes #829, closes #830, fix issue when get and add comments on multi authors xuri 2021-04-27 04:46:51 +0000
  • e5c5ecc379
    Fixed #825, improves compatibility for comments with absolute XML path xuri 2021-04-26 22:51:35 +0800
  • f5a20fa03f
    Fixed #823, 12/24 hours time format parsing error xuri 2021-04-20 15:20:46 +0000