Right, so...
The situation:
I'm working on a website to make prints of customer orders, and this will eventually run LOCALLY on a Linux Mint 19 machine. The problem I'm currently facing is using the website to export the filled in fields to a libreoffice document or a print.
The problem:
I haven't fully finished the website yet, I've been experimenting with a few simple textboxes on a blank page with tags like: "Name" and "Location". I'm currently still unsuccesfull.
THINGS I TRIED TO USE:
If you guys can tell me a universal solution to make a website with textboxes to fill and export this to a LibreOffice document that's easy to apply, I'd be thankfull!
PhpExcel can be used. This works with Microsoft Office and LibreOffice (5.4.1.2 confirmed). But it isn't maintained anymore. Have a lookt at PhpSpreadsheet (not tested).