Compare commits
No commits in common. "a12a753ec5fc7e30819e57b99bfd3aa534c5915c" and "815c9363f14a136a36eaf5c8fa82c2249fa437ef" have entirely different histories.
a12a753ec5
...
815c9363f1
@ -1619,13 +1619,6 @@ public class EstimateService {
|
|||||||
if (estimateRequest.getSchDrawingFlg().indexOf("4") < 0) {
|
if (estimateRequest.getSchDrawingFlg().indexOf("4") < 0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("EXCEL2".equals(estimateRequest.getSchDownload())) {
|
|
||||||
workbook.removeSheetAt(workbook.getSheetIndex("特異事項"));
|
|
||||||
workbook.removeSheetAt(workbook.getSheetIndex("発電シミュレーション"));
|
|
||||||
workbook.removeSheetAt(workbook.getSheetIndex("割付図・系統図"));
|
|
||||||
workbook.removeSheetAt(workbook.getSheetIndex("架台図"));
|
|
||||||
}
|
|
||||||
|
|
||||||
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
|
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
|
||||||
workbook.write(byteArrayOutputStream);
|
workbook.write(byteArrayOutputStream);
|
||||||
excelBytes = byteArrayOutputStream.toByteArray();
|
excelBytes = byteArrayOutputStream.toByteArray();
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user