RE: [Axapta-Knowledge-Village] problem in Exporting and Importing Excel Worksheets

2005-12-08 Thread Bayliss, Barry
: Axapta[EMAIL PROTECTED] [mailto:Axapta[EMAIL PROTECTED]] On Behalf Of Subrahmanyam, Mamidi Sent: Friday, 9 December 2005 1:12 AM To: Axapta[EMAIL PROTECTED] Subject: Re: [Axapta-Knowledge-Village] problem in Exporting and Importing Excel Worksheets   Hello Mukesh,   InventSum exists.  I

Re: [Axapta-Knowledge-Village] problem in Exporting and Importing Excel Worksheets

2005-12-08 Thread Subrahmanyam, Mamidi
Hello Mukesh,   InventSum exists.  I can see it when you select Show all. You may want to relook for this.   FYI, InventSUm is there after inventSize in the xl wizard..   Thanks, subbuhello world <[EMAIL PROTECTED]> wrote:Hi All,   I am facing a problem regarding exporting and

Re: [Axapta-Knowledge-Village] problem in Exporting and Importing Excel Worksheets

2005-12-08 Thread Daniel J. Redelinghuys
Use excel components and code the export: Example from previous posting static void Job1(Args _args){    SysExcelApplication excelApp = SysExcelApplication::construct();   SysExcelWorkSheet   excelWorksheet;   SysExcelRange   excelRange;   SysExcelCells   excelCells;