CellsAI.SpreadsheetSummarize
SpreadsheetSummarize(string)
Get summary of the spreadsheet
public string SpreadsheetSummarize(string path)
Parameter | Type | Description |
---|---|---|
path | String | the file path |
Return Value
AI query response
See Also
- class CellsAI
- namespace Aspose.Cells.AI
- assembly CellsAI
SpreadsheetSummarize(string, TextWriter)
Get summary of the spreadsheet,using TextWriter to write the result
public Task SpreadsheetSummarize(string path, TextWriter writer)
Parameter | Type | Description |
---|---|---|
path | String | the file path |
writer | TextWriter | the TextWriter to write the result |
See Also
- class CellsAI
- namespace Aspose.Cells.AI
- assembly CellsAI