This commit is contained in:
@@ -799,7 +799,7 @@ namespace rmutr_report.Controllers
|
||||
ws.Cell(row, 16).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Left;
|
||||
ws.Range(ws.Cell(row, 8), ws.Cell(row, 14)).Style.NumberFormat.SetFormat("#,#");
|
||||
string str = equipment3.amount;
|
||||
string str2 = equipment3.amount + "\n" + equipment3.amount + "\n" + equipment3.amount;
|
||||
string str2 = equipment3.amount + "\r" + equipment3.amount + "\n" + equipment3.amount;
|
||||
//string str3 = str2.Substring(0, 7);
|
||||
if (str.Length == 4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user