looking for a good easy way to generate reports on data my application holds.
rather than building it painfully by writing it all out and formatting it with /n ‘s etc is there an easier method? It could be into excel, or just a list… Maybe the only way is to do it like I was thinking…
try creating a csv file (comma seperated values)… its easy to generate
name, author, year
lotr, jr tolkien, 1995
and so on
excel can open csv files