olgunk / read_excel

1 stars 0 forks source link

For schleife für viele Produkte #2

Open fecub opened 11 years ago

fecub commented 11 years ago

String[] array; for(int i=2;i<Cell_limit;i++) { Cell ean = sheet.getCell(1,i); Cell mhd = sheet.getCell(2,i); Cell datum = sheet.getCell(3,i); array[i]=ean.get+mhd.get+datum. get }

Bunu kast etmiştim gülüm bugün telefonda. Yukarıdaki kod tam doğru değil Gedanken Anstups.

olgunk commented 11 years ago

Tamamda cano öbürünüde hochzählen ediyorsun. Direkt verschachtelte for yap ozaman?

Mit freundlichen Grüßen

Olgun Katrag

Am 16.02.2013 um 02:04 schrieb "Ferit Cubukcuoglu" notifications@github.com:

for(int i=2;i<Cell_limit;i++) { Cell ean = sheet.getCell(1,i); Cell mhd = sheet.getCell(2,i); Cell datum = sheet.getCell(3,i); }

Bunu kast etmiştim gülüm bugün telefonda.

— Reply to this email directly or view it on GitHub.