Bael 5200 numeric excel (#11594)

* Changes for Numeric Format

* Update NumberCellValueUnitTest.java

* Corrected the workbook format

* Unwanted change removed

* Corrected the spell issue

* Update NumberCellValueUnitTest.java

* Fixed review comment

* Update NumberCellValueUnitTest.java
This commit is contained in:
Amitabh Tiwari
2021-12-25 20:25:49 +05:30
committed by GitHub
parent 0711cec88b
commit 1f08721fb6
3 changed files with 124 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ package com.baeldung.poi.excel.multilinetext;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.usermodel.Row;
public class MultilineText {
public void formatMultilineText(Cell cell, int cellNumber) {