What do you mean "JSP table"? Are you talking about a html element called <table>?
In that case, there's nothing JSP specific. If you know how to parse html in C#, that's it.
If you were talking about JSP outputting something that can be readily imported into Excel, well, that's doable too, but you'd have to know the format. If csv is enough, go with that.
If you need real Excel export, look at Seam, it has excel export freature:
http://myjavaroom.blogspot.com/2009/10/microsoft-excel-spreadsheet-in-jboss.html http://myjavaroom.blogspot.com/2009/12/jboss-seam-excel-implementation-part-2.html Looking further into that would be waaay beyond this topic and forum.
Question about how to do something in C# would be better suited for a C# forum than JavaRanch :-)
Excel can indeed import HTML files containing TABLE elements, although I personally wouldn't want to rely on that. As Bojan said, CSV would be a better option (or use a library such as Apache POI to create proper XLS/XLSX files).
is there a mining tool i can use to download the info?
thats actually what im trying to do is transfer the info and update it
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35439
9
posted
0
HtmlUnit is good for scraping web sites. Make sure that what you're intending to do is legal - most web sites put restrictions on the use of their content.
Abhradeep Banerjee
Ranch Hand
Joined: Dec 09, 2009
Posts: 71
posted
0
yeah totally legal already checked with them
Abhradeep Banerjee
Ranch Hand
Joined: Dec 09, 2009
Posts: 71
posted
0
is there a way to check if the table has an image?? eg level1.gif
doesn't matter which language it is in can be c# or java or vb