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
)
Public Function ExcelGenerate (
srcRanges As List(Of CellRange)
) As String
public:
String^ ExcelGenerate(
List<CellRange^>^ srcRanges
)
member ExcelGenerate :
srcRanges : List<CellRange> -> string
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