3 lines
147 B
C#
3 lines
147 B
C#
|
global using Microsoft.Office.Interop.Excel;
|
|||
|
global using System.Collections.Generic;
|
|||
|
global using Range = Microsoft.Office.Interop.Excel.Range;
|