Flex/AIR: Export DataGrid to Excel with multiple sheets -
i have air application 2 datagrids export excel. i've found as3xls library, can handle 1 sheet (as per comments). ideally, i'd export both datagrids separate sheets in same workbook.
the air application running entirely on user's desktop , doesn't have connection server, solution need flex/air only. suggestions?
checkout air 2.0's nativeprocess class, let's call external/system commands. i'm calling python script merge 2 worksheets created as3xls. biggest issue as3xls writes lot of garbage. going try exporting datagrids csv , let python's xlrd/xlwt modules excel stuff.
Comments
Post a Comment