Revit To Excel on a different cloud machine

Hello,

I do not have access to Revit and Excel on the same machine. Is there a way I can export and import data from Revit on one cloud machine to Excel on another one?

I am trying to do this using CSV as an intermediate format and then opening that CSV file on the different machine using Excel. I am able to export the information but while importing the CSV file, it only reads numbers and not text. How do I get around this?

[11] and [14] that show null in the watch node actually have text but it isn’t detecting and showing null instead

Not sure what’s the issue with this node, but it never seems to work as expected. You could try using the original CSV node instead:

this node only reads lists of lists of numbers! Look at the return type, double[]…double[]

Yup. Using the original CSV node works. Thanks!