V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
shade
V2EX  ›  Python

请教大牛们,python web开发中如何导出web页面上的表格为csv文件,下载到本地?

  •  
  •   shade · 2014-01-20 11:48:50 +08:00 · 3906 次点击
    这是一个创建于 3755 天前的主题,其中的信息可能已经有所发展或是发生改变。
    7 条回复    1970-01-01 08:00:00 +08:00
    bombless
        1
    bombless  
       2014-01-20 12:05:23 +08:00
    post数据到服务器,再从服务器下载生成的文件
    larvata
        2
    larvata  
       2014-01-20 13:22:56 +08:00
    如果 客户端支持html5
    且 当前web页上包含了所有需要下载的数据(数据不需要额外的字段,没有分页之类)
    那么 可以是用这个方法 纯前端输出
    http://paxcel.net/blog/savedownload-file-using-html5-javascript-the-download-attribute-2/
    halmstad
        3
    halmstad  
       2014-01-20 14:12:39 +08:00
    django有自带的功能,不知道你用的什么框架
    est
        4
    est  
       2014-01-20 14:25:35 +08:00
    教你个最简单的 https://support.google.com/drive/answer/3093339

    新建spreadsheet公式输入

    =ImportHtml("https://en.wikipedia.org/wiki/Provinces_of_China", "table", 8)

    奇迹发生了!
    dialox
        5
    dialox  
       2014-01-20 14:31:16 +08:00
    用scrapy可以实现
    liubai
        6
    liubai  
       2014-01-20 15:02:57 +08:00
    bh3887
        7
    bh3887  
       2014-01-22 17:38:58 +08:00
    你是要在 前端网页上 还是 后端服务器上 生成csv文件?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   934 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 23:15 · PVG 07:15 · LAX 16:15 · JFK 19:15
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.