• R/O
  • HTTP
  • SSH
  • HTTPS

excelize: List of commits

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets


RSS
Rev. Time Author
980fffa 2022-06-10 01:10:22 xuri

ref #65: new formula function EDATE

604a01b 2022-06-09 09:16:48 xuri

ref #65: new formula function WEEKNUM

8fde918 2022-05-31 12:14:42 xuri

This update docs and tests for workbook encryption

7a6d5f5 2022-05-29 20:37:10 xuri

This initialized support for encryption workbook by password, ref #199

- Remove exported variable `ErrEncrypt`

551b83a 2022-05-26 14:01:49 dependabot[bot]


This update dependencies module and GitHub Action settings

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1c167b9 2022-05-26 01:15:28 xuri

Improves the calculation engine, docs update, and adds the dependabot

- Initialize array formula support for the formula calculation engine
- Update example and unit test of `AddPivotTable`
- Update the supported hash algorithm of ProtectSheet

afb2d27 2022-05-23 14:02:11 xuri


This fix formula calculation accuracy issue and panic when set pane

- Fix `GROWTH` and `TREND` calculation accuracy issue
- Fix panic when add pane on empty sheet views worksheet
- New exported constants `MinFontSize`

63adac2 2022-05-20 21:46:29 xuri

make workbook open filed exception message clear

- New exported constant `ErrWorkbookPassword`
- Rename exported constant `ErrWorkbookExt` to `ErrWorkbookFileFormat`

8f16a76 2022-05-19 00:15:24 xuri

This fixes a part of staticcheck issues and updates the code of conduct

Update example for set cell hyperlinks with `HyperlinkOpts`

be5a403 2022-05-16 22:05:22 sceneq


This closes #1229, rename ErrMaxFileNameLength to ErrMaxFilePathLength (#1230)

Co-authored-by: sceneq

19a0cf3 2022-05-15 16:38:40 xuri

This closed #1163, fix set cell value with column and row style inherit issue

c2311ce 2022-05-14 01:54:36 xuri

This made library allowing insert WMF format image

0c3fd02 2022-05-13 02:03:40 xuri

This closes #1225, allowing insert EMF format images

eed431e 2022-05-02 13:30:18 xuri


This closes #1219, fixes cell value reading issue, improves performance, and 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

773d4af 2022-05-01 13:28:36 xuri


This closes #1217, support update cell hyperlink

Ref #1129, make `SetRowStyle` overwrite style of the cells

856ee57 2022-04-30 10:54:11 xuri


This closes #1212, init support for 1900 or 1904 date system

0f93bd2 2022-04-29 14:53:09 xuri


This closes #1213, fix get incorrect rich text value caused by missing cell type checking

df91b34 2022-04-28 16:33:25 xuri


This closes #1211, improve the compatibility with invalid internal styles count

0f7a0c8 2022-04-25 00:43:19 xuri

Optimization formula calculation performance and update README card badge

81d9362 2022-04-20 01:01:39 xuri

ref #65, new formula function: CONVERT

c2be30c 2022-04-19 21:54:05 xuri

This closes #1203, supporting same field used for pivot table data and rows/cols

0b8965d 2022-04-18 00:49:37 xuri

ref #65, initial formula functions: GROWTH and TREND

6fa950a 2022-04-16 14:53:16 xuri

ref #65, new formula functions: SKEW.P and SLOPE, remove no-required format default

5a27932 2022-04-15 16:13:41 David


added macro functionality to shape (#1182)

6677673 2022-04-15 01:27:47 xuri

ref #65, new formula functions: PEARSON and RSQ

c0d3417 2022-04-14 01:08:26 xuri

ref #65, new formula functions: MINVERSE and MMULT

396cf99 2022-04-12 09:18:09 xuri

ref #65, new formula functions: COVARIANCE.S and STDEVPA

c1940c2 v2.6.0 2022-04-11 01:04:00 xuri

This includes new formula functions support, dependencies upgrade, and bug fix

- 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

9b8f1a1 2022-04-07 09:16:55 xuri

ref #65, new formula functions: MODE.MULT and MODE.SNGL

5bf4bce 2022-04-06 01:03:22 xuri

ref #65, #1196: fix the compatibility issue and added new formula function

- New formula functions: MODE and T.TEST

Show on old repository browser