Click or drag to resize

ExcelAI ExcelGenerate Method

Generates AI-based responses for Excel data processing.

Namespace: Spire.Xls.AI
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string ExcelGenerate(
	List<CellRange> srcRanges
)

Parameters

srcRanges
Type: System.Collections.Generic List CellRange
The list of CellRanges representing the input data.

Return Value

Type: String
a string indicating whether the processing was successful or not.
See Also