I am trying to load an xls file and convert to xlsx from an Amazon S3 bucket.
really appreciate if someone knows how to do:
- read xls file from s3
- convert xls to xlsx and save in s3.
Constrains: 1.This is an enterprise projet thus cannot be downloading the file to my local and convert and reupload 2. our internal application is running on EC2 linux, thus cannot install packages that works for windows like win32.client to do the conversion.
thank you!!