Difference clr.AddReference('DSOffice') and clr.AddReferenceByName('Microsoft.Office.Interop.Excel, Version=15.0.0.0, ')

what is the difference between difference clr.AddReference(‘DSOffice’) and clr.AddReferenceByName(‘Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’)

DSOfffce is library defined by Dynamo Team to support for data exchange with excel , Microsoft.Office.Interop.Excel basicly just is library developed by microsoft, you can easy extend any function to do or intergrate with excel. But normaly, both also require you install Microsoft Excel to can use for case export, I just recommend use Epplus if you want work with more than that.
Regrard .

1 Like