From e175a634cefc6e8c0ecd49514a89b1d4f30ce33b Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 13 Dec 2021 20:39:41 +0300 Subject: Refactoring. ExcelDNA.IntelliSense library add. Add description to Excel functions. --- Source/DataExport/Exporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/DataExport') diff --git a/Source/DataExport/Exporter.cs b/Source/DataExport/Exporter.cs index cc7621e..40a1d5d 100644 --- a/Source/DataExport/Exporter.cs +++ b/Source/DataExport/Exporter.cs @@ -52,7 +52,7 @@ namespace RehauSku.DataExport object current = SelectedCells[row, column]; if (current.GetType() == typeof(string) - && SkuAssist.IsRehauSku((string)current)) + && ((string)current).IsRehauSku()) sku = (string)current; else if (current.GetType() == typeof(string) -- cgit v1.2.3