Transform a Finanzguru Excel Export into multiple CSV files by account name that can be imported in YNAB. Everything happens in your local browser, no data is sent anywhere!
Available on ayeks.github.io/finanzguru2ynab.
The project can be setup locally with npm:
npm install
Run a local server for testing it:
npm run serve
Build the static files that can be uploaded:
npm run build
Check if any code issues exist:
npm run lint
Create pull requests with your changes or create issues for questions and feature requests.
Licensed under the MIT License.