org.apache.poi.hssf.usermodel
Interface HSSFErrorConstants
- public interface HSSFErrorConstants
contains constants representing Excel error codes.
- Author:
- Michael Harhen
ERROR_NULL
public static final byte ERROR_NULL
ERROR_DIV_0
public static final byte ERROR_DIV_0
ERROR_VALUE
public static final byte ERROR_VALUE
ERROR_REF
public static final byte ERROR_REF
ERROR_NAME
public static final byte ERROR_NAME
ERROR_NUM
public static final byte ERROR_NUM
ERROR_NA
public static final byte ERROR_NA
Copyright © 2001-2002 JAKARTA POI project. All Rights Reserved.