This repository contains a UiPath automation project for fetching and processing currency exchange rates from the NBP website.
- Retrieve the average exchange rates of foreign currencies (Table A) from the NBP website:
- Generate a new Excel workbook named
KursyWalut_yyyyMMdd.xlsx(whereyyyyMMddis the current date). - Create separate sheets for each currency: EUR, USD, CHF.
- Extract and copy data from the fetched rates for the last 365 days into the corresponding sheets for each currency.
- For each currency, create a line chart in the respective sheet to visualize the exchange rate trends over the collected data period.
- Send the generated Excel file to the specified email address.