 BABEMIN
		
			BABEMIN
		
		
		
		
		
		
		
		
	
			01-22-2013 06:54 AM
How can I read the number of columns and rows on an excel file after opening the excel file with ActiveX.
By using example of excel200dem, I read the data on excel file.
However, in this example, I just give the number of rows and columns.
I want to automatically know the number of rows and columns not giving those in C code.
Who know this things?-?
Help me plz.
Solved! Go to Solution.
 Wolfgang
		
			Wolfgang
		
		
		
		
		
		
		
		
	
			01-22-2013 07:12 AM
Hi,
1) This forum provides a search option, you should use it  Doing so you will find this post
 Doing so you will find this post
2) Did you solve your earlier questions? If yes, you should mark the answers that helped you find a solution.
01-22-2013 10:24 PM
for the second suggestion, thanks.
I did not know that.
In the case of first suggestion, I already see the post you linked. However I cannot solve this problem.
Error alwasy occurs T.T
Can you give me a one example?-?
01-23-2013 12:46 AM
Specifically, I mean,
I can the number of rows using function where you linked.
However, I cannot calculate the number of columns...