Click here to Skip to main content
15,914,165 members
Home / Discussions / Java
   

Java

 
GeneralRe: java with text file Pin
RORY175-Jul-12 23:37
RORY175-Jul-12 23:37 
GeneralRe: java with text file Pin
TorstenH.5-Jul-12 23:40
TorstenH.5-Jul-12 23:40 
GeneralRe: java with text file Pin
RORY176-Jul-12 0:51
RORY176-Jul-12 0:51 
GeneralRe: java with text file Pin
Richard MacCutchan6-Jul-12 1:07
mveRichard MacCutchan6-Jul-12 1:07 
Questiondisable minimize button in JFrame Pin
Member 78380275-Jul-12 5:19
Member 78380275-Jul-12 5:19 
AnswerRe: disable minimize button in JFrame Pin
TorstenH.5-Jul-12 19:10
TorstenH.5-Jul-12 19:10 
Questionjava database Pin
Member 82109845-Jul-12 5:17
Member 82109845-Jul-12 5:17 
AnswerRe: java database Pin
jschell5-Jul-12 6:20
jschell5-Jul-12 6:20 
What does "imported" mean?

Do you want to store the excel file itself into the database?
Or do you want to read the data from the excel file and then store that into columns in the database?

For the first option read the file in binary (bytes, not String/char) and then stream it via JDBC.

For the second, easiest is don't use java. Store the excel file as CSV then use the import features of the database to load it.
QuestionProvider Pin
JimAce5-Jul-12 0:53
JimAce5-Jul-12 0:53 
AnswerRe: Provider Pin
TorstenH.5-Jul-12 1:19
TorstenH.5-Jul-12 1:19 
GeneralRe: Provider Pin
JimAce5-Jul-12 4:12
JimAce5-Jul-12 4:12 
QuestionElegant validation? Pin
Neo101014-Jul-12 4:33
Neo101014-Jul-12 4:33 
AnswerRe: Elegant validation? Pin
Richard MacCutchan4-Jul-12 5:06
mveRichard MacCutchan4-Jul-12 5:06 
AnswerRe: Elegant validation? Pin
TorstenH.4-Jul-12 22:46
TorstenH.4-Jul-12 22:46 
Questionlocation-awareness simulation project Pin
simbarashe gumbo28-Jun-12 3:41
simbarashe gumbo28-Jun-12 3:41 
AnswerRe: location-awareness simulation project Pin
Peter_in_278028-Jun-12 3:48
professionalPeter_in_278028-Jun-12 3:48 
AnswerRe: location-awareness simulation project Pin
TorstenH.28-Jun-12 19:03
TorstenH.28-Jun-12 19:03 
AnswerRe: location-awareness simulation project Pin
CodingLover2-Jul-12 15:54
CodingLover2-Jul-12 15:54 
AnswerRe: location-awareness simulation project Pin
Paul Conrad2-Jul-12 17:50
professionalPaul Conrad2-Jul-12 17:50 
Questionto open an excel file and write Pin
prithaa27-Jun-12 21:50
prithaa27-Jun-12 21:50 
GeneralRe: to open an excel file and write Pin
Richard MacCutchan27-Jun-12 22:31
mveRichard MacCutchan27-Jun-12 22:31 
GeneralRe: to open an excel file and write Pin
prithaa27-Jun-12 23:05
prithaa27-Jun-12 23:05 
GeneralRe: to open an excel file and write Pin
Richard MacCutchan27-Jun-12 23:22
mveRichard MacCutchan27-Jun-12 23:22 
GeneralRe: to open an excel file and write Pin
prithaa27-Jun-12 23:33
prithaa27-Jun-12 23:33 
GeneralRe: to open an excel file and write Pin
Richard MacCutchan28-Jun-12 0:09
mveRichard MacCutchan28-Jun-12 0:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.