Skip to content

Releases: seccoding/Excel4J

Excel4J 3.0.2

Choose a tag to compare

@seccoding seccoding released this 06 Nov 07:58
b44b2cb

엑셀 쓰기 멀티 시트 지원

3.0.1

Choose a tag to compare

@seccoding seccoding released this 06 Nov 05:23
3.0.1 릴리

Excel4J 3.0.0

Choose a tag to compare

@seccoding seccoding released this 28 Oct 08:47
64a751e
Update README.md

Excel4J-2.1.2

Choose a tag to compare

@seccoding seccoding released this 22 Feb 02:26

Deprecated

  • ExcelRead.getValue(ReadOption readOption, String cellName)

Make New

  • ExcelRead.getValue(String filePath, String cellName): String
  • ExcelRead.getValue(String filePath, String sheetName, String cellName): String
  • @excelsheet Annotation
  • @Format Annotation

Modify

  • WriteOption.setSheetName() 대신 @excelsheet 로 대체
  • ReadOption.setSheetName() 대신 @excelsheet로 대체
  • ReadOption.setOutputColumns() 대신 @field로 대체
  • ReadOption.setStartRow() 대신 @excelsheet로 대체

Excel-2.1.0

Choose a tag to compare

@seccoding seccoding released this 21 Feb 05:00
2.1.0 Release

ExcelRead.read(ReadOption readOption):Map<String, String> is deprecated
ExcelRead.readToObject(ReadOption readOption, Class<?> clazz):T is
deprecated

Make new ExcelRead.readToList(ReadOption readOption, Class<?>
clazz):List<T>

Excel-2.0.0

Choose a tag to compare

@seccoding seccoding released this 20 Feb 06:58
2.0.0 Release

Excel-1.1.1

Choose a tag to compare

@seccoding seccoding released this 11 Feb 04:48
Excel 1.1.1 Release

Add getValue() functions

Excel-1.1.0

Choose a tag to compare

@seccoding seccoding released this 11 Feb 04:48
Excel 1.1.1 Release

Add getValue() functions

Excel-1.0.0

Choose a tag to compare

@seccoding seccoding released this 11 Feb 04:47
Excel 1.1.1 Release

Add getValue() functions