Index

E F G J M P V 
All Classes and Interfaces|All Packages|Serialized Form

E

entrySet() - Method in class pro.verron.officestamper.excel.ExcelContext
 
ExcelContext - Class in pro.verron.officestamper.excel
ExcelContext exposes a lazy, query-oriented view over an XLSX workbook.
ExcelException - Exception Class in pro.verron.officestamper.excel
Exception thrown when an error occurs during Excel processing.
ExcelException(Throwable) - Constructor for exception class pro.verron.officestamper.excel.ExcelException
Constructs an ExcelException with the specified cause.
ExcelMergeStrategy - Enum Class in pro.verron.officestamper.excel
Strategies for merging multiple sheets in an Excel workbook.

F

from(InputStream) - Static method in class pro.verron.officestamper.excel.ExcelContext
Create a new context from an input stream containing an .xlsx file.
from(Path) - Static method in class pro.verron.officestamper.excel.ExcelContext
Create a new context from a path to an .xlsx file.
from(SpreadsheetMLPackage) - Static method in class pro.verron.officestamper.excel.ExcelContext
Create a new context from a SpreadsheetMLPackage.

G

get(Object) - Method in class pro.verron.officestamper.excel.ExcelContext
 

J

JOIN - Enum constant in enum class pro.verron.officestamper.excel.ExcelMergeStrategy
Sheets are joined together into a single list of records.
joinAllSheets(String) - Method in class pro.verron.officestamper.excel.ExcelContext
Merges all sheets in the workbook into a single list of records using an inner join.

M

MAP - Enum constant in enum class pro.verron.officestamper.excel.ExcelMergeStrategy
Each sheet is exposed as a separate key in the context map.

P

pro.verron.officestamper.excel - module pro.verron.officestamper.excel
Lazy, query-oriented context over XLSX workbooks for OfficeStamper.
pro.verron.officestamper.excel - package pro.verron.officestamper.excel
Lazy, query-oriented access to XLSX workbook data for template stamping.

V

valueOf(String) - Static method in enum class pro.verron.officestamper.excel.ExcelMergeStrategy
Returns the enum constant of this class with the specified name.
values() - Static method in enum class pro.verron.officestamper.excel.ExcelMergeStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
E F G J M P V 
All Classes and Interfaces|All Packages|Serialized Form