Package com.poiji.bind
Interface PropertyUnmarshaller
-
- All Known Implementing Classes:
HSSFPropertyFile,HSSFPropertyStream
public interface PropertyUnmarshallerCreated by hakan on 25.05.2020
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TreturnFromEncryptedFile(Class<T> type)<T> TreturnFromExcelFile(Class<T> type)<T> Tunmarshal(Class<T> type)
-