Class CellsAI
Contents
[
Hide
]CellsAI class
Represents the main entry class for Cells AI
public class CellsAI
Constructors
| Name | Description |
|---|---|
| CellsAI(string, string) | Constructor for CellsAI |
| CellsAI(string, bool, string) | Constructor for CellsAI |
Properties
| Name | Description |
|---|---|
| Proxy { get; set; } | Set proxy for CellsAI |
Methods
| Name | Description |
|---|---|
| BuildSpreadsheet(string, string?, string) | Build Spreadsheet file with user request |
| GetExcelFormula(string, string) | Get formula from the spreadsheet |
| SpreadsheetQuestion(string, string) | Get answer of the question from the spreadsheet |
| SpreadsheetQuestion(string, string, TextWriter) | Get answer of the question from the spreadsheet,using TextWriter to write the result |
| SpreadsheetSummarize(string) | Get summary of the spreadsheet |
| SpreadsheetSummarize(string, TextWriter) | Get summary of the spreadsheet,using TextWriter to write the result |
See Also
- namespace Aspose.Cells.AI
- assembly CellsAI