What we’re trying to accomplish is: Copy a simple, two column table (ECTS, grade) from a database application, paste the content into a HTML form, having it converted to HTML and submitted to do some PHP processing (which, fyi, is: in every tr multiply td[1] with td[2], sum all td[1], sum all td[2] – I think I know how to get this done with PHP; then, by using tcpdf, automatically create the certificates, already created that part).
For the conversion part: I tried several Javascript solutions which do work just fine (such as Help interpret/implement "Copy/Paste from Excel to a web page" answer?) – but I can't manage to put the Javascript output into a form field (input/textarea). I tried to stringify the [Object object], to no avail (JS noob here).
The best solution would be Danny Sanchez’ Tableize! (http://tableizer.journalistopia.com/) or the one from pressbin.com (http://pressbin.com/tools/excel_to_html_table/index.html) – they do exactly what we need. Alas, neither of them responds to my enquiry …
Has anyone an idea or adivse for us?
I hope I was able to explain our problem in a comprehensible way – I shall be glad to offer additional information.
("We" = A unit at a University where we, amongst other things, have to calculate grades averages which is a very exhausting task doing it by hand.)