CellsAI.SpreadsheetSummarize

SpreadsheetSummarize(string)

Get summary of the spreadsheet

public string SpreadsheetSummarize(string path)
ParameterTypeDescription
pathStringthe file path

Return Value

AI query response

See Also


SpreadsheetSummarize(string, TextWriter)

Get summary of the spreadsheet,using TextWriter to write the result

public Task SpreadsheetSummarize(string path, TextWriter writer)
ParameterTypeDescription
pathStringthe file path
writerTextWriterthe TextWriter to write the result

See Also