Hosted Data Services

How to Conver Excel Spreadsheet into Database Application

Prerequisites

  • Request  a workspace and user  here, if you do not have one .
  • Download and unzip the tasks.zip file into your working directory.

Step by step in the Apex environment

Courtesy : www.oracle.com

Create a Database Application From Excel Spreadsheet

To create a database Application perform the following steps:

  1. Log in to Oracle Application Express with detail provided by HDS APEX administrator.

    Workspace : <your workspace name>
    Username  : <your username>
    Password   : <your password>


    ApexLogin


  2. Select the drop down next to Application Builder and select Database Applications.

    Create-Database-Application


  3. Click Create.

    Create-Database-Application


  4. Select Database and click Next.

    Create-Database-Application


  5. Select From Spreadsheet and click Next>.

    Create-Database-Application


  6. Select Upload File and click Next.

    Create-Database-Application


  7. Select  the file you  want to upload. In this case,  tasks.txt.

    Create-Database-Application

    Create-Database-Application

    Create-Database-Application 
  8. As the  file is in .txt  (not csv)  format. Change  the separator  from , to \t  and click Next.

    Create-Database-Application


  9. The columns and data is identified from the file. You  may change them if you wish in this wizard window. In this case, you want to enter  Task for the Table Name and click  Next.

    Create-Database-Application


  10. Enter Tasks for the Plural Name and click Next.
    You could change the label for each column in this wizard window. The label would be stored as a user interface default so that when you use it on a page, the label will be used instead of the column name.

    Create-Database-Application


  11. You can identified access mode  (read only or read write) and the way the report will be displayed  (classic or interactive)  and click Next.

    Create-Database-Application


  12. Select a Theme which determines the look and feel of the application. In this case, accept the default Theme 1 and click Next.

    Create-Database-Application


  13. Click Create  to create the application.

    Create-Database-Application


  14. Click Run Application to see your application.

    Create-Database-Application


  15. Enter valid username and password  for this application and click Login. In this case, your credential to the workspace.

    Create-Database-Application
  16. The report for your applications is displayed as an Interactive report . You can click the Edit Icon in from of  one of the row to see the detail.

    Create-Database-Application


  17. The form is displayed. You can make changes to the data from this page.

    Create-Database-Application

    Your application has been created successfully and you have  seen the pages that are created.