You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Deepak MS <me...@gmail.com> on 2014/08/05 08:45:01 UTC

DataGrid DataProvider Excel export in iPad

Hello,
We are trying to export data to excel and open the excel in iPad. We were
able to give a 'Open with..' option, but when user selects 'Excel' app to
open the document, it needs xlsx format and not xls. We used AS3XLS and it
doesn't have xlsx support.

Came across this link, which supports xlsx but there isn't usage example.
It has another library which is FZip, which isn't there in the source:
https://github.com/flexmonster/fl2xls/tree/master/com/flexmonster/xls


Has anybody used that library or any other library which can give xlsx
exported file?