forked from ddrilling/AsbCloudServer
Reviewed-on: http://test.digitaldrilling.ru:8080/DDrilling/AsbCloudServer/pulls/100
This commit is contained in:
commit
894a96972f
@ -13,7 +13,7 @@ namespace AsbCloudInfrastructure.Services.ProcessMap
|
||||
public class ProcessMapReportMakerService : IProcessMapReportMakerService
|
||||
{
|
||||
const int firstColumn = 2;
|
||||
const int lastColumn = 49;
|
||||
const int lastColumn = 42;
|
||||
|
||||
const int headerRowsCount = 5;
|
||||
|
||||
|
Binary file not shown.
@ -113,7 +113,7 @@ namespace AsbCloudWebApi.Controllers
|
||||
return NoContent();
|
||||
|
||||
var fileName = $"РТК по скважине {well.Caption} куст {well.Cluster}.xlsx";
|
||||
return File(stream, fileName);
|
||||
return File(stream, "application/octet-stream", fileName);
|
||||
}
|
||||
|
||||
return NoContent();
|
||||
|
Loading…
Reference in New Issue
Block a user