API Reference
Class
ExcelExtractionExtensions
Chunked extraction helpers intended for AI ingestion.
Inheritance
- Object
- ExcelExtractionExtensions
Methods
public static IEnumerable<ExcelExtractChunk> ExtractChunks(ExcelDocumentReader reader, String sheetName, String a1Range = null, ExcelExtractOptions extract = null, ExcelExtractChunkingOptions chunking = null, String sourcePath = null, CancellationToken cancellationToken = null) #Returns:
IEnumerable<ExcelExtractChunk>Extracts an Excel sheet range into row-chunked ExcelExtractChunk instances.
Parameters
- reader OfficeIMO.Excel.ExcelDocumentReader
- Workbook reader.
- sheetName System.String
- Sheet to extract.
- a1Range System.String = null
- A1 range; when null, uses the sheet's used range.
- extract OfficeIMO.Excel.ExcelExtractionExtensions.ExcelExtractOptions = null
- Extraction options.
- chunking OfficeIMO.Excel.ExcelExtractChunkingOptions = null
- Chunking options.
- sourcePath System.String = null
- Optional source path for citations.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object