hello,
I want to zipfile/unzipfile an excel file with password compression. Now I have two ways of encrypting and compressing files One is to use shellout to call the software, and then operate to zipfile/unzipfile with password and the other is to directly compress with the command, zipfile/unzipfile, but I don’t find the password added in the help file., zipfile file|directory [file|directory] ..., saving(zipfilename[, replace]),
Are there any another commands or options in zipfile/unzipfile command to zipfile/unzipfile with password?
Of course, the password is known to us, such as 123.

Thank your very much.