|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | webFileBinaryData := BinaryData::FromBase64EncodedString( base64String ).AsBinaryValue(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | generalExcelImportAndExportDataSource := GeneralExcelImportAndExportDataSource::Upload( Archive, webFileBinaryData, fileName ); | 
|---|
|  |  |  | generalExcelImportAndExportDataSource := GeneralExcelImportAndExportDataSource::Upload( RecycleBin, webFileBinaryData, fileName ); | 
|---|
|  |  |  | generalExcelImportAndExportDataSource.ReadStructure(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | selection := select( generalExcelImportAndExportDataSource, GeneralExcelImportAndExportDataTable, tempGEIAEDT, tempGEIAEDT.Name() = "Sheet1" ); | 
|---|