Skip to content

Commit

Permalink
This closes #1169, initialize add form controls supported
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
xuri committed Jul 11, 2023
1 parent 0f7b35c commit e129022
Show file tree
Hide file tree
Showing 13 changed files with 877 additions and 759 deletions.
186 changes: 0 additions & 186 deletions button.go

This file was deleted.

21 changes: 0 additions & 21 deletions button_test.go

This file was deleted.

Loading

0 comments on commit e129022

Please sign in to comment.