json2xls icon indicating copy to clipboard operation
json2xls copied to clipboard

fix-bug: colname endswidth '.' will throw an error

Open Marcowutt opened this issue 5 years ago • 0 comments

data = [{ "test": 1, "test.": }];

it doesn't work in this case when one of colnames endsWith '.' and startsWith another colname

Marcowutt avatar Dec 08 '19 10:12 Marcowutt