Import dll library into factory studio

Dear Experts.
I had Microsoft.Office.Interop.Excel.dll library which support set of excel command.
How can I import this library into Factory studio, after that I can this library in script with key “using”
Thanks.

Hi Manh,

You can import this in Run > Build > References, then click in “Add DLL References…”. After importing click in “Verify References” just to be sure thar everything is fine.
PS: The .dll file must be DLL .Net Managed. Unmanaged DLLs are not supported.

Bests,
Tatsoft Team.

Dear eduado_support.
Thanks your support.
I will try to do this.
Best