| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
ref #65: new formula functions DURATION and MDURATION
fix incorrect example in SetSheetStyle docs
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- fix COUPPCD result accuracy issue
- update close spreadsheet example in documentation and README
|
|
|
|
| |
typo fixed and simplify code for read the data values arguments of formula functions
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
issue in arithmetic operations
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- new formula function: YEARFRAC, ref #65
- update the codecov version
- remove unused variable
|
|
|
|
| |
error variable ErrToExcelTime
|
| |
|
| |
|
|
|
|
|
| |
- fix ineffectual variable assignments
- timeout in go test
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Fix formula percentages calculated incorrectly
- Make UpdateLinkedValue skip macro sheet
- Fix conditional format bottom N not working
|
|
|
|
|
|
|
| |
- Support text comparison in the formula, also ref #65
- `GetCellValue`, `GetRows`, `GetCols`, `Rows` and `Cols` support to specify read cell with raw value, ref #621
- Add missing properties for the cell formula
- Update the unit test for the `CalcCellValue`
|
| |
|
|
|
| |
Co-authored-by: xuri <xuri.me@gmail.com>
|
| |
|