aboutsummaryrefslogtreecommitdiff
path: root/Source/DataExport
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-13 20:39:41 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-13 20:39:41 +0300
commite175a634cefc6e8c0ecd49514a89b1d4f30ce33b (patch)
treee4265926b772d31e2eff58d52ee3e1ec159af2a8 /Source/DataExport
parentb7c65d64e98092049fddc1b482bfc7aa97759d60 (diff)
Refactoring. ExcelDNA.IntelliSense library add.
Add description to Excel functions.
Diffstat (limited to 'Source/DataExport')
-rw-r--r--Source/DataExport/Exporter.cs2
1 files changed, 1 insertions, 1 deletions
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)