• 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
fb1aab7 2022-09-08 23:20:21 xuri

This closes #744, the `Save`, `Write` and `WriteTo` function accept saving options

0c5cdfe 2022-09-07 01:18:16 xuri

This closes #1293, add new function `GetColStyle`

- Fix generate workbook corruption after insert cols/rows in some case
- Update unit tests
- Update dependencies module

961a3e8 2022-09-06 15:38:09 xuri


Fix get image content was empty after inserting image

00470c1 2022-09-03 21:16:35 xuri

This closes #1338, fix apply AM/PM format issue

75ce231 2022-09-01 01:41:52 xuri

This closes #1323, an error will be returned when set the not exist style ID

18cd63a 2022-08-31 01:02:48 Kostya Privezentsev


This is a breaking change closes #1332 (#1333)

This use `InsertRows` instead of `InsertRow`, and using `InsertCols` instead of `InsertCol`

bef49e4 2022-08-28 01:16:41 davidborry


This closes #1330 update non existing sheet error messages (#1331)

f866738 2022-08-27 01:45:46 chenliu1993


This closes #827, add new functions `GetDataValidations` and `GetConditionalFormats` (#1315)

Signed-off-by: chenliu1993 <13630583107@163.com>

0e9378f 2022-08-25 10:34:29 Cooper de Nicola


This closes #1247, add new function `SetSheetCol` for set worksheet column values (#1320)

Signed-off-by: cdenicola <cooper.denicola@instabase.com>
Co-authored-by: cdenicola <cooper.denicola@instabase.com>

cb8bca0 2022-08-24 01:00:47 xuri

This closes #1290 and closes #1328

- Add new smooth field in chart format parameter, support specify if smooth line chart
- Fix decimal number format round issue with build-in number format

ab12307 v2.6.1 2022-08-21 02:09:32 xuri

This made library allowing insert EMZ and WMZ format image

- Update dependencies module

cfa2d60 2022-08-20 16:51:03 Sangua633


Support encrypt workbook with password #199 (#1324)

76f3368 2022-08-20 00:24:13 NaturalGao


This closes #849, add new function `DeleteComment` for delete comment (#1317)

- Update unit tests for the delete comment
- Add 3 errors function for error messages

d1e76fc 2022-08-17 11:59:52 xuri


This closes #1319, fix calculate error for formula with negative symbol

- Update unit test and comment for the functions

551fb8a 2022-08-13 12:21:59 xuri

This closes #1244 and closes #1314, improving the compatibility with Google Sheet

- Format code with `gofmt`

8152bbb 2022-08-12 01:32:51 xuri

This closes #1312, #1313, fix number format issue

- Add supported options in the docs of the functions `SetSheetPrOptions` and `GetSheetPrOptions`
- Add go1.19 unit test settings, and made the test case compatible with go1.19
- Update dependencies module

ed91cdd 2022-08-11 01:20:48 Thomas Charbonnel


This closes #1296, add new function `GetRowOpts` for stream reader (#1297)

- Support get rows properties by `GetRowOpts` function
- New exported constant `MaxCellStyles`

b8ceaf7 2022-08-10 11:35:33 EE


This reduces memory usage and speedup the `AddComment` function (#1311)

By load only once for existing comment shapes, improving performance for adding comments in the worksheet

e07dac5 2022-08-06 16:23:03 xuri

Add new exported `ColorMappingType` used for color transformation

Using `ColorMappingType` color transformation types enumeration for tab color index, ref #1285

4a029f7 2022-08-04 17:50:33 Thomas Charbonnel


This closes #1299 skip write nil values in SetRow (#1301)

Co-authored-by: Thomas Charbonnel <github@charbonnel.email>

504d469 2022-08-03 01:42:16 xuri


This closes #1298, fix doc properties missing after creating new worksheet

fd0eb2b 2022-07-26 13:36:21 Thomas Charbonnel


This closes #1283, support set and get color index, theme and tint for sheet tab

This commit renames `TabColor` into `TabColorRGB` (but keeps an alias for backwards compatibility), as well as adds support for more tab color options (Theme, Indexed and Tint).

Signed-off-by: Thomas Charbonnel <github@charbonnel.email>

ebea684 2022-07-18 01:21:34 xuri

Fix potential file corrupted and change worksheet name case-insensitive

- Using sheet ID instead of sheet index when delete the cell in calculation chain
- Update documentation for exported functions
- Using `sheet` represent the sheet name in the function parameters

0d4c97c 2022-07-17 13:18:25 Regan Yue


Optimizing line breaks for comments (#1281)

40ed1d1 2022-07-16 13:50:40 xuri

Fix potential file corrupted when changing cell value or the col/row

- Remove shared formula subsequent cell when setting the cell values
- Support adjust table range when removing and inserting column/row

6429588 2022-07-15 00:36:43 MJacred


adjust `ErrColumnNumber`, rename `TotalColumns` to `MaxColumns` and add new constant `MinColumns` (#1272)

Signed-off-by: Benjamin Lösch <loesch.benny92@gmx.de>

e37724c 2022-07-14 01:17:51 xuri

This fix potential panic and file corrupted

- Fix the panic when set or get sheet view options on the sheet without views options
- Fix generated workbook corruption caused by empty created or modified dcterms in the document core properties
- Update the unit tests

a65c584 2022-07-10 19:14:48 xuri

This closes #1262, support for dependence formulas calculation

- Add export option `MaxCalcIterations` for specifies the maximum iterations for iterative calculation
- Update unit test for the database formula functions

1dbed64 2022-07-06 21:39:10 Eagle Xiang


This closes #1269, made the `NewStreamWriter` function case insensitive to worksheet name

Co-authored-by: xiangyz <xiangyz@dustess.com>

d74adcb 2022-07-03 16:31:24 xuri

ref #65, new formula function: DGET

Show on old repository browser