diff options
author | xuri <xuri.me@gmail.com> | 2020-02-07 00:25:01 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-02-07 00:53:38 +0800 |
commit | e51aff2d9562bbfb290ef76a948facb6d4660eff (patch) | |
tree | 9555d9a40aca0ca5998d5183544c40945391082e /table.go | |
parent | a691c1048d2575d70ce97d2da80c2c40a2c37fb2 (diff) |
Resolve #570, flat columns for the column's operation
Diffstat (limited to 'table.go')
-rw-r--r-- | table.go | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -39,8 +39,10 @@ func parseFormatTableSet(formatSet string) (*formatTable, error) { // // err := f.AddTable("Sheet2", "F2", "H6", `{"table_name":"table","table_style":"TableStyleMedium2", "show_first_column":true,"show_last_column":true,"show_row_stripes":false,"show_column_stripes":true}`) // -// Note that the table at least two lines include string type header. Multiple -// tables coordinate areas can't have an intersection. +// Note that the table must be at least two lines including the header. The +// header cells must contain strings and must be unique, and must set the +// header row data of the table before calling the AddTable function. Multiple +// tables coordinate areas that can't have an intersection. // // table_name: The name of the table, in the same worksheet name of the table should be unique // |