XLSExtractorSavePageToXLSFile Method ByteScout PDF Extractor SDK
Saves document page text to Excel file. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public void SavePageToXLSFile(
	int pageIndex,
	string fileName
)

Parameters

pageIndex
Type: SystemInt32
Page index (zero-based).
fileName
Type: SystemString
Output file name.

Implements

IXLSExtractorSavePageToXLSFile(Int32, String)
See Also

Reference