I would like to print some data from a MySql database on my default printer.
What is the best way to do that?
My data looks like this:
+---------------------+
|Number |Name |Address|
+---------------------+
| 1 |Tom |1st Av.|
+---------------------+
I need grid lines printed and later I want to cut out that tables and glue it somewhere. So I am thinking about putting as much tables as possible on a piece of paper.
I have no idea how to do that. Any ideas?
Edit: This is for private use – so I can’t use expensive software.
Another option could be generate a simple
htmldocument with table and print it.