com.feinik.csv.constant.CsvDelimiter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easycsv Show documentation
Show all versions of easycsv Show documentation
easycsv is a excel handle tools written in Java
The newest version!
package com.feinik.csv.constant;
/**
* Field delimiter
*
* @author Feinik
*/
public class CsvDelimiter {
public static final char symbol = ',';
public static final char pound = '#';
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy