ProjectTemplate icon indicating copy to clipboard operation
ProjectTemplate copied to clipboard

Variable name appended instead of overwritten

Open Hugovdberg opened this issue 6 years ago • 0 comments

Stub bugreport, will append to later.

While changing the reader signature a bug was introduced that the sheetnames were incrementally appended to the variable name, instead of to the workbook name. So a file File.xlsx with sheets Sheet1 and Sheet2 resulted in variable names File.Sheet1 and File.Sheet1.Sheet2.

Hugovdberg avatar Jun 29 '18 08:06 Hugovdberg