• 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
18a160c 2023-12-02 13:03:09 天爱有情


Support unset custom row height if height value is -1 (#1736)

- Return error if get an invalid row height value
- Update unit tests and update documentation of the SetRowHeigth function

a16182e 2023-12-01 01:31:41 user65536


This closes #1732, saving workbook with sorted internal part path (#1735)

866e7fd 2023-11-29 01:13:39 Bram Vanbilsen


This closes #1729, support copy conditional format and data validation on duplicate row (#1733)

bce2789 2023-11-25 03:03:33 zcgly


This support set column style with default width in sheet props settings (#1728)

41259b4 2023-11-23 01:03:10 xuri

Recalculate and use the same shared string count and unique count to overwrite incorrect existing values

6251d49 2023-11-21 12:23:54 ZX


Fixed invalid shared string table index on set cell value (#1725)

55e4d4b 2023-11-21 00:57:45 Tian


The GetCellRichText function support to return inline rich text (#1724)

Co-authored-by: jintian.wang <jintian.wang@mihoyo.com>

6220a79 2023-11-18 17:44:45 lujin


This closes #1723, fix panic on read workbook in some cases (#1692)

- Fix panic on read workbook with internal row element without r attribute
- Check worksheet XML before get all cell value by column or row
- Update the unit tests

57faaf2 2023-11-16 10:34:37 Tajang


Fix panic on GetPictureCells without drawing relationships parts (#1721)

3bdc2c5 2023-11-15 13:49:18 15535382838


This add new exported function GetHeaderFooter (#1720)

5e247de 2023-11-14 10:47:57 Yang Li


Support set time period type conditional formatting (#1718)

2499bf6 2023-11-13 01:16:29 xuri

Support 5 new kinds of conditional formatting types

- New conditional formatting types: text, blanks, no blanks, errors, and no errors
- Support calculate formula with multiple dash arithmetic symbol
- Fix empty calculate result with numeric arguments in LEN, LOWER, PROPER, REPT, UPPER, and IF formula functions
- Uniform double quote in calculation unit tests
- Update unit tests

c7acf4f 2023-11-11 01:04:05 xuri

Support update data validations on inserting/deleting columns/rows

e014a8b 2023-11-10 10:25:59 ByteFlyCoding


Support update conditional formatting on inserting/deleting columns/rows (#1717)

Return error for unsupported conditional formatting rule types

134865d 2023-11-09 01:15:10 Nick


Update data validation type and operator's enumerations (#1714)

a0252bd 2023-11-08 01:01:35 xuri

Support update defined names on inserting/deleting columns/rows

6cc1a54 2023-11-07 09:46:01 Marko Krstic


This closes #1712, reduce memory consumption (#1713)

fe639fa 2023-11-06 10:51:19 Anton Petrov


This closes #1125, support update drawing objects on inserting/deleting columns/rows (#1127)

f753e56 2023-11-04 09:02:09 magicrabbit


Fix number format scientific notation zero fill issues (#1710)

4e936da 2023-11-03 01:12:43 xuri

This closes #1706 and closes #1708

- Add export ChartLineType enumeration to specify the chart line type
- Add new Border field in the Chart type to set the chart area border
- Add new Type field in the ChartLine type to set the line type
- Fix some format missing on get style definition
- Update the unit tests

7291e78 2023-11-02 01:15:41 xuri

Support update volatile dependencies on inserting/deleting columns/rows

b41a6cc 2023-11-01 01:52:18 rjtee


Support to adjust formula cross worksheet on inserting/deleting columns/rows (#1705)

5bba8f9 2023-10-31 01:01:57 xuri

This improves compatibility for adjusting tables and formula references on inserting/deleting columns or rows

cf3e016 2023-10-29 14:40:21 rjtee


Support adjust formula for entire cols/rows reference (#1702)

- Update the unit tests

a8cbcfa 2023-10-24 01:05:52 rjtee


This closes #1306 and closes #1615 (#1698)

- Support adjust formula on inserting/deleting columns/rows

05689d6 2023-10-20 01:04:31 xuri

This closes #1694, using namespace prefix in workbook theme XML

- Improve compatibility with the viewer which doesn't support default theme part namespace
- ref #1690, support read background color style, and conditional format with default pattern type
- Update the unit tests

b52db71 2023-10-17 09:52:34 xuri

This closes #1690, new exported function `GetConditionalStyle`

- Support get the conditional format style definition
- Update the unit test

27f1056 2023-10-13 01:06:07 壹次心


This closes #1218 and closes #1689 (#1634)

- Introduce new exported function GetPictureCells
- Upgrade dependencies module golang.org/x/net from 0.16.0 to 0.17.0
- Update unit tests

f752f2d 2023-10-12 10:23:31 Eng Zer Jun


Remove redundant `len` check in `GroupSheets` and `UngroupSheets` (#1685)

d9a0da7 2023-10-11 01:04:38 xuri

This closes #1687 and closes #1688

- Using sync map internally to get cell value concurrency safe
- Support set the height and width for the comment box
- Update the unit test

Show on old repository browser