com.github.mygreen.cellformatter.callback.DBNumBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of excel-cellformatter Show documentation
Show all versions of excel-cellformatter Show documentation
Excelのセルの書式を解析してフォーマットするライブラリ。
package com.github.mygreen.cellformatter.callback;
import java.util.HashSet;
import java.util.Locale;
import java.util.Set;
import com.github.mygreen.cellformatter.lang.ArgUtils;
import com.github.mygreen.cellformatter.term.DateTerm;
import com.github.mygreen.cellformatter.term.Term;
/**
* 数値変換の基底クラス。
*
* @since 2.0
* @author T.TSUCHIE
*
*/
public abstract class DBNumBase implements Callback
© 2015 - 2024 Weber Informatics LLC | Privacy Policy