Package org.javlo.i18n
Class ExcelPropertiesConverter
- java.lang.Object
-
- org.javlo.i18n.ExcelPropertiesConverter
-
public class ExcelPropertiesConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description ExcelPropertiesConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
convertExcelToProperties(File excel, String prefix, File dir)
static void
convertPropertiesToExcel(File dir, String prefix, File excel)
static void
copy(Cell[] source, Cell[] target)
static void
main(String[] args)
-
-
-
Method Detail
-
convertPropertiesToExcel
public static void convertPropertiesToExcel(File dir, String prefix, File excel) throws IOException
- Throws:
IOException
-
convertExcelToProperties
public static void convertExcelToProperties(File excel, String prefix, File dir) throws Exception
- Throws:
Exception
-
-