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 voidconvertExcelToProperties(File excel, String prefix, File dir)static voidconvertPropertiesToExcel(File dir, String prefix, File excel)static voidcopy(Cell[] source, Cell[] target)static voidmain(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
-
-