Ask HN: report system, Excel or HTML?
Hi Developers & Designers
I am a Rubist and now working on one report system, and decided to using excel(and template) to build the report, I chose the excel template because of two:
1. let the end user design the report by excel 2. let end user print the report in excel
but the problem is that it is hard to deal with the report with huge data, and now I want to choose raw HTML, the long report can be easy handled by adding pagination. And do you know any clean HTML report available on www?
Thanks!
8 comments
[ 1.7 ms ] story [ 32.2 ms ] thread(a) pdf (b) HTML
In that order!
If anyone needs excel I give them comma delimited for import!
They said "we only accept Word files for resumes."
So I changed the .txt extension to .doc and resubmitted it.
I got the job.
If not, Python's xlwt and xlrd modules handle support for native Excel in a very simple, OO, pythonic way, without any scary Windows or COM shit. I regularly generate and parse pretty big Excel files most days so I'd be happy to answer any questions.
Excel will parse it with all of the nice formatting and everything!