 guqunlin
		
			guqunlin
		
		
		
		
		
		
		
		
	
			08-17-2005 10:03 PM
| I write the data to excel sheet but it size not enough when the measuring long time?who can solve this problem? | 
|  | 
 tarheel_hax0r
		
			tarheel_hax0r
		
		
		
		
		
		
		
		
	
			08-18-2005 12:16 AM
Remember, you only get 16-bits' worth of rows in an Excel spreadsheet:
http://www.google.com/search?q=maximum+65536+rows+excel
As recently as 1996, you got only 14-bits' worth [16384].
I guess that means that M$FT is due to upgrade to 18-bits at any moment now - in fact, the suspense is so thick you could cut it with a knife!
 SG_ENGINEER
		
			SG_ENGINEER
		
		
		
		
		
		
		
		
	
			08-18-2005 01:16 AM
Hi
Truncate at 65536 and loop again to write to the next excel file or excel tab. alternately can write to .txt with comma delimited to be opened again by excel portions by portions.
Goy
08-18-2005 01:58 AM
| how to truncated the file detail? | 
 chilly_charly
		
			chilly_charly
		
		
		
		
		
		
		
		
	
			08-18-2005 02:30 AM