All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.excel.tools.ExcelConstants Maven / Gradle / Ivy

The newest version!
package me.excel.tools;

/**
 * Created by hanwen on 16-1-18.
 */
public class ExcelConstants {

  private ExcelConstants() {
    // default constructor
  }

  /**
   * 
   * the business key present a domain model, it can identified a domain model.
   * it useful where update a domain model using excel template.
   * 
*/ public static final String BUSINESS_KEY_PREFIX = "businessKey."; public static final String DOT_SEPARATOR = "."; public static final String COMMA_SEPARATOR = ","; public static final String SEMICOLON_SEPARATOR = ":"; public static final String EMPTY_VALUE = ""; public static final String SUFFIX_XLS = ".xls"; public static final String SUFFIX_XLSX = ".xlsx"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy