|
PhoneGap: Saving Arrays in Local Storage
One of a handful of local storage options for PhoneGap applications is the localStorage solution which is actually part of the W3C specs. It provides access to a W3C Storage interface since we are just dealing with HTML5 in PhoneGap.… Read More |
|
Export data to Excel from spark DataGrid
Export to Excel method adapted to spark DataGrid using formatters: package es.util { import com.as3xls.xls.ExcelFile; import com.as3xls.xls.Sheet; import flash.errors.IllegalOperationError; import flash.net.FileReference; import flash.utils.ByteArray; import mx.controls.dataGridClasses.DataGridListData; import spark.components.DataGrid; import spark.components.gridClasses.GridColumn; public class FlexToExcel { public function FlexToExcel() { throw new IllegalOperationError… Read More |
|
Export data to Excel from spark DataGrid
Export to Excel method adapted to spark DataGrid using formatters: package es.util { import com.as3xls.xls.ExcelFile; import com.as3xls.xls.Sheet; import flash.errors.IllegalOperationError; import flash.net.FileReference; import flash.utils.ByteArray; import mx.controls.dataGridClasses.DataGridListData; import spark.components.DataGrid; import spark.components.gridClasses.GridColumn; public class FlexToExcel { public function FlexToExcel() { throw new IllegalOperationError… Read More |
|
Flex Excel export add Dynamic column in flexspreadsheet
Flexspreadsheet is a DataGrid Component for FLEX and Air project with many custom features added. Problem: Display unstructured data in Datagrid and Export to excel. To display unstructured data to datagrid, means creating columns and row dynamically and adding the… Read More |
|
Export to Excel DataGrid data
Example of using as3xls library to export flex data into Excel file (o csv). This implementation for DataGrid allow using complex data in a DataGridColumn as LabelFunction o ItemRenderer: package com { import com.as3xls.xls.ExcelFile; import com.as3xls.xls.Sheet; import controls.DateRenderer; import flash.errors.IllegalOperationError;… Read More |
|
ActiveTuts+ “Using AS3XLS with the Flex Framework” Series
I was recently invited to start producing content for ActiveTuts+ (a great bunch of people!) and my entire three-part series on using the AS3XLS libraries in Flex has now been published in its entirety. Best viewed in full screen, of… Read More |
|
Using AS3XLS with the Flex Framework: Data Export
This is the third in a series of tutorials covering implementation of the AS3XLS ActionScript 3.0 library for the Flex framework. We’ll demonstrate how to save an Excel .xls file from modified Flex datagrid controls and also how to write… Read More |
|
Using AS3XLS with the Flex Framework: Data Display Options
This tutorial will cover implementation of the AS3XLS ActionScript 3.0 library for the Flex framework. This time, we’ll demonstrate editable properties of the Flex datagrid and the use of various charting components to display associated data imported from Excel .xls… Read More |
|
Using AS3XLS with the Flex Framework: Excel Import
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… Read More |
|
Export Data to Excel File
In this example i want to show you how to write data to Excel file from a Flex application. I use as3xls library and FileReference.save() method in Flash Player 10.… Read More |
Workflow: Flash is an aggregator of the highest quality content from hand-picked websites.
21,806
Empowering, Informing, Connecting Creative Professionals™
The Workflow Network is a collection of Websites, services, and communities built to Empower, Inform, and Connect Creative Professionals. The websites in the Network cover a broad range of topics, services, and functions for creative professionals of many disciplines.
|
© Copyright 2008–2013 Pariah S. Burke Article contents and photographs © Copyright their respective publishers. Workflow: Flash runs a highly modified version of the Gadgetine WordPress theme by orange-themes.com. Website thumbnails provided by BitPixels.
Terms of Use | Privacy Policy Workflow: Flash is a part of the Workflow: Network. Get Empowered, Get Informed, Get Connected™ |
Connect with Workflow: Flash |
|