fn extract_xlsx_sheet_cells( xml: &[u8], shared_strings: &[String], ) -> Result<String, ExtractError>
Limit bounds parsing work (cells considered), not only text cells emitted.