curl -c cookie.txt -s 'https://sales.bodynova.com/index.php?' -X POST -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8' -H 'Accept-Language: de,en-US;q=0.7,en;q=0.3' -H 'Accept-Encoding: gzip, deflate, br' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Origin: https://sales.bodynova.com' -H 'Connection: keep-alive' -H 'Referer: https://sales.bodynova.com/' -H 'Cookie: language=0; displayedCookiesNotification=1' -H 'Upgrade-Insecure-Requests: 1' -H 'Sec-Fetch-Dest: document' -H 'Sec-Fetch-Mode: navigate' -H 'Sec-Fetch-Site: same-origin' -H 'Sec-Fetch-User: ?1' > /dev/null curl -b cookie.txt -s 'https://sales.bodynova.com/index.php?cl=pricelist&fnc=getExcel&name=Alle_Artikel&user=shop@dailysshop.com' -- output bodynova.xlsx > /dev/null ssconvert bodynova.xlsx bodynova.csv > /dev/null 2>&1