com.whaleal.icefrog.poi.excel.cell.values.NumericCellValue Maven / Gradle / Ivy
package com.whaleal.icefrog.poi.excel.cell.values;
import com.whaleal.icefrog.core.date.DateUtil;
import com.whaleal.icefrog.core.util.StrUtil;
import com.whaleal.icefrog.poi.excel.ExcelDateUtil;
import com.whaleal.icefrog.poi.excel.cell.CellValue;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.util.NumberToTextConverter;
/**
* 数字类型单元格值
* 单元格值可能为Long、Double、Date
*
* @author Looly
* @author wh
* @since 1.0.0
*/
public class NumericCellValue implements CellValue
© 2015 - 2025 Weber Informatics LLC | Privacy Policy