SaveXlsx

TableAIProcessor.SaveXlsx method

Saves the extracted structured tables into an XLSX (Excel) file.

public void SaveXlsx(string filename)
ParameterTypeDescription
filenameStringThe full path where the XLSX file will be saved.

See Also