• 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
5f8a5b8 master 2024-04-03 09:44:46 xuri

This closes #1867, breaking changes: change the data type for the ConditionalFormatOptions structure field Format as a pointer

5dc22e8 2024-04-02 09:47:57 xuri

Support get the cell images inserted by IMAGE formula function

9999221 2024-04-01 09:49:21 xuri

This closes #1865, unescape newline character in stream writer

- Update dependencies module

ffad7ae 2024-03-28 17:37:35 yunkeweb


Support get rich data value rels index from rich value part (#1866)

5e500f5 2024-03-27 16:50:51 yangyile-yyle88


Introduce new exported PictureInsertType enumeration (#1864)

838232f 2024-03-27 00:19:23 Matthew Sackman


Add support for get the Microsoft 365 cell images (#1857)

- Update unit tests

703b737 2024-03-25 09:33:29 xuri

This closes #1861, fix missing parentheses in the adjusted formula

- Allow adjust cell reference with max rows/columns
- Fix incorrect data validation escape result
- Update out date reference link in the documentation
- Update unit tests

5975d87 2024-03-22 17:09:45 realzuojianxiang


This closes #1851, and closes #1856 fix formula calculation result round issue (#1860)

- The SetSheetName function now support case sensitivity
- Update unit tests

9e884c7 2024-03-19 09:58:52 vic


This closes #1847, support apply number format with alignment (#1852)

- Update dependencies module
- Update unit tests

4eb088c 2024-03-15 12:36:34 hu5ky


This fix performance impact introduced in #1692 (#1849)

Co-authored-by: chun.zhang2 <chun.zhang2@geely.com>

- This fix speed slowdown and memory usage increase base on the reverts commit 6220a798fd79231bf4b3d7ef587bb2b79d276710
- Fix panic on read workbook with internal row element without r attribute
- Update the unit tests

585ebff 2024-03-13 15:39:22 yeahyear


Typo fix for the comment of the extractStyleCondFuncs variable (#1846)

Signed-off-by: yetyear <flite@outlook.com>

4ed4938 2024-03-06 10:26:38 Evan lu


This closes #1835, support get data validations which storage in the extension lists (#1834)

f20bbd1 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

Show on old repository browser