From 448af8ecd7bf9db070e090c4b434da693ba0ae89 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Sat, 1 Apr 2023 15:58:42 +0300 Subject: Move Excel extensions to own project --- RhSolutions.ExcelExtensions/Usings.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 RhSolutions.ExcelExtensions/Usings.cs (limited to 'RhSolutions.ExcelExtensions/Usings.cs') diff --git a/RhSolutions.ExcelExtensions/Usings.cs b/RhSolutions.ExcelExtensions/Usings.cs new file mode 100644 index 0000000..94bcc5e --- /dev/null +++ b/RhSolutions.ExcelExtensions/Usings.cs @@ -0,0 +1,3 @@ +global using Microsoft.Office.Interop.Excel; +global using System.Collections.Generic; +global using Range = Microsoft.Office.Interop.Excel.Range; \ No newline at end of file -- cgit v1.2.3