pub fn encode_copy_text_cells(cells: &[Option<String>]) -> StringExpand description
Encode one row’s selected cells as a COPY text-format line —
the inverse of decode_copy_text_row: tab-separated, \N
for NULL, C-style backslash escapes for the control characters
the decoder understands.