Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | This closes #1264, fix can't modify cell content issue in some cases | yeshu | 2022-07-01 |
| | | | Remove inline rich text when setting cell value and cell formulas | ||
* | ref #65, new formula function: DAVERAGE | xuri | 2022-07-01 |
| | |||
* | ref #65, new formula functions: DMAX and DMIN | xuri | 2022-06-28 |
| | |||
* | This closes #1260, fixes compiling issue under 32-bit, and new formula functions | xuri | 2022-06-27 |
| | | | | | | - ref #65, new formula functions: DCOUNT and DCOUNTA - support percentile symbol in condition criteria expression - this update dependencies module | ||
* | ref #65, new formula function: HYPERLINK | xuri | 2022-06-24 |
| | |||
* | ref #65, new formula function: EUROCONVERT | xuri | 2022-06-22 |
| | |||
* | This closes #1257, fix incorrect worksheet header footer fields order | xuri | 2022-06-21 |
| | |||
* | ref #65, new formula function: STEYX | xuri | 2022-06-20 |
| | |||
* | ref #65, new formula function: DAYS360 | xuri | 2022-06-17 |
| | |||
* | ref #65, new formula functions: NETWORKDAYS, NETWORKDAYS.INTL, and WORKDAY | xuri | 2022-06-16 |
| | |||
* | This closes #1254, `DeleteDataValidation` support delete all data ↵ | z.hua | 2022-06-15 |
| | | | | validations in the worksheet | ||
* | Fix the problem of multi arguments calculation (#1253) | ww1516123 | 2022-06-14 |
| | |||
* | RichTextRun support set superscript and subscript by vertAlign attribute (#1252) | jialei | 2022-06-13 |
| | | | check vertical align enumeration, update set rich text docs and test | ||
* | ref #65: new formula function WORKDAY.INTL | xuri | 2022-06-13 |
| | |||
* | refactor: replace strings.Replace with strings.ReplaceAll (#1250) | Eng Zer Jun | 2022-06-12 |
| | | | | | | | strings.ReplaceAll(s, old, new) is a wrapper function for strings.Replace(s, old, new, -1). But strings.ReplaceAll is more readable and removes the hardcoded -1. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | ||
* | ref #65: new formula function EOMONTH | xuri | 2022-06-11 |
| | |||
* | ref #65: new formula function EDATE | xuri | 2022-06-10 |
| | |||
* | ref #65: new formula function WEEKNUM | xuri | 2022-06-09 |
| | |||
* | This update docs and tests for workbook encryption | xuri | 2022-05-31 |
| | |||
* | This initialized support for encryption workbook by password, ref #199 | xuri | 2022-05-29 |
| | | | | - Remove exported variable `ErrEncrypt` | ||
* | This update dependencies module and GitHub Action settings | dependabot[bot] | 2022-05-26 |
| | | | | Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | Improves the calculation engine, docs update, and adds the dependabot | xuri | 2022-05-26 |
| | | | | | | - Initialize array formula support for the formula calculation engine - Update example and unit test of `AddPivotTable` - Update the supported hash algorithm of ProtectSheet | ||
* | This fix formula calculation accuracy issue and panic when set pane | xuri | 2022-05-23 |
| | | | | | - Fix `GROWTH` and `TREND` calculation accuracy issue - Fix panic when add pane on empty sheet views worksheet - New exported constants `MinFontSize` | ||
* | make workbook open filed exception message clear | xuri | 2022-05-20 |
| | | | | | - New exported constant `ErrWorkbookPassword` - Rename exported constant `ErrWorkbookExt` to `ErrWorkbookFileFormat` | ||
* | This fixes a part of staticcheck issues and updates the code of conduct | xuri | 2022-05-18 |
| | | | | Update example for set cell hyperlinks with `HyperlinkOpts` | ||
* | This closes #1229, rename ErrMaxFileNameLength to ErrMaxFilePathLength (#1230) | sceneq | 2022-05-16 |
| | | | Co-authored-by: sceneq | ||
* | This closed #1163, fix set cell value with column and row style inherit issue | xuri | 2022-05-15 |
| | |||
* | This made library allowing insert WMF format image | xuri | 2022-05-14 |
| | |||
* | This closes #1225, allowing insert EMF format images | xuri | 2022-05-13 |
| | |||
* | This closes #1219, fixes cell value reading issue, improves performance, and ↵ | xuri | 2022-05-02 |
| | | | | | | | 1904 date system support - Fix incorrect cell data types casting results when number formatting - Support set cell value on 1904 date system enabled, ref #1212 - Improve performance for set sheet row and the merging cells, fix performance impact when resolving #1129 | ||
* | This closes #1217, support update cell hyperlink | xuri | 2022-05-01 |
| | | | Ref #1129, make `SetRowStyle` overwrite style of the cells | ||
* | This closes #1212, init support for 1900 or 1904 date system | xuri | 2022-04-30 |
| | |||
* | This closes #1213, fix get incorrect rich text value caused by missing cell ↵ | xuri | 2022-04-29 |
| | | | | type checking | ||
* | This closes #1211, improve the compatibility with invalid internal styles count | xuri | 2022-04-28 |
| | |||
* | Optimization formula calculation performance and update README card badge | xuri | 2022-04-24 |
| | |||
* | ref #65, new formula function: CONVERT | xuri | 2022-04-20 |
| | |||
* | This closes #1203, supporting same field used for pivot table data and rows/cols | xuri | 2022-04-19 |
| | |||
* | ref #65, initial formula functions: GROWTH and TREND | xuri | 2022-04-17 |
| | |||
* | ref #65, new formula functions: SKEW.P and SLOPE, remove no-required format ↵ | xuri | 2022-04-16 |
| | | | | default | ||
* | added macro functionality to shape (#1182) | David | 2022-04-15 |
| | |||
* | ref #65, new formula functions: PEARSON and RSQ | xuri | 2022-04-15 |
| | |||
* | ref #65, new formula functions: MINVERSE and MMULT | xuri | 2022-04-14 |
| | |||
* | ref #65, new formula functions: COVARIANCE.S and STDEVPA | xuri | 2022-04-12 |
| | |||
* | This includes new formula functions support, dependencies upgrade, and bug fix | xuri | 2022-04-11 |
| | | | | | | | - Fix page setup fields parsing issue - Go Modules dependencies upgrade - Ref #65, CONFIDENCE.T and PHI - Ref #1198, Fix the issue that the chart axis maximum and minimum didn't work when the value is 0 | ||
* | ref #65, new formula functions: MODE.MULT and MODE.SNGL | xuri | 2022-04-07 |
| | |||
* | ref #65, #1196: fix the compatibility issue and added new formula function | xuri | 2022-04-06 |
| | | | | - New formula functions: MODE and T.TEST | ||
* | This closes #1196, fix the compatibility issue and added new formula function | xuri | 2022-04-05 |
| | | | | ref #65, new formula functions: TINV and TTEST | ||
* | ref #65, new formula functions: T.INV and T.INV.2T | xuri | 2022-04-04 |
| | | | | - Typo fixed | ||
* | ref #65, new formula functions: T.DIST.2T and T.DIST.RT | xuri | 2022-04-03 |
| | | | | - Update GitHub Action settings | ||
* | ref #65, new formula functions: T.DIST and TDIST | xuri | 2022-04-02 |
| |