GridJsWorkbook.TranslateSheetAsync
GridJsWorkbook.TranslateSheetAsync method
Translate all the string value to the target language in the worksheet
public Task<string> TranslateSheetAsync(string uid, string sheetName, ITextTranslator translator,
string targetLanguage)
| Parameter | Type | Description |
|---|
| uid | String | The unique id for the file cache. |
| sheetName | String | The sheet name |
| translator | ITextTranslator | The translator which implement translate function |
| targetLanguage | String | The target language |
Exceptions
| exception | condition |
|---|
| InvalidOperationException | |
See Also