Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » HTML table creator
HTML table creator [message #60503] Wed, 13 March 2024 18:13 Go to next message
forlano is currently offline  forlano
Messages: 1185
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 #60504 is a reply to message #60503] Wed, 13 March 2024 19:33 Go to previous messageGo to next message
Didier is currently offline  Didier
Messages: 680
Registered: November 2008
Location: France
Contributor
Hello Luigi,

I don't know in which context you are generating HTML tables.
But maybe you can use Report to generate a QTF document that can then be converted into HTML ?

Re: HTML table creator [message #60505 is a reply to message #60503] Wed, 13 March 2024 21:34 Go to previous messageGo to next message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

There is a template engine in the Skylark package. I don't remember if it is possible to use it separately, but it might be worth looking at.

Best regards,
Honza

[Updated on: Wed, 13 March 2024 21:35]

Report message to a moderator

Re: HTML table creator [message #60506 is a reply to message #60505] Wed, 13 March 2024 23:17 Go to previous messageGo to next message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Thank you for the answers.

1. How Report can help in making qtf table?

2. We already tried with skylark but the template engine cannot be separated.

Luigi
Re: HTML table creator [message #60513 is a reply to message #60506] Thu, 14 March 2024 20:40 Go to previous message
Didier is currently offline  Didier
Messages: 680
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 Rolling Eyes ) 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 Wink )

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

Previous Topic: Linux Fedora 39
Next Topic: C++ and HTML+Javascript
Goto Forum:
  


Current Time: Sat Apr 27 23:24:56 CEST 2024

Total time taken to generate the page: 0.02940 seconds