pub fn get_panes(ws: &WorksheetXml) -> Option<String>Expand description
Get the current freeze pane cell reference, if any.
Returns the top-left cell of the unfrozen area (e.g., "A2" if row 1 is
frozen), or None if no panes are configured.
pub fn get_panes(ws: &WorksheetXml) -> Option<String>Get the current freeze pane cell reference, if any.
Returns the top-left cell of the unfrozen area (e.g., "A2" if row 1 is
frozen), or None if no panes are configured.