{"id":13743827,"url":"https://github.com/childoftv/as3-xlsx-reader","last_synced_at":"2026-01-10T06:20:09.245Z","repository":{"id":1328013,"uuid":"1273572","full_name":"childoftv/as3-xlsx-reader","owner":"childoftv","description":"An Actionscript 3.0 package to read .xlsx Open XML Excel or Open Office spreadsheets","archived":false,"fork":false,"pushed_at":"2020-10-01T05:12:29.000Z","size":179,"stargazers_count":41,"open_issues_count":4,"forks_count":18,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-15T15:40:48.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://childoftv.com/gameshow-platform.php","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/childoftv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-01-20T04:26:11.000Z","updated_at":"2023-10-18T14:06:08.000Z","dependencies_parsed_at":"2022-08-16T13:10:09.932Z","dependency_job_id":null,"html_url":"https://github.com/childoftv/as3-xlsx-reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/childoftv%2Fas3-xlsx-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/childoftv%2Fas3-xlsx-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/childoftv%2Fas3-xlsx-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/childoftv%2Fas3-xlsx-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/childoftv","download_url":"https://codeload.github.com/childoftv/as3-xlsx-reader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253174730,"owners_count":21865909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:00:57.882Z","updated_at":"2026-01-10T06:20:09.185Z","avatar_url":"https://github.com/childoftv.png","language":"ActionScript","funding_links":[],"categories":["File Formats"],"sub_categories":["XML"],"readme":"#AS3 (Actionscript 3) XLSX READER\n\nA reader for excel files in Flash, Flex and Air\n\n\u003ci\u003eCopyright (c) 2011 Ben Morrow\u003c/i\u003e\n\n\n\n##Usage\n\n###Easy\n\nJust add the [swc](bin/as3-xlsx-reader.swc) to your library path\n\n###Advanced (for modifying source/building your own)\n\n1. Clone master e.g. `git clone git@github.com:childoftv/as3-xlsx-reader.git`\n2. `cd as3-xlsx-reader`\n3. Fetch [Fzip](https://github.com/claus/fzip) using `git submodule foreach git pull origin master`\n4. Now open the projects in the [projects](projects) directories.\n\n[as3-xlsx-reader](projects/as3-xlsx-reader) is a library project which can be used to build the core (outputs to [bin](bin) folder)\n\n[as3-xlsx-reader-example](projects/as3-xlsx-reader-example) is an adobe air project which can build a quick example\n\n####command line compilation using [Flex SDK](http://www.adobe.com/devnet/flex/flex-sdk-download.html)\n\n1. `cd as3-xlsx-reader`\n2. Build the library: `compc -include-sources=src -library-path=libs/fzip/bin/fzip.swc  -output bin/as3-xlsx-reader.swc``\n3. 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`\n4. Copy the Spreadsheet to the debug folder: `cp projects/as3-xlsx-reader-example/assets/*.xlsx projects/as3-xlsx-reader-example/bin-debug/`\n5. run with fdb: `fdb projects/as3-xlsx-reader-example/bin-debug/LoadXLSXExample.swf`\n6. type `continue` for output\n\n\n##Example\n\nLook at [LoadXLSXExample.as](projects/as3-xlsx-reader-example/src/LoadXLSXExample.as) for an example that can be used from flash, flex or with adobe air.\n\n\n##LICENSE:\n\nReleased under [MIT LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchildoftv%2Fas3-xlsx-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchildoftv%2Fas3-xlsx-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchildoftv%2Fas3-xlsx-reader/lists"}