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)
ParameterTypeDescription
uidStringThe unique id for the file cache.
sheetNameStringThe sheet name
translatorITextTranslatorThe translator which implement translate function
targetLanguageStringThe target language

Exceptions

exceptioncondition
InvalidOperationException

See Also