SheetView

Overview

SheetView is a class in Aspose.Cells FOSS for Python.

Represents a sheet view configuration.

Properties

NameTypeAccessDescription
show_formulas``ReadWhether to show formulas instead of values.
show_grid_lines``ReadWhether to show grid lines.
show_row_col_headers``ReadWhether to show row and column headers.
show_zeros``ReadWhether to display zero values.
right_to_left``ReadWhether to display right-to-left.
tab_selected``ReadWhether this sheet is selected.
view``ReadView mode: ’normal’, ‘pageBreakPreview’, or ‘pageLayout’.
top_left_cell``ReadTop-left visible cell.
zoom_scale``ReadZoom scale (10-400, default: 100).
zoom_scale_normal``ReadNormal zoom scale.
zoom_scale_page_layout_view``ReadZoom for page layout view.
view_type``ReadAlias for view property.
window_protection``ReadWhether the sheet window is protected.
show_outline_symbols``ReadWhether to show outline symbols.
show_ruler``ReadWhether to show the ruler.
show_white_space``ReadWhether to show white space.
default_grid_color``ReadWhether to use the default grid color.
color_id``ReadGrid color index (default 64).
zoom_scale_sheet_layout_view``ReadZoom for sheet layout view.
workbook_view_id``ReadWorkbook view index for this sheet view.

Methods

SignatureDescription
__init__()

See Also