search for: afprinten

Displaying 1 result from an estimated 1 matches for "afprinten".

Did you mean: 2fprinter
2005 Oct 17
4
How to send excel file to browser (spreadsheat 0.3.2)
...quot;) #headers @header = [''Employee'',''Address'',''Zip'',''City'',''Start date'',''Start time'',''Stop date'', ''Stop time'',''Duration''] #headers afprinten op de 1ste rij 0.upto(@header.length - 1) do |i| ws1.write(0,i,@header[i], f1) end wb.close end this is my error: --------------------- WARNING: You have a nil object when you probably didn''t expect it! Odds are you want an instance of Array instead. Look in the callstack to see...