diff options
Diffstat (limited to 'xmlChartSheet.go')
-rw-r--r-- | xmlChartSheet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlChartSheet.go b/xmlChartSheet.go index f0f2f62..8af1e0c 100644 --- a/xmlChartSheet.go +++ b/xmlChartSheet.go @@ -11,7 +11,7 @@ // API for generating or reading data from a worksheet with huge amounts of // data. This library needs Go version 1.15 or later. -package excelize +package anyxcelize import "encoding/xml" |