méthode add

add(self, item)

Ajoute une HtmlTableLoadOption dans cette collection.

Retour

l’index de l’élément ajouté


def add(self, item):
    ...
ParamètreTaperDescription
itemHtmlTableLoadOptionune HtmlTableLoadOption

add(self, table_index)

Ajoutez une HtmlTableLoadOption à la liste.

Retour


def add(self, table_index):
    ...
ParamètreTaperDescription
table_indexintIndex des tables

add(self, table_id)

Ajoutez une HtmlTableLoadOption à la liste.

Retour


def add(self, table_id):
    ...
ParamètreTaperDescription
table_idstrID de la table

add(self, table_index, target_sheet_index)

Ajoutez une HtmlTableLoadOption à la liste.


def add(self, table_index, target_sheet_index):
    ...
ParamètreTaperDescription
table_indexintIndex des tables
target_sheet_indexintL’index cible de la feuille de calcul dans Excel

add(self, table_id, target_sheet_index)

Ajoutez une HtmlTableLoadOption à la liste.

Retour


def add(self, table_id, target_sheet_index):
    ...
ParamètreTaperDescription
table_idstrID de la table
target_sheet_indexintL’index cible de la feuille de calcul dans Excel

add(self, table_index, target_sheet_index, original_sheet_index)

Ajoutez une HtmlTableLoadOption à la liste.


def add(self, table_index, target_sheet_index, original_sheet_index):
    ...
ParamètreTaperDescription
table_indexintIndex des tables
target_sheet_indexintL’index cible de la feuille de calcul dans Excel
original_sheet_indexintL’index original de la feuille de calcul dans le HTML

add(self, table_id, target_sheet_index, original_sheet_index)

Ajoutez une HtmlTableLoadOption à la liste.

Retour


def add(self, table_id, target_sheet_index, original_sheet_index):
    ...
ParamètreTaperDescription
table_idstrID de la table
target_sheet_indexintL’index cible de la feuille de calcul dans Excel
original_sheet_indexintL’index original de la feuille de calcul dans le HTML

Voir également