File not Found Exception

String xmlData = “” +
“300” +
“70” +
“true” +
“Pdf” +
“”;

     localFilePath = Workbook.convertExcelWorkbookWithAdditionalSettings(localFilePath, xmlData, sdCardPath+"convertedworkbook.pdf");


    File file = new File(localFilePath);
        file.createNewFile();

I use this code and already file exits in external storage directory but it show file not found exception

@numiraaj

Thanks for using Aspose APIs.

Please let us know which of the following Aspose.Cells (Platforms), you are using

1 - Cloud (Aspose.Cells for Cloud)
2 - Android (Aspose.Cells for Android)

By external storage, do you mean SD card or do you mean Cloud Storage?