Package com.palantir.transforms.excel
Interface WorkbookWithMetadata
@Immutable
public interface WorkbookWithMetadata
A
Workbook
object (the result of loading an Excel file from a dataset into Apache POI)
along with information about the file in the dataset such as its path.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkbookWithMetadata.Builder
builder()
filePath()
org.apache.poi.ss.usermodel.Workbook
workbook()
-
Method Details
-
workbook
org.apache.poi.ss.usermodel.Workbook workbook() -
filePath
String filePath() -
builder
-