Metodo import_excel_file_from_json

import_excel_file_from_json

Importa il file excel dalla stringa di formato JSON.

def import_excel_file_from_json(self, json):
    ...
ParametroTipoDescrizione
jsonstrLa stringa di formato JSON.

Guarda anche