Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

upload the data from excel sheet to form 6i

781692Nov 11 2010 — edited Nov 15 2010
hi all,
i am using Forms [32 Bit] Version 6.0.8.24.1 (Production)
my requirement is to import data from excel to forms.
i have gone through the help, they have mentioned as below
To build this demo:

1	Create a spreadsheet containing the initial data and formulae that you want to appear in your form.
2	In the Layout Editor, click the OLE container tool and drag out the area where you want to display the spreadsheet.
3	From the pop-up menu on the OLE container, click Insert Object.  
4	Click Create from File.  Enter the name of the spreadsheet.  Click OK.
5	In the Object Navigator, attach the library EXCEL.PLL.
6	To get the value of a cell, call the function GETCELL from the SPREADSHEET package contained in the EXCEL library. 
 To get the value of a cell, call the procedure SETCELL from the same package.

7	To add other interactions with the spreadsheet, use the OLE2 built-in package.  Consult the Excel documentation
 for details of Excel’s object model.
but if anybody explain this with sample then it will be useful for me..This is first time i am comming such type of requirement across.

Thanks..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2010
Added on Nov 11 2010
4 comments
687 views