This commit is contained in:
@@ -98,10 +98,11 @@ export default async function parseThisShit(downloadedFilePath) {
|
|||||||
} catch {}
|
} catch {}
|
||||||
|
|
||||||
if (d) {
|
if (d) {
|
||||||
|
let text = cell.text;
|
||||||
if (cell.fill.fgColor?.argb == "FFFFFF00") {
|
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 {
|
} else {
|
||||||
final2[parsedKey] = null
|
final2[parsedKey] = null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user