This commit is contained in:
@@ -98,10 +98,11 @@ export default async function parseThisShit(downloadedFilePath) {
|
||||
} catch {}
|
||||
|
||||
if (d) {
|
||||
let text = cell.text;
|
||||
if (cell.fill.fgColor?.argb == "FFFFFF00") {
|
||||
cell.text += "\n(bude upřesněno)";
|
||||
text += "\n(bude upřesněno)";
|
||||
}
|
||||
final2[parsedKey] = cell.text || ""
|
||||
final2[parsedKey] = text || ""
|
||||
} else {
|
||||
final2[parsedKey] = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user