pub fn parse_a1_1based( input: &str, ) -> Result<(u32, u32, bool, bool), A1ParseError>
Parse an A1-style reference and return 1-based coordinates plus absolute flags.