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...
thanks for the response.
Another question, for each program that I created, after
compiling I got 4 files (hello.dev, hello.c, hello.o,
hello.exc). Do I suppose to have all these?
Hi,
I just installed Dev-c++ and Tried to create my first hello
world program. After I finished coding, I click ctrl + F9
to compile (with no error). Then I press ctrl + F10 to run,
there was a quick flash came out (couldn't tell what it
was). I thought I was going to get "hello world"...
Hi XTC269,
It works now with some minor change. I have to change the
width to 100% and then it center just the way I want
(verticlely and horizontally).
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="400">
Thank you very much
Hi all,
I triey all the suggestions.Only with this <fieldset style="width:300;height:400; border: solid 3px red; text-align: center"> that my picture is centered. However it's only center from left to right but not from top to bottom. I want it to be cetered right in the middle of my border...
So, because CITY is not a variable name but a field name. But in another string,
strClient=Ucase(request("clientcode"))
CLIENTCODE is a variable name, why do we need "" now?
very confusing!
Thanks in advance.
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.