Results 1 to 2 of 2
Thread: Import doubles from excel
- 12-08-2010, 06:40 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 3
- Rep Power
- 0
Import doubles from excel
Dear Experts,
I need to use data from excel in my Java program, in a very sophisticated way.
The excel file I got is C:/butene.xls . I has one column A1-A970 with doubles in it.
My program runs a loop:
for (i=0;i<MAX;i++)
{
with lots of code in it;
double L0_But;
L0_But=0;
}
I need that L0_But at i==1 is cell A1, L0_But at i==2 is cell A2, ... L0_But at i==970 is A970
Is there anyone who knows how to this. Or anyone who has a code that does exactly the same.
I'm a complete novice so it should be the simplest solution possible - (sql) probably.
Best
Anders Nielsen
Denmark
- 12-09-2010, 11:04 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Similar Threads
-
Arithmetic using doubles
By Black_Eye in forum New To JavaReplies: 4Last Post: 10-19-2010, 08:35 AM -
Cant use doubles
By Freakzoyd in forum New To JavaReplies: 27Last Post: 07-24-2010, 04:48 AM -
arrays using doubles [SOLVED]
By soccer_kid_6 in forum New To JavaReplies: 0Last Post: 03-10-2010, 01:56 AM -
Problem with division using doubles
By chrismanahan in forum New To JavaReplies: 3Last Post: 10-10-2009, 09:26 PM -
arrays strings and doubles
By rgvbabe in forum New To JavaReplies: 1Last Post: 01-13-2008, 11:26 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks