This commit is contained in:
2024-06-20 17:12:59 +08:00
parent 8b222bd7c3
commit 6b59df065d
31 changed files with 1138 additions and 404 deletions
@@ -4106,12 +4106,12 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
ws.SetColumnWidth(12, 6 * 256);//M
ws.SetColumnWidth(13, 5 * 256);//N
ws.SetColumnWidth(14, 4 * 256);//O
ws.SetColumnWidth(15, 6 * 256);//P
ws.SetColumnWidth(15, 4 * 256);//P
ws.SetColumnWidth(16, 4 * 256);//Q
ws.SetColumnWidth(17, 5 * 256);//R
ws.SetColumnWidth(18, 6 * 256);//S
ws.SetColumnWidth(19, 7 * 256);//T
ws.SetColumnWidth(20, 13 * 256);//U
ws.SetColumnWidth(18, 5 * 256);//S
ws.SetColumnWidth(19, 5 * 256);//T
ws.SetColumnWidth(20, 18 * 256);//U
ws.AddMergedRegion(new CellRangeAddress(rowIndex, rowIndex + 3, 0, 2));
ws.GetRow(rowIndex).GetCell(0).SetCellValue("SH/T 3503-J412-1-2007");
@@ -7514,7 +7514,7 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
{
Directory.CreateDirectory(filePath);
}
string fileName = "模版报表-" + DateTime.Now.ToString("yyyyMMddHHmmss") + ".xlsx";
string fileName = "试压包报表-" + DateTime.Now.ToString("yyyyMMddHHmmss") + ".xlsx";
string ReportFileName = filePath + fileName;
//XSSFWorkbook hssfworkbook = new XSSFWorkbook();