forked from p30928647/excelize
xuri
60b9d029a6
- Change `func (f *File) AddVBAProject(bin string) error` to `func (f *File) AddVBAProject(file []byte) error` - Change `func (f *File) GetComments() (map[string][]Comment, error)` to `func (f *File) GetComments(sheet string) ([]Comment, error)` - Change `func (f *File) AddTable(sheet, rangeRef string, opts *TableOptions) error` to `func (f *File) AddTable(sheet string, table *Table) error` - Change `func (sw *StreamWriter) AddTable(rangeRef string, opts *TableOptions) error` to `func (sw *StreamWriter) AddTable(table *Table) error` - Rename exported data type `TableOptions` to `Table` - Simplify the assert statements in the unit tests - Update documents for the functions - Update unit tests |
||
---|---|---|
.. | ||
images | ||
BadWorkbook.xlsx | ||
Book1.xlsx | ||
CalcChain.xlsx | ||
MergeCell.xlsx | ||
OverflowNumericCell.xlsx | ||
SharedStrings.xlsx | ||
encryptAES.xlsx | ||
encryptSHA1.xlsx | ||
vbaProject.bin |