get_header_footer

Function get_header_footer 

Source
pub fn get_header_footer(ws: &WorksheetXml) -> (Option<String>, Option<String>)
Expand description

Get the header and footer text.

Returns (header, footer) where each may be None if not set.