Convert RRD Graph data to XLS (or similar)

Is there a convenient way to convert graph data from RRD into XLS to display the actual throughput taken at a specific time range?
Some applications allow you to export the data into an Excel spreadsheet on the WebGUI, and was wondering if the same can be done for LibreNMS (or is it planned? Search did not come up with anything).

Thanks!

In v2 we use rrdtool xport to output as json. I doubt you’ll see that back ported to v1.

However if you want the data you can run that yourself for now on the cli ‘rrdtool xport’ should give you the info you need.