网表提取 [英] Web Table Extraction

查看:142
本文介绍了网表提取的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨...

我想从网站上提取一张表。

其实我想要的是,我有一个网站,里面有一张桌子。所以我想将整个页面从HTML转移到.csv或excel。

如果有任何可能性来阻止我创建该应用程序,请向我发送建议。

例如:

网址: http://www.cyberactivex.com/UnicodeTutorialVb.htm#Printing < br>

谢谢&问候。

Sanket shah

解决方案

你可以




  • 直接在excel中执行此操作 - 导入外部数据(或Web数据),然后您可以选择您要导入的确切表



  • 如果要在脚本中执行此操作,请将页面加载到对象中并使用







document.getElementByID('desired_table_id')。outerHTML

Hi...

I want to extract one table from the website.

Actually what i want is, i have oen website and there is a one table in it. so i want to transfer that entire page from HTML to either .csv or into excel.

send me the suggesion if there is any possiblities to halp me to create that application.

For Example :

URL : http://www.cyberactivex.com/UnicodeTutorialVb.htm#Printing


Thanks & regards.

Sanket shah

解决方案

you could either

 

  • do this directly in excel - import external data (or web data) then you could choose which table exactly you'd like to import

or

  • If you want to do this in script, load the page into an object and use

document.getElementByID('desired_table_id').outerHTML 


这篇关于网表提取的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆