xml_map_query method
xml_map_query
Query cell areas that mapped/linked to the specific path of xml map.
Returns
CellArea
list that mapped/linked to the specific path of xml map, an empty list is returned if nothing is mapped/linked.
def xml_map_query(self, path, xml_map):
...
Parameter | Type | Description |
---|---|---|
path | str | xml element path |
xml_map | XmlMap | Specify an xml map if you want to query for the specific path within a specific map |
See Also
- module
aspose.cells
- class
CellArea
- class
Worksheet