Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 422 Bytes

rust-xlsx-financial-webapp

A very simple template for applications that need to dump calculation results from a web page into an xlsx file.

Used warp library of rust for the backend.

In the real implementation, decimal numbers will be used for increased accuracy.

Thanks:

zupzup for the rust to xlsx tutorial

Screenshot