show_all_sheets propiedad

show_all_sheets propiedad

Indica si se mostrarán todas las hojas al guardar como un único archivo html.

Observaciones

Sólo funciona cuando HtmlSaveOptions.save_as_single_file es Verdadero.

Definición:

@property
def show_all_sheets(self):
    ...
@show_all_sheets.setter
def show_all_sheets(self, value):
    ...

Ver también