File tree 3 files changed +2
-4
lines changed
java/com/baeldung/poi/excel/merge
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 57
57
</dependencies >
58
58
59
59
<properties >
60
- <poi .version>5.2.5 </poi .version>
60
+ <poi .version>5.3.0 </poi .version>
61
61
<poi-ooxml-schemas .version>4.1.2</poi-ooxml-schemas .version>
62
62
<xmlbeans .version>5.2.0</xmlbeans .version>
63
63
<logback-classic .version>1.5.6</logback-classic .version>
Original file line number Diff line number Diff line change 18
18
import org .apache .poi .ss .util .CellRangeAddress ;
19
19
import org .apache .poi .xssf .usermodel .XSSFWorkbook ;
20
20
import org .junit .jupiter .api .BeforeEach ;
21
- import org .junit .jupiter .api .Disabled ;
22
21
import org .junit .jupiter .api .Test ;
23
22
24
- @ Disabled ("Fixing at JAVA-41042" )
25
23
class ExcelCellMergerUnitTest {
26
24
27
- private static final String FILE_NAME = "ExcelCellFormatterTest .xlsx" ;
25
+ private static final String FILE_NAME = "ExcelCellFormatterTest2 .xlsx" ;
28
26
private static final String FILE_NAME_2 = "MergedAlignCell.xlsx" ;
29
27
30
28
private String fileLocation ;
You can’t perform that action at this time.
0 commit comments