1
0

fix: Error
All checks were successful
Remote Deploy / deploy (push) Successful in 4s

This commit is contained in:
2025-09-07 20:16:45 +02:00
parent 9fe9b9a4bb
commit cd66c0938f

View File

@@ -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
}