Click or drag to resize

ExcelAI ExcelTranslate Method (List CellRange , String)

Translates the text within the specified cell ranges using AI.

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

Parameters

srcRanges
Type: System.Collections.Generic List CellRange
The list of CellRanges representing the source data.
language
Type: System String
The target language for translation.

Return Value

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