Metodo refresh_pivot_tables

refresh_pivot_tables(self)

Aggiorna tutte le tabelle pivot nel file Excel.


def refresh_pivot_tables(self):
    ...

refresh_pivot_tables(self, option)

Aggiorna tutte le tabelle pivot nel file Excel.


def refresh_pivot_tables(self, option):
    ...
ParametroTipoDescrizione
optionaspose.cells.pivot.PivotTableRefreshOptionOpzione per aggiornare l’origine dati delle tabelle pivot.

Guarda anche