Dictionary delete
This commit is contained in:
parent
3cf031f95b
commit
7dc8fd45d4
@ -18,7 +18,6 @@ namespace RhSolutions.Api.Services
|
|||||||
List<Product> products = new();
|
List<Product> products = new();
|
||||||
using (var wb = new XLWorkbook(memoryStream))
|
using (var wb = new XLWorkbook(memoryStream))
|
||||||
{
|
{
|
||||||
Dictionary<ProductSku, Product> collected = new();
|
|
||||||
var table = GetTable(wb);
|
var table = GetTable(wb);
|
||||||
var rows = table.DataRange.Rows();
|
var rows = table.DataRange.Rows();
|
||||||
foreach (var row in rows)
|
foreach (var row in rows)
|
||||||
|
Loading…
Reference in New Issue
Block a user