bug fixed
This commit is contained in:
@@ -558,7 +558,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Row(4).Height = 30;
|
||||
ws.Row(5).Height = 30;
|
||||
ws.Row(6).Height = 30;
|
||||
ws.Column(1).Width = 10;
|
||||
ws.Column(1).Width = 9;
|
||||
ws.Column(2).Width = 40;
|
||||
ws.Column(3).Width = 5;
|
||||
ws.Column(4).Width = 5;
|
||||
@@ -576,7 +576,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Column(16).Width = 5;
|
||||
ws.Column(17).Width = 15;
|
||||
ws.Column(18).Width = 15;
|
||||
ws.Column(19).Width = 40;
|
||||
ws.Column(19).Width = 50;
|
||||
|
||||
int row = 7;
|
||||
int no = 1;
|
||||
|
||||
Reference in New Issue
Block a user