Read/Write xls while Excel installed in server

Hi, I want to read/write excel sheets in office PC. Our working place has a Microsoft Office Suite installed only in Server, so basically Excel is not installed in my Local PC and I use excel after logging in server.

However, Revit and Dynamo are installed only in my Local PC.Is there a way I can use read and write excel sheet from Dynamo ?

Hi @hassan.orion ,

I think the Import/Export nodes need to have Excel locally installed.
Have you tried the openXML Import/Export nodes? Maybe they don’t need Excel to be installed locally.

You can also import pandas into a python node and read and export data that way. It can write and read excel easily.

2 Likes