Home » Community » Coffee corner » HTML table creator
HTML table creator [message #60503] |
Wed, 13 March 2024 18:13  |
 |
forlano
Messages: 1207 Registered: March 2006 Location: Italy
|
Senior Contributor |
|
|
Hello,
I reiterate a question done 8 years ago... maybe some thing chagend in the meantime.
Do you know of any class / template engine able to easily create HTML table?
My program produces many tables with hardcoded tag difficult to mantain.
Thanks,
Luigi
[Updated on: Wed, 13 March 2024 18:14] Report message to a moderator
|
|
|
|
|
|
Re: HTML table creator [message #60513 is a reply to message #60506] |
Thu, 14 March 2024 20:40  |
Didier
Messages: 726 Registered: November 2008 Location: France
|
Contributor |
|
|
Hello Luigi,
In my memories (a few years ago), Report package was able to generate documents from a template.
After looking at it, it seems I was mistaking.
You can use my ReportGenerator (it is 14 years old ) package that can be found here : https://github.com/didierq/MyFunctions
You can take look at examples/ReportGeneratorTest to see what it can do.
I use it to generate reports ( with tables ), so it may fit you're needs.
The good point about ReportGenerator is that it uses a QTF template document : so it can be edit directly in Ide (no complex coding to make you're template )
Note :
- You need to have C++ boost installed
- The parsing code uses an old boost lib (Boost/Spirit) and some warnings are thrown at compile (don't have time to update the parsing code)
I recently put the code on GitHub : I will soon put it on UppHub
[Updated on: Thu, 14 March 2024 21:25] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri May 09 20:24:11 CEST 2025
Total time taken to generate the page: 0.02654 seconds
|