Questions tagged [as3xls]

9 questions
2
votes
3 answers

loop through complex xml nodes actionscript

I am reading an xml file in actionscript. I need to loop through each node named "entry" as showing in below image :- Can anyone help me ? I am trying below code. but it not working :- var categoryList:XMLList = x.feed.@entry; for…
AnandMeena
  • 528
  • 3
  • 11
  • 26
2
votes
3 answers

ActionScript3 Error Handling URLRequest

(ActionScript3) Hi, I'm trying to work out why a URLRequest is failing when viewed via a third party website. Ideally any error could be pointed out in the below code, however, I think it's fine as similar things we do work fine. Next to ideal would…
Craig
  • 431
  • 1
  • 4
  • 12
1
vote
1 answer

Flex Excel export utf-8 characters using as3xls

I am using as3xls library to export data tables to excel sheet in my flex application. My application is multilingual which contains utf-8 characters. can anybody help me how to include utf-8 characters in my excel sheet? The answer of Splash works…
Abhishek Jain
  • 356
  • 1
  • 3
  • 15
1
vote
1 answer

ActionScript. Can't get data from local xls file

I want to get data from xls file with help of as3xls. private var file:FileReference = new FileReference(); private var sheet:Sheet; private var loadedFile:ByteArray; private function sendLogistImport():void { …
1
vote
1 answer

Flex DataGrid Not Updating When Loading New Excel File

I am new to Flex coding and am trying to import an Excel file so that I can work with it later. I've cobbled enough together from the two articles below so that I can successfully load one Excel file and display the contents in a DataGrid. However,…
corey_s
  • 13
  • 4
0
votes
1 answer

Flex:Not able to load Excel files from folder and update them (delete )

I am trying to delete a line from 50 excel files and for that I am making a tool in flex to go through a folder, find xls files and then perform operation on it.I am facing two issues here: 1. I have a loop which iterates on the folder and once a…
Kavya
  • 1
0
votes
1 answer

Upload Excel in flex

I want to upload excel file and show the content of uploaded excel file data grid. Everything is going well. But when i convert the the content in the form of byteArray in excel sheet format with the help of loadFromByteArray() function then system…
user2393886
  • 832
  • 2
  • 8
  • 17
0
votes
1 answer

Does the as3lxs support all versions of excel (.xls, .xlsx, .csv)

Does the as3lxs support all versions of excel i.e, .xls, .xlsx & .csv .
Gannesh
  • 183
  • 12
0
votes
2 answers

as3xls > Number of sheets always 0

I'm trying to parse a .xlsx file exported from a google docs. Right now I'm not trying to access it online, I'm manually downloading it and copying inside my application. I've read the tutorial provided online, and this is the code I have right…
Sr.Richie
  • 5,680
  • 5
  • 38
  • 62