Class CellsAI

CellsAI class

Represents the main entry class for Cells AI

public class CellsAI

Constructors

NameDescription
CellsAI(string, string)Constructor for CellsAI
CellsAI(string, bool, string)Constructor for CellsAI

Properties

NameDescription
Proxy { get; set; }Set proxy for CellsAI

Methods

NameDescription
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