xlsx
This commit is contained in:
@@ -12,7 +12,7 @@ type Extractor struct {
|
||||
func NewExtractor(params *Params) *Extractor {
|
||||
os.MkdirAll(params.OutputPath, 0755)
|
||||
os.MkdirAll(params.TempPath, 0755)
|
||||
return &Extractor{params: params}
|
||||
return &Extractor{params: params, Clean: true}
|
||||
}
|
||||
|
||||
func (e *Extractor) Cleanup() error {
|
||||
|
||||
Reference in New Issue
Block a user