推荐学习书目
› 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 · Jan 20, 2014 · 5280 views
    This topic created in 4631 days ago, the information mentioned may be changed or developed.
    7 replies  •  1970-01-01 08:00:00 +08:00
    bombless
        1
    bombless  
       Jan 20, 2014
    post数据到服务器,再从服务器下载生成的文件
    larvata
        2
    larvata  
       Jan 20, 2014
    如果 客户端支持html5
    且 当前web页上包含了所有需要下载的数据(数据不需要额外的字段,没有分页之类)
    那么 可以是用这个方法 纯前端输出
    http://paxcel.net/blog/savedownload-file-using-html5-javascript-the-download-attribute-2/
    halmstad
        3
    halmstad  
       Jan 20, 2014
    django有自带的功能,不知道你用的什么框架
    est
        4
    est  
       Jan 20, 2014
    教你个最简单的 https://support.google.com/drive/answer/3093339

    新建spreadsheet公式输入

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

    奇迹发生了!
    dialox
        5
    dialox  
       Jan 20, 2014
    用scrapy可以实现
    liubai
        6
    liubai  
       Jan 20, 2014
    bh3887
        7
    bh3887  
       Jan 22, 2014
    你是要在 前端网页上 还是 后端服务器上 生成csv文件?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   2552 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 07:59 · PVG 15:59 · LAX 00:59 · JFK 03:59
    ♥ Do have faith in what you're doing.