GithubHelp home page GithubHelp logo

fantao963 / as3-xlsx-reader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from childoftv/as3-xlsx-reader

0.0 0.0 0.0 179 KB

An Actionscript 3.0 package to read .xlsx Open XML Excel or Open Office spreadsheets

Home Page: http://childoftv.com/gameshow-platform.php

License: Other

ActionScript 100.00%

as3-xlsx-reader's Introduction

#AS3 (Actionscript 3) XLSX READER

A reader for excel files in Flash, Flex and Air

Copyright (c) 2011 Ben Morrow

##Usage

###Easy

Just add the swc to your library path

###Advanced (for modifying source/building your own)

  1. Clone master e.g. git clone [email protected]:childoftv/as3-xlsx-reader.git
  2. cd as3-xlsx-reader
  3. Fetch Fzip using git submodule foreach git pull origin master
  4. Now open the projects in the projects directories.

as3-xlsx-reader is a library project which can be used to build the core (outputs to bin folder)

as3-xlsx-reader-example is an adobe air project which can build a quick example

####command line compilation using Flex SDK

  1. cd as3-xlsx-reader
  2. Build the library: `compc -include-sources=src -library-path=libs/fzip/bin/fzip.swc -output bin/as3-xlsx-reader.swc``
  3. Build the Example: mxmlc -source-path=projects/as3-xlsx-reader-example/src/ -library-path=bin/as3-xlsx-reader.swc -static-link-runtime-shared-libraries=true -use-network=false -debug=true -output=projects/as3-xlsx-reader-example/bin-debug/LoadXLSXExample.swf projects/as3-xlsx-reader-example/src/LoadXLSXExample.as
  4. Copy the Spreadsheet to the debug folder: cp projects/as3-xlsx-reader-example/assets/*.xlsx projects/as3-xlsx-reader-example/bin-debug/
  5. run with fdb: fdb projects/as3-xlsx-reader-example/bin-debug/LoadXLSXExample.swf
  6. type continue for output

##Example

Look at LoadXLSXExample.as for an example that can be used from flash, flex or with adobe air.

##LICENSE:

Released under MIT LICENSE

as3-xlsx-reader's People

Contributors

childoftv avatar esco avatar githubsdk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.