Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting data to excel mobile

Is there ability to export data from my .netcf application to excel mobile by running excel application as com object and filling sheet using excel object model?

like image 354
sandip chandak Avatar asked Feb 27 '26 21:02

sandip chandak


1 Answers

No. Pocket Excel/Excel Mobile has no object model or automation interface. Your best bet is to export data as a CSV, which you can then open in Excel.

like image 185
ctacke Avatar answered Mar 02 '26 11:03

ctacke