This commit is contained in:
@@ -35,7 +35,7 @@ function parseThisShit(downloadedFilePath) {
|
||||
const currentSheet = workbook.Sheets[key];
|
||||
final.push({});
|
||||
|
||||
const regex = /[AEC][0-4][a-c]?\/.*/s;
|
||||
const regex = /[AEC][0-4][a-c]?\s*\/.*/s;
|
||||
const prefixRegex = /[AEC][0-4][a-c]?/;
|
||||
const classes = [];
|
||||
const matchingKeys = Object.keys(currentSheet).filter(key => {
|
||||
|
||||
Reference in New Issue
Block a user