Package pro.verron.officestamper.excel
@NullMarked
package pro.verron.officestamper.excel
Lazy, query-oriented access to XLSX workbook data for template stamping.
Provides ExcelContext, which exposes sheets, named tables, and cells (by
A1 notation) as a data source, along with SheetContext for worksheet
-level queries and ExcelMergeStrategy for combining multiple sheets.
Ensures non-null values by default.
-
ClassDescriptionExcelContext exposes a lazy, query-oriented view over an XLSX workbook.Exception thrown when an error occurs during Excel processing.Strategies for merging multiple sheets in an Excel workbook.