Exporting room data to an already existing excel template using dynamo

Hello @dynamofan and welcome

you can’t use openpyxl with Ironpython, you need to switch to Cpython3 engine (and install openpyxl package if you use Revit 2022)

if you want to stay on the IronPython, here 2 solutions :