SaveAsXLSX Method (GdPictureOCR)
In This Topic
Saves the specified OCR results to an xlsx file.
Overload List
Overload | Description |
SaveAsXLSX(ICollection<String>,String,SpreadsheetOptions) | Saves the provided collection of OCR results, identifiable by their unique IDs, to an xlsx file. |
SaveAsXLSX(String,String,Int32,SpreadsheetOptions) | Saves the table, specified by its index, to an xlsx file. |
SaveAsXLSX(ICollection<String>,Stream,SpreadsheetOptions) | Saves the provided collection of OCR results, identifiable by their unique IDs, to a stream in the xlsx format. |
SaveAsXLSX(String,Stream,Int32,SpreadsheetOptions) | Saves the table, specified by its index, to a stream in the XLSX format. |
See Also