Is there any method to get the results from a pivot table / data pilot within a basic macro other than to parse the cell range of the worksheet?
I can use the worksheet function GETPIVOTDATA in a cell formula, but don’t seem to be able to pass a reference to a cell or range within the pivot table in order to call GETPIVOTDATA using “com.sun.star.sheet.FunctionAccess”.
I’ve been searching for an equivalent to the excel VBA pivot table method “GetPivotData”, but unable to find an equivalent for LibreOffice.