Skip to content

Converts OFX(Open Financial Exchange) files to XLS(Excel Spreadsheet File)

License

Notifications You must be signed in to change notification settings

labbsr0x/ofx2xls

Repository files navigation

OFX2XLS - Converting OFX files to XLS ·

GitHub license

Getting Started

Requirements

Docker Docker-compose

Build and Run

To build and start the container with this api, please run at the root directory of this project:

docker-compose up --build

When the container is up, you can check at your browser if the service is working accessing http:\localhost:3000. If everything is working you will receive a message "Up and Running!"

To convert a file you can use the curl command at your terminal, replacing the yourOFXFile.ofx with the path of your OFX file and yourOFXFile.xls with the path of your will save your converted file.

curl -F '[email protected]' http://localhost:3000/convert/upload -o yourOFXFile.xls

Contributing

Read below to learn how you can take part in improving this project.

Labbs has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements.

License

OFX2XLS is MIT licensed.

About

Converts OFX(Open Financial Exchange) files to XLS(Excel Spreadsheet File)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published