json2xls
json2xls copied to clipboard
fix-bug: colname endswidth '.' will throw an error
data = [{ "test": 1, "test.": }];
it doesn't work in this case when one of colnames endsWith '.' and startsWith another colname