XlsSaveOptions constructeur
XlsSaveOptions()
Crée des options pour enregistrer le fichier Excel 97-2003 xls/xlt.
def __init__(self):
...
XlsSaveOptions(format)
Crée des options pour enregistrer le fichier Excel 97-2003 xls/xlt.
def __init__(self, format):
...
Paramètre | Taper | Description |
---|---|---|
format | SaveFormat | Le format de fichier. Il doit être xls/xlt. |
Voir également
- module aspose.cells
- classe XlsSaveOptions