Enum TableExportFormat
Export formats for extracted table data.
public enum TableExportFormat
Fields
CSV = 0Comma-separated values format.
Excel = 4Excel-compatible XML format.
HTML = 2HTML table format.
JSON = 1JSON format.
Markdown = 3Markdown table format.