1 16 17 18 23 package org.apache.poi.hssf.usermodel; 24 25 29 30 public interface HSSFErrorConstants 31 { 32 public static final byte ERROR_NULL = 0x00; public static final byte ERROR_DIV_0 = 0x07; public static final byte ERROR_VALUE = 0x0f; public static final byte ERROR_REF = 0x17; public static final byte ERROR_NAME = 0x1d; public static final byte ERROR_NUM = 0x24; public static final byte ERROR_NA = 0x2a; } 40 | Popular Tags |