Remove number for exported file
This commit is contained in:
@@ -25,7 +25,7 @@ namespace WebAPI.Exports
|
||||
{
|
||||
try
|
||||
{
|
||||
List<IList<object>> data = new List<IList<object>>() { new List<object>() { layer.Name!, layer.Number! } };
|
||||
List<IList<object>> data = new List<IList<object>>() { new List<object>() { layer.Name! } };
|
||||
foreach (Record record in layer.Records!)
|
||||
{
|
||||
data.Add(new List<object> { record.Code!, record.Value1! });
|
||||
|
||||
Reference in New Issue
Block a user