Skip to main content

DataRef

Type Alias DataRef 

Source
pub type DataRef<'a> = &'a Cell;
Expand description

Calamine-style borrowed data value name for generic read-side code.

rxls ranges already borrow Cell values from worksheets, so DataRef is a compatibility alias rather than a second borrowed enum.