com.github.mygreen.cellformatter.callback.ZenkakuNumberCallback 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.Locale;
/**
* 半角数字を全角数字に変換する。
*
* @version 0.5
* @author T.TSUCHIE
*
*/
public class ZenkakuNumberCallback extends JapaneseCallback