Jsexcelxml.js Open Source Address

Source: Internet
Author: User

As a procedure, I always agree with the principle of open source, not to mention that Microsoft, which has always seen open source as a cancer, has open the. Net. As a program ape, how much will use the results of other people's open source, so in return, I decided to publish the Jsexcelxml I wrote this time to GitHub top

Description

    1. There's only jsexcelxml core code on GitHub.
    2. The Bulidxml (opts) opts parameter description for the inbound function is described in the first two blog posts
    3. The returned text must be saved with an. xls file
    4. The core code relies only on jquery

File save reader can do it by yourself

    1. Use open source Downloadify,zeroclipboard to save generated text via Flash (recommended)
    2. Using Silverlight to save generated text
    3. Use Ajax to send to the server, the service response back data, add HTTP header content-disposition:attachment; Filename=xxx.xls

Attention:

    1. Note Memory release, when testing 10,000 data, did not release the returned string resulting in each download will increase 20m of memory
    2. Call Falsh Save, recommend clear before Distroy
    3. Export data can be multi-sheet, currently not considered.
    4. Export data can be achieved by simple formula calculation, not implemented temporarily
    5. Export data does not support the export of graphs, and there is no way to think of feasible methods.
    6. Welcome to download use, tell me where the use of uncomfortable, how to function
    7. Welcome to the colleagues and programmers together to improve the pure foreground we need to export excel

Jsexcelxml.js Open Source Address

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.