Invalid file stored in blob storage using DMF through postman
I think I'm starting to figure out what you're doing.
You complain about a problem with a batch, but there is none involved, because you're using the package API and not the recurring integration API.
The API requires a package, but you never tested whether the package works. What you did was creating an importing project with Excel as the source format and imported the Excel spreadsheet. This verifies that the Excel file is correct, but it tells you nothing about whether your ZIP file is correct and and can be imported.
Are my assumptions correct?
I don't know how you created your package file (PackageHeader.xml etc.), but the name of the Excel file looks wrong to me, so there is a chance that other things are wrong to. I suggest you forger your current package and create a new one instead. Create an export project and export a package. Then unzip the package, change just data inside the Excel files (not its name) and try to import it back (as a package). When you're able to import the file manually, you can try it through the API.