a python script transforming boring spreadsheets into a glittery webpage
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
391 B

YEAR=$(date '+%Y')
SHEETS=$(echo "/srv/train-your-core/finances/varia-financial-spreadsheets-$YEAR.ods")
#echo $YEAR
#echo $SHEETS
# copy the spreadsheets of this year to this folder
cp $SHEETS .
# turn this CSV file in a nice HTML page using the python script
python3 make-common-fund-status-viewer.py
# remove spreadsheet from current folder
rm varia-financial-spreadsheets-*.ods