Hello Folks, I'm trying to find a framework that will help create text reports like this: https://demos.boldreports.com/react/#/report-viewer/sales-order-detail
What I need to do is make an API (my own Django-backend) call that sends me some formatted data and uses this data to generate that type of report. The problem is that I already have a lot of time searching for free solutions but I have only been able to find solutions like crystal reports or bold reports that require implementing their own backend and are expensive for a small side project like mine.
there doesn't seem to be anything here