Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Download the file
- wget -O "usdaTableFood.xlsx" "https://www.ars.usda.gov/ARSUserFiles/80400530/apps/2021-2023 FNDDS At A Glance - FNDDS Nutrient Values.xlsx"
- soffice --headless --convert-to xhtml usdaTableFood.xlsx #usdaTableFood.xhtml
- python3 dataFromXhtml.py usdaTableFood.xhtml #usdaTableFood.csv
Advertisement
Add Comment
Please, Sign In to add comment