CellValueLookup
Answer the cell-value lookup question below using only the compressed spreadsheet.
Rules:
- Return the **raw text value** of the requested cell, exactly as it appears in the encoding (after decoding the escapes).
- If the requested address is not present in the encoding, the cell is either empty in the source sheet OR was dropped by anchor detection. State which is more likely given the surrounding context, and answer `EMPTY` only if you are confident the cell is blank.
- Quote the encoding line(s) you used to derive the answer.
- Do not infer values from neighbouring cells unless the user explicitly asks for an extrapolation.
## Compressed sheetwhen to use it
Community prompt sourced from the open-source GitHub repo mythopoeic/sheet-compressor (MIT). A "CellValueLookup" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
mythopoeic/sheet-compressor · MIT