It doesn't have to be 'original file'. However, I would like to maintain the original features of the original excel file, ie font size, data format, etc.
Thanks.
Hi,
For example, we get excel file from the user that have the following 3 columns:
client#
invoice#
quantity
The user would ask me, base on the client# (1st column), to look up for the $amount in the database file and write it back to the last column (4th column) in the original excel.
Thanks
At that site, I only see articles and threads about either read from excel or write to excel but not modify it. I used to post this question over there but never get any response.
I know Hammer. I make it loop just 10 times just to see some sample result.
>> the first time through the loop, the value of values[1] is undefined<<
I just want to compare between 1st and 2nd elements so I have an idea what's going on.Thanks any way.
I changing to %f as cdlvj point out and...
Hi,
Here is my program snippet. It suppose to set the entire array to 37.0. But why does it show 0 when I output the 1st 2 elements. Is something wrong on my printf statements?
Thanks in advance.
float values[100];
float *pt3;
int ii;
pt3 = values;
for (ii =...
Yes, I tried both and did exactly as you mentioned.
(the other replied, CLICK9, was from me too. I use someone else computer and did not relieze about the userid until it's too late.)
Thank for the tip, Salem.
ChipperMDW, I tried pressing "ctrl" + "Z", it added ^Z
after my text. Still did not show "Press any key to
continue ...".
Thanks
Hi,
I have a program from the tutorial that is suppose to count
the lower case character. The tutorial said that I have to
enter control-d or control-z after the last line of my text
to indicate end of file. When I excecute my program, I got
a blank screen. Then I typed a line as below and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.