aboutsummaryrefslogtreecommitdiff
path: root/src/Controllers/ExportTool.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-08 15:59:30 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-08 15:59:30 +0300
commit01b2e4665136e519d3b35ca4cd1199d8616a4b85 (patch)
treefb4d4accb4d6fef67fac4a06b8f2c862bb6b5f7d /src/Controllers/ExportTool.cs
parent69b336f2d51da40bbc299af276d350288ba0fc3b (diff)
Move to .net6
Diffstat (limited to 'src/Controllers/ExportTool.cs')
-rw-r--r--src/Controllers/ExportTool.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Controllers/ExportTool.cs b/src/Controllers/ExportTool.cs
index cb5aefb..e2bbde4 100644
--- a/src/Controllers/ExportTool.cs
+++ b/src/Controllers/ExportTool.cs
@@ -3,6 +3,7 @@ using System;
using System.Collections.Generic;
using RhSolutions.Models;
using System.Linq;
+using Range = Microsoft.Office.Interop.Excel.Range;
namespace RhSolutions.Controllers
{