summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* This closes #1075, reload temporary files into memory on savexuri2021-12-01
|
* ref #65: new formula function YIELDxuri2021-11-29
|
* ref #65: new formula functions CONFIDENCE and CONFIDENCE.NORMxuri2021-11-25
|
* This closes #1069, support time zone location when set cell valuexuri2021-11-24
|
* ref #65: new formula function VDBxuri2021-11-22
|
* ref #65: new formula function XIRRxuri2021-11-21
|
* This closes #1060, fix build-in time number format parse errorxuri2021-11-20
|
* Fix sheet deletion fail in some casexuri2021-11-18
|
* ref #65: new formula function PRICExuri2021-11-17
| | | | | - fix COUPPCD result accuracy issue - update close spreadsheet example in documentation and README
* This closes #1061, support multi-byte language on set header footerxuri2021-11-16
| | | | typo fixed and simplify code for read the data values arguments of formula functions
* ref #65, new formula functions: COUPDAYBS, COUPDAYS and COUPDAYSNCxuri2021-11-15
|
* This closes #1057, merge column styles to reduce spreadsheet sizexuri2021-11-14
|
* This closes #1059, represent boolean in XML as 0/1 rather than true/falsexuri2021-11-13
|
* ref #65: new formula function MINUTExuri2021-11-12
|
* ref #65: new formula function XNPVxuri2021-11-11
|
* ref #65: new formula functions PERCENTRANK.EXC, PERCENTRANK.INC and PERCENTRANKxuri2021-11-09
|
* ref #65: new formula functions COUPNCD and COUPNUMxuri2021-11-08
|
* ref #65: new formula functions COUPPCD and PRICEMATxuri2021-11-07
|
* ref #65: new formula functions PERCENTILE.EXC, QUARTILE.EXC and VAR.Sxuri2021-11-06
|
* ref #65: new formula functions VAR, VARA and VARPAxuri2021-11-05
|
* Support get current row/col and total rows/cols in the stream reader (#1054)li2021-11-05
|
* ref #65: new formula functions STANDARDIZE, STDEV.P and STDEVPxuri2021-11-04
|
* return immediately when matched for efficiency (#1049)Sean Liang2021-11-03
|
* ref #65: new formula functions ERF, ERF.PRECISE, ERFC and ERFC.PRECISExuri2021-11-03
|
* ref #65: new formula functions DELTA and GESTEPxuri2021-11-02
|
* ref #65: new formula functions ACCRINT and ISOWEEKNUMxuri2021-11-01
|
* ref #65: new formula functions DEVSQ and GEOMEANxuri2021-10-31
|
* ref #65: new formula functions RATE and RECEIVED (#1045)Jerring2021-10-30
|
* ref #65: new formula functions PV, RANK and RANK.EQxuri2021-10-30
|
* ref #65: new formula functions VALUE and WEEKDAYxuri2021-10-29
|
* ref #65: new formula functions SWITCH and TRIMMEANxuri2021-10-28
|
* ref #65: new formula functions TBILLPRICE and TBILLYIELDxuri2021-10-27
|
* ref #65: new formula functions TBILLEQ and TEXTJOINxuri2021-10-26
|
* ref #65: new formula functions YIELDDISC and YIELDMATxuri2021-10-24
|
* ref #65: new formula functions AVEDEV and CHIDISTxuri2021-10-23
|
* ref #65: new formula functions ADDRESS and PRICEDISCxuri2021-10-22
|
* ref #65: new formula functions DISC and INTRATExuri2021-10-21
|
* ref #65, new formula functions: RRI, SLN and SYDxuri2021-10-20
|
* ref #65: new formula functions IFNA and IFS and fix string compare result ↵xuri2021-10-19
| | | | issue in arithmetic operations
* ref #65: new formula function AMORLINCxuri2021-10-18
|
* ref #65: new formula functions ACCRINTM and AMORDEGRCxuri2021-10-17
|
* ref #65, new formula function: TIMExuri2021-10-16
|
* Update the test case of the formula function `MIRR`Tammy2021-10-15
|
* This closes #1031, fix small float parsed error in some casexuri2021-10-15
| | | | | | - new formula function: YEARFRAC, ref #65 - update the codecov version - remove unused variable
* This closes #1030, fix date rounding errorxuri2021-10-12
|
* This closes #1029, support specify compact and outline for the pivot tablexuri2021-10-11
|
* initialize formula function TRANSPOSE, ref #65 and remove unused exported ↵xuri2021-10-01
| | | | error variable ErrToExcelTime
* Now support set row style in the stream writerxuri2021-09-29
|
* This closes #1027 and closes #1028xuri2021-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 #1026, time parse accuracy issue and typo fixedxuri2021-09-26
|