XmlLoadOptions constructor
XmlLoadOptions()
Representa las opciones de carga del archivo xml.
def __init__(self):
...
XmlLoadOptions(type)
Representa las opciones de carga del archivo xml.
def __init__(self, type):
...
Parámetro | Tipo | Descripción |
---|---|---|
type | LoadFormat | El tipo de formato de carga. |
Ver también
- módulo aspose.cells
- clase XmlLoadOptions