• 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
129052a 2022-03-04 01:44:50 xuri

This closes #1164, fix nested formula calculation result error

3971e8a 2022-03-02 01:05:37 xuri

ref #65, new formula functions: COVAR, COVARIANCE.P, EXPON.DIST and EXPONDIST

1efa283 2022-03-01 01:10:59 xuri

ref #65, new formula functions FORMULATEXT and TYPE

42a9665 2022-02-28 02:01:24 xuri

ref #65: formula function INDIRECT support and formula engine improvement

Support calculation with the none parameter formula function after infix operator notation

471c8f2 2022-02-26 22:32:57 xuri

This closes #1160, and added 4 new formula functions

* Fix show sheet tabs issue
* Ref #65, new formula functions: ERROR.TYPE, HOUR, SECOND TIMEVALUE

9276419 2022-02-25 23:24:20 xuri

This improvement number format support

* Local month name and AM/PM format support Tibetan and Traditional Mongolian
* Support text place holder

3231817 2022-02-25 22:37:49 wangxuliBY


This fixed code review issue in PR #1154 (#1159)

e84130e 2022-02-23 23:42:07 xuri

Improvement local month name and AM/PM format support in number format

* Support for the Vietnamese, Wolof and Xhosa

8a6815f 2022-02-22 09:22:18 xuri

Improvement local month name and AM/PM format support in number format

* Support for the Irish, Russian, Spanish, Thai, Turkish, Welsh, Yi, and Zulu

07be993 2022-02-18 01:02:39 xuri

Fixed parsing decimal precision issue

f87c39c 2022-02-17 01:09:11 xuri

This closes #1148, resolve limitations when adding VBA project to the workbook

Added two exported functions `SetWorkbookPrOptions` and `GetWorkbookPrOptions` to support setting and getting the code name property of the workbook
Re-order fields of the workbook properties group to improve the compatibility
Go Modules dependencies upgrade
Put workbook related operating in new `workbook.go` source code
Library introduction docs block updated

ad09698 2022-02-14 01:05:47 xuri

Initialize local month name and AM/PM format support for number format

4b64b26 2022-02-13 01:06:30 xuri

Ref: #660, #764, #1093, #1112, #1133 This improve number format support

- Introduced NFP (number format parser) dependencies module
- Initialize custom dates and times number format support
- Dependencies module upgraded

3f8f4f5 2022-02-08 01:08:06 xuri

This closes #1139, `SetCellDefault` support non-numeric value

- Add default value on getting `View` property of sheet views
- Add examples and unit test for set sheet views
- Re-order field on sheet view options
- Fix incorrect build-in number format: 42
- Simplify code for the `stylesReader` function

0f1fcb7 2022-02-06 22:52:28 David


Support workbook views Showruler settings (#1138)

862dc9d 2022-02-04 14:45:42 David


Support workbook views settings (#1136)

156bf6d 2022-01-27 23:37:32 xuri

This closes #1129, make cell support inheritance columns/rows style

Correct cells style in merge range
Fix incorrect style ID returned on getting cell style in some cases
Unit test updated and simplified code

3ee3c38 2022-01-23 01:48:26 xuri

Fix file corrupted in some cases, check file extension and format code

Fix file corrupted when save as in XLAM / XLSM / XLTM / XLTX extension in some case
New exported error ErrWorkbookExt has been added, and check file extension on save the workbook
Format source code with `gofumpt`

74f6ea9 2022-01-19 01:51:09 xuri

ref #1054, breaking change for the column and row's iterator

This removed 3 exported functions: `TotalCols`, `CurrentCol` and `CurrentRow`

4daa6ed 2022-01-17 09:05:52 xuri

Breaking change: remove `TotalRows` of row iterator and performance optimization

Reduce allocation memory 20%, and 80% GC times for the row's iterator

50c4ded 2022-01-16 15:28:35 xuri

This closes #1122, improve compatibility with LibreOffice

Fixed the issue auto filter doesn't work on LibreOffice if the sheet name has spaces

236ee61 2022-01-15 01:06:34 xuri

This closes #1119, style parsing issue fixed

6712788 2022-01-14 01:28:31 Dokiy


Fix adjustMergeCells not modifies cell rect (#1118)

b96329c 2022-01-12 01:18:15 xuri

Breaking change for data validation and fixed #1117

- Remove second useless parameter `isCurrentSheet` of the function `SetSqrefDropList`
- Fix missing page setup of worksheet after re-saving the spreadsheet

891e5ba 2022-01-11 01:31:11 xuri

ref #1096, reduce memory usage by about 50% for large data spreadsheet

2245fcc 2022-01-09 01:20:42 xuri

Typo fix, rename exported constants, dependencies modules and copyright update

Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative`

af5c4d0 2022-01-08 11:32:13 Jonham.Chen


feat: implement SHA-512 algorithm to ProtectSheet (#1115)

9e64df6 2022-01-05 01:13:29 xuri

Update create style example, using a pointer of the structure instead of JSON

e37e060 v2.5.0 2021-12-31 01:00:01 xuri

This closes #1107, stream writer will create a time number format for time type cells

Unit test coverage improved

c5990ea 2021-12-30 01:36:04 vst


Preserve horizontal tab character when set the cell value (#1108)

Show on old repository browser