XlsxPath
XlsxPath
XlsxPath is available in Advanced and Premium licenses. This feature facilitates the low level work with XLSX documents through easy but powerful methods that allow you to get, remove, and return almost any Excel content.
This feature benefits from the flexibility that a set of options adds. This set allows to filter by content type, position, text, attributes or dynamic queries.
For example, it is possible to remove paragraphs that contains a certain text, get elements information, remove images or charts... The possibilities of PptxPath are almost endless.
XlsxPath is compatible with new spreadsheets and templates.
If you need to obtain information about the data the XPath query returns, you can run the getXlsxPathQueryInfo method. Thanks to this new method it is possible to get the number of the concurrent results and the string of the query.
- The following options indicate the references to the contents: type (cell, drawing, row), contains (string, text value), occurrence ((int) exact occurrence or (string) range of contents (e.g.: 2..9, 2.., ..9) or first() or last(), if empty iterate all elements), attributes (string, contains a specific attribute key and value), customQuery (custom XPath query, overwrites any other reference).
- If the option occurrence is not set all references of the query will be changed.
- When setting a referenceNode it is mandatory to employ at least one of the available options.
- If you need to set the last occurrence of an element you can use the value -1. The first element is always 1, unlike PHP arrays, in which the first element is 0.