Link Search Menu Expand Document

XLSExtractorSaveToXLSFile Method (String)

Saves document text as 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.0.4760-master
Syntax
public void SaveToXLSFile(
	string fileName
)

Parameters

fileName
Type: SystemString
File name.

Implements

IXLSExtractorSaveToXLSFile(String)
See Also

Reference