We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These are from the setup.py file
_Currencies = ['GBP','USD','EUR','SGD','HKD','AUD','MOP','CNY','JPY'] _setupfile = r'D:\Wilson\Documents\Personal Documents\Investments\PortfolioTracker\setup.xlsx' _FXfile = r'D:\Wilson\Documents\Personal Documents\Investments\PortfolioTracker\FX.xlsx'
the files in the D: Drive are missing ....
The text was updated successfully, but these errors were encountered:
I've added FX.xlsx to the repository.
Setup.xlsx - I will create a file with dummy data and upload soon.
Sorry, something went wrong.
Dear Wilson,
thank you for the quick turnaround,
If i am not mistaken there were other XLSX files as well ....
wilsonleong
No branches or pull requests
These are from the setup.py file
PARAMETERS
_Currencies = ['GBP','USD','EUR','SGD','HKD','AUD','MOP','CNY','JPY']
_setupfile = r'D:\Wilson\Documents\Personal Documents\Investments\PortfolioTracker\setup.xlsx'
_FXfile = r'D:\Wilson\Documents\Personal Documents\Investments\PortfolioTracker\FX.xlsx'
END OF PARAMETERS
the files in the D: Drive are missing ....
The text was updated successfully, but these errors were encountered: