excelize/test
David 2c8dc5c150
This closes #1169, initialize add form controls supported (#1181)
- Breaking changes:
* Change
    `func (f *File) AddShape(sheet, cell string, opts *Shape) error`
    to
    `func (f *File) AddShape(sheet string, opts *Shape) error`
* Rename the `Runs` field to `Paragraph` in the exported `Comment` data type
- Add new exported function `AddFormControl` support to add button and radio form controls
- Add check for shape type for the `AddShape` function, an error will be returned if no shape type is specified
- Updated functions documentation and the unit tests
2023-07-11 23:43:45 +08:00
..
images Add support for insert BMP format images 2023-02-05 01:30:38 +08:00
BadWorkbook.xlsx Testing files updated 2019-09-02 21:52:55 +08:00
Book1.xlsx This closes #1296, add new function GetRowOpts for stream reader (#1297) 2022-08-11 00:20:48 +08:00
CalcChain.xlsx Testing files updated 2019-09-02 21:52:55 +08:00
encryptAES.xlsx support ECMA-376 document standard encryption, ref #199 2020-09-02 23:14:19 +08:00
encryptSHA1.xlsx Resolve #199, init password protection spreadsheet support 2020-09-01 00:47:44 +08:00
MergeCell.xlsx Testing files updated 2019-09-02 21:52:55 +08:00
OverflowNumericCell.xlsx Testing files updated 2019-09-02 21:52:55 +08:00
SharedStrings.xlsx Documentation updated, Go 1.10+ required 2019-08-11 00:36:14 +08:00
vbaProject.bin This closes #1169, initialize add form controls supported (#1181) 2023-07-11 23:43:45 +08:00