From 934ecec1a96bfd5a1ecf3f1f373332504971c5fd Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Fri, 4 May 2018 11:20:51 +0800 Subject: - Set name of table support in `AddTable()`, relate issue #216; - godoc and go test has been updated --- xmlTable.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlTable.go') diff --git a/xmlTable.go b/xmlTable.go index 610950b..b238350 100644 --- a/xmlTable.go +++ b/xmlTable.go @@ -186,6 +186,7 @@ type xlsxTableStyleInfo struct { // formatTable directly maps the format settings of the table. type formatTable struct { + TableName string `json:"table_name"` TableStyle string `json:"table_style"` ShowFirstColumn bool `json:"show_first_column"` ShowLastColumn bool `json:"show_last_column"` -- cgit v1.2.1