Hi, I’m trying to convert .csv file to .xlsx file but when try to put the conversion method of FileApi get the next error:
The method convertDocument(ConvertDocumentRequest) is undefined for the type FileApi
Code:
FileApi apiInstance = new FileApi(configuration);
ConvertSettings settings = new ConvertSettings();
…
//Here get the error, I can’t call the convertDocument method.
List responseConvert = apiInstance.convertDocument(new ConvertDocumentRequest(settings));
I use the next configuration
groupdocs-artifact-repository GroupDocs Artifact Repository https://repository.groupdocs.cloud/repo com.groupdocs groupdocs-conversion-cloud 23.4 compile