Using AS3XLS with the Flex Framework: Excel Import
videos

Using AS3XLS with the Flex Framework: Excel Import

Tutorial Details
  • Program: Flash Builder
  • Difficulty: Beginner
  • Estimated Completion Time: 30 mins

This tutorial will cover implementation of the AS3XLS ActionScript 3.0 library for the Flex framework. We will demonstrate loading an Excel .xls file into Flash and parsing the data into a Flex datagrid.


View Screencast

Don’t like ads? Download the screencast, or subscribe to Activetuts+ screencasts via iTunes!

Tags: Videos
Add Comment

Discussion 15 Comments

  1. James says:

    This is great.Looking forward to future tutorials on this.

  2. Yeah, getting the power to process xls files is one of the most requested features in admins and statistic softwares, I just got tired at some point of this, using php before to parse an xls, but using flex is great!

  3. Udit says:

    Hi

    I am getting an error “could not resolve to a component implementation”

    in the following line -

    creationComplete=”init()” width=”600″ height=”400″>
    .

    Please HELP.

  4. edmmoir says:

    works great, but wondering if there is anyway of skipping the browse button, and having the excel file import automatically on application load.
    thanks

  5. rajesh says:

    Hi,
    your example is simple super. But we are facing small issue on this. we are working in Flex 3 version. we are facing compilation issues due to version problem. Instead we can use any other options. please help on this.

  6. Amir says:

    Hi

    The tutorial above is great and work fine.
    However I am unable to convert data that not wrriten in english

    I am receiving an XML file form a remote server.Not all data nested inside is in English.
    When I export it to an Excel file instead of the nested data I get several ???? (question mark) according to the length of the word.

    How do I solve this problem and displaying the correct data?

    Thanks
    Amir

  7. Jennifer says:

    A much needed utility. Do you plan to update for .xlsx file format for Excel 2010?

  8. cglee says:

    Hi
    I’m facing small issue on this. why not excel import ‘MS2007′ version???
    please help on this.

  9. Justin says:

    As a newb, I cannot figure out how to import the as3XLS into the flex project so that you can use the classes. I can cut and past the com directory directly, but it doesn’t import correctly. How do you do this?

  10. Matt says:

    This was great! I learned a lot from this tutorial I hope you keep posting more.

  11. Luis says:

    how the component works in flash player 11?
    I had some problems

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.