Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
![]() |
•
•
Join Date: May 2008
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
here is my dilemma
I have an Oracle database that consists of tables (duh!) for an award nomination project
where I have a table for nominees and a table for each category of qualifications
for example
table 1 (nominees)
name
ID_NUMBER PK
DEPARTMENT
NAME
PHONE#
table 2 (education_information)
ID_NUMBER FK
DEGREE
STARTDATE
ENDDATE
INSTITUTION
etc..
I need to know how can I take these records from the tables ans export them to an Excel file where the output (Excel File) will look something like this:
--------------------------------------------------------------------------------------------------------
ID_NUMBER | DEPARTMENT | NAME | PHONE# | DEGREE | STARTDATE | ENDDATE | INSTITUTION
--------------------------------------------------------------------------------------------------------
I'm using ASP.NET VB.NET
So please ,HELP!
My project is due next week
I have an Oracle database that consists of tables (duh!) for an award nomination project
where I have a table for nominees and a table for each category of qualifications
for example
table 1 (nominees)
name
ID_NUMBER PK
DEPARTMENT
NAME
PHONE#
table 2 (education_information)
ID_NUMBER FK
DEGREE
STARTDATE
ENDDATE
INSTITUTION
etc..
I need to know how can I take these records from the tables ans export them to an Excel file where the output (Excel File) will look something like this:
--------------------------------------------------------------------------------------------------------
ID_NUMBER | DEPARTMENT | NAME | PHONE# | DEGREE | STARTDATE | ENDDATE | INSTITUTION
--------------------------------------------------------------------------------------------------------
I'm using ASP.NET VB.NET
So please ,HELP!
My project is due next week
Last edited by yomr : Aug 21st, 2008 at 3:54 pm.
•
•
Join Date: Jun 2008
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 0
read the data to a gridview and write it to the excel table.
http://vb.net-informations.com/excel...e_to_excel.htm
it may help u.
http://vb.net-informations.com/excel...e_to_excel.htm
it may help u.
![]() |
Similar Threads
Other Threads in the ASP.NET Forum
- Porblem in UTF-8 support on CSV/EXCEL (PHP)
- Pls. Help!!! HOW DO I IMPORT AND EXPORT (VB.NET)
- code to transfer data from mysql to excel sheet (MySQL)
- Export DataTable to Excel with variable number of fields (VB.NET)
- vb 6- exporting a database as an excel file in a tabular format(calendar form) (Visual Basic 4 / 5 / 6)
- Exporting ASP pages to Excel (ASP)
- Export Data From Excel to ASP and SQL Server (C++)
Other Threads in the ASP.NET Forum
- Previous Thread: adding a line to an invoice form
- Next Thread: working with GRIDVIEW
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode