• 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
f20bbd1 master 2024-03-04 22:40:27 xuri

This closes #1830, closes #1831, and closes #1833

- Fix a v2.8.1 regression bug, auto filter does not work in the LibreOffice
- Fix a v2.8.1 regression bug, support to adjust data validation with multiple cell range
- Fix incorrect result data type of the DATE formula function
- Update the unit tests

963a058 2024-03-03 10:39:50 Paolo Barbolini


Optimize getSharedFormula to avoid runtime.duffcopy (#1837)

9d4c2e6 2024-03-01 11:12:17 陈王


This closes #1825, made AddDataValidation and DeleteDataValidation functions concurrency safe (#1828)

- Remove the receiver of internal coordinatesToRangeRef, squashSqref and flatSqref functions
- Update unit tests

Co-authored-by: chenwang <chenwang@shinsson.com>

7b4da39 2024-02-29 10:16:39 岳晨旭


This closes #1819, closes #1827, formula function ISNUMBER, OR and FIND support matrix arguments (#1829)

- Keep minimum column and row number in formula operand when deleting columns and rows
- Update unit tests

bb603b3 2024-02-27 17:43:47 helloWorld


Clear slave cells value when merging cells (#1824)

688808b v2.8.1 2024-02-26 03:22:51 xuri

This closes #1819, formula calculation engine support array formulas

- Improve the defined name and table name validation rules
- Rename internal variable names to avoid the same with Go 1.21's built-in min and max functions
- Simplify data type conversion in internal code
- Update GitHub Actions workflow configuration, test on Go 1.22.x, and disable Go module cache
- Update dependencies module

02b84a9 2024-02-24 10:11:31 Ed


This closes #1820, converted styleFillVariants from slice to func (#1821)

ee2ef15 2024-02-15 14:30:07 Vivek Kairi


This closes #1815, cell value reading functions inherit the Options settings of the OpenReader (#1816)

Co-authored-by: Vivek Kairi <vivek@zerodhafundhouse.com>

9cbe3b6 2024-02-05 01:06:38 zhukewen


This closes #1807, calculation engine support date and formula type cell (#1810)

Co-authored-by: zhualong <274131322@qq.com>

bba155e 2024-02-04 23:31:03 coolbit


This closes #1805, support set chart axis font family, size and strike style (#1809)

- Update unit test workflow dependencies package version

a258e3d 2024-02-02 11:11:16 funa12


Fix CalcCellValue does not return raw value when enable RawCellValue (#1803)

99e91e1 2024-01-30 10:58:24 xxxwang1983


This closes #1794, add new GetBaseColor function (#1798)

Co-authored-by: wangjingwei <wang.jingwei@joyratel.com>

9a68553 2024-01-29 11:18:21 cherry


This closes #1792, support to update defined names reference when rename worksheet (#1797)

e4497c4 2024-01-25 15:39:21 Jerry


ref #65, new formula function: DBCS (#1791)

Co-authored-by: wujierui <wujierui@jimabrand.com>

9b07898 2024-01-24 15:01:56 L4nn15ter


This closes #1789, delete VML shape on delete comment (#1790)

- Improve delete cell comment shape compatibility with KingSoft WPS
- Update unit test

5399572 2024-01-22 10:41:57 MELF晓宇


This closes #1786, support set fill color of the chart (#1788)

- Add a new field Fill in Chart, ChartPlotArea, and ChartMarker struct
- Support set solid color or transparent fill for chart area, plot area, and maker

4eb3486 2024-01-21 01:05:28 327674413


This closes #1783, support set conditional formatting with multiple cell ranges (#1787)

50e23df 2024-01-18 16:31:43 3zmx


ref #65, support _xlfn.ANCHORARRAY formula function (#1784)

- Initial formula array calculation support
- Update unit test and documentation

7926565 2024-01-09 21:56:20 xuri

This closes #1777, fix the GetStyle or GetConditionalStyle function to returns incorrect DecimalPlaces field value

- Update documentation for the NewStyle function
- Update unit tests
- Update dependencies Go module
- Update GitHub workflow dependencies package version
- Update copyright agreement statement

f4e3951 2023-12-30 15:41:16 xuri

This closes #1770, fix incorrect multiple conditional formats rules priorities

- Rename variable name hCell to topLeftCell, and rename vCell to bottomRightCell
- Update the unit tests

bb8e5da 2023-12-28 17:38:13 xuri

This closes #1769 and closes #1770, support multiple conditional formats rules

- Update the unit tests

8831afc 2023-12-25 22:51:09 xuri

This recover the Sizes field in the ChartSeries data type removed in commit dfaf418f340f260c5005e8343135cd6af60b8e58

- Update unit tests and documentation of the internal uintPtr function

e998c37 2023-12-22 21:49:14 xuri

This closes #1767, change struct field tabRatio date type to float64

37e2d94 2023-12-20 00:39:45 xuri

Breaking changes: Go 1.18 and later required

- This made the GetPictureCell function support get embedded cell images
- Update dependencies module
- Update GitHub workflow
- Update documentation for the AddChart function

00d6259 2023-12-15 14:09:42 li


This closes #664, support get embedded cell images (#1759)

Co-authored-by: liying05 <liying05@zhidemai.com>

dfaf418 2023-12-14 01:03:53 yuegu520


This closes # 1704, support set the data labels position for the chart (#1755)

- Breaking change: remove the Sizes field in the ChartSeries data type
- Add new field DataLabelPosition in the ChartSeries data type, support to sets the position of the chart series data label
- Add new field BubbleSize in the Chart data type, support set the bubble size in all data series for the bubble chart or 3D bubble chart
- Add new exported ChartDataLabelPositionType data type
- Update docs and unit test for the AddChart function
- Fix a v2.7.1 regression bug, the bubble is hidden in the bubble or 3D bubble chart, commit ID: c2d6707a850bdc7dbb32f68481b4b266b9cf7367

284345e 2023-12-13 10:22:41 Xuesong


This closes #1749, fix incorrect adjust merged cells on remove rows (#1753)

7b3dd03 2023-12-09 13:08:29 cui fliter


Remove unused exported struct ShapeColor (#1746)

Signed-off-by: cui fliter <imcusg@gmail.com>

866f308 2023-12-08 01:09:06 xuri

This closes #1745, prevent panic on get conditional format without above average rules

- Define internal map variable globally instead of inside of functions

77ece87 2023-12-07 16:22:26 cui fliter


This fix some function names in comment (#1747)

Signed-off-by: cui fliter <imcusg@gmail.com>

Show on old repository browser