Results 1 to 6 of 6
- 09-14-2011, 08:32 AM #1
Member
- Join Date
- Sep 2011
- Posts
- 4
- Rep Power
- 0
- 09-14-2011, 09:45 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: export access database to excel file
Comma separated file?
After all, you have given us no info at all about the format for your excel file.
- 09-14-2011, 09:58 AM #3
Member
- Join Date
- Sep 2011
- Posts
- 4
- Rep Power
- 0
Re: export access database to excel file
in past in ms-access file ,i right clicked on the table and used export as Excel file
in this way i have a excel file exactly same as my access file
i want
- 09-14-2011, 10:02 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: export access database to excel file
Is it an Excel file or a CSV?
If it's a CSV then write a CSV as a file (possibly using the Apache CSV library).
If it's an Excel file then you'll need to read up on something like Apache POI.
- 09-14-2011, 11:12 AM #5
Member
- Join Date
- Sep 2011
- Posts
- 4
- Rep Power
- 0
Re: export access database to excel file
its excel
read up on something like apachi???!!!! i dont know what are u exactly talking about!!!
i have found this sql syntax in somewhere
SELECT * INTO [Excel 8.0;Database= c:\\1.xls].[sheet1]
- 09-14-2011, 11:21 AM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: export access database to excel file
That's Access SQL, so you'd want an Access forum to find out about that.
Apache POI.
Or, possibly, Open CSV, which might be easier.
Similar Threads
-
Upload excel data to access database
By ravikumar.achi in forum New To JavaReplies: 20Last Post: 01-19-2012, 11:30 AM -
Unable to export chinese character in excel use ExcelCSVPrinter file open inline brow
By Thendral in forum Advanced JavaReplies: 4Last Post: 02-01-2010, 11:13 AM -
upload excel file into database
By bhasker4 in forum IntroductionsReplies: 1Last Post: 07-13-2009, 09:13 PM -
how to fetch 20,000 records from excel sheet & insert into access database using Java
By santosh_tamse in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 02-22-2009, 10:24 AM -
How do i export data from an oracle database to a CSV file
By BharathL in forum JDBCReplies: 3Last Post: 08-05-2008, 03:19 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks