1
Answer

How to save a value into only one excel`s cell ?

Photo of Hank

Hank

14y
1.8k
1

Hello:
I  want to write  only a value into one excel`s cell , and save the excel file.
I  want reserve all other cells` values .
I  used NPOI ,it has to read all the value , and save them all into another sheet. It is not i want
How should I do ?
thanks!

Answers (1)

0
Photo of Scott Lysle
NA 28.5k 14.4m 16y

            private string Test(byte b)

            {

                  if (b >= 1 && b <= 3)

                  {

                        return "Good enough";

                  }

                  else

                  {

                        return "Out of range";

                  }

            }

Next Recommended Forum