op-liste
This commit is contained in:
parent
77d3e1b391
commit
6307ba5526
2 changed files with 7 additions and 7 deletions
|
|
@ -201,7 +201,7 @@ public class OPListExportAdapterByWeek extends POIFindReplaceAdapter {
|
||||||
XSSFRow rowValues = sheet.getRow(11);
|
XSSFRow rowValues = sheet.getRow(11);
|
||||||
|
|
||||||
XSSFCell cellSpaceLabelReference = rowSpacesLabels.getCell(1);
|
XSSFCell cellSpaceLabelReference = rowSpacesLabels.getCell(1);
|
||||||
XSSFCell cellSpaceCurrencyReference = rowSpacesLabels.getCell(1);
|
XSSFCell cellSpaceCurrencyReference = rowSpacesCurrencies.getCell(1);
|
||||||
int column = 1;
|
int column = 1;
|
||||||
for (ItemCollection space : spaces) {
|
for (ItemCollection space : spaces) {
|
||||||
String spaceName = space.getItemValueString("space.name");
|
String spaceName = space.getItemValueString("space.name");
|
||||||
|
|
@ -284,12 +284,12 @@ public class OPListExportAdapterByWeek extends POIFindReplaceAdapter {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentWeek.equals(week)) {
|
// update style
|
||||||
for (int i = 0; i < 15; i++) {
|
// if (currentWeek.equals(week)) {
|
||||||
row.getCell(i).setCellStyle(superDuperStyle);
|
// for (int i = 0; i < 15; i++) {
|
||||||
}
|
// row.getCell(i).setCellStyle(superDuperStyle);
|
||||||
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in a new issue