pub fn preprocess_script_with_context(
script: &str,
context: Option<&CellRef>,
) -> StringExpand description
Preprocess script with optional current cell context for ROW()/COL(). When context is provided, ROW() and COL() are replaced with 1-based row/col values.