Skip to content

获取颜色报错Cell.CELL_TYPE_STRING #2

@JilingLee462362

Description

@JilingLee462362

if (cell.getCellType() == Cell.CELL_TYPE_STRING) {
return cell.getStringCellValue();

	} else if (cell.getCellType() == Cell.CELL_TYPE_BOOLEAN) {
		return String.valueOf(cell.getBooleanCellValue());

	} else if (cell.getCellType() == Cell.CELL_TYPE_FORMULA) {
		return cell.getCellFormula();

我是不是少了什么包?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions