Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello to all

I am making the project coding in c# and designing in silverlight3

I have created an excel sheet in silverlight3 but how can i add formula bar to that excel sheet..It means I need
how to add,substract etc and all the formulas..
and all those functions which are available in excel sheet..

thanks in advance..
Posted

thanks for your reply..


Actually I searched alot from here and there for excel...I got excel sheet rows an columns..

But now how I allot the rows name and column name like a1,B1 A2 b2

and also how I give all the functions of excel sheet here

functions like-format cells,formula bar..
 
Share this answer
 
OK, first of all, you should not post 'answers' that ask more questions, you should edit your post to add details. The fact is, a grid control will give you a grid, but nothing else is going to come for free. If you want to read/write excel files, you'll need to work with Office interop, but I doubt you can do that with silverlight. The rest, there is no answer that can be given in a forum reply. You found that a grid control looks a little bit like Excel, but you've not actually done much of anything, you just added a control. Everything else requires you to write all your own code to create things like cell names, formulas, etc. You basically want to write excel ( and powerpoint, apparently ). What is this for, a paid project, homework, or your own interest ? If you have a deadline on this, then I suspect you're in real trouble.





Its a paid project sir..
 
Share this answer
 
How have you embedded Excel into a silverlight form ? If you've got Excel there, why can't you just show the elements of Excel you need ?
 
Share this answer
 
So did you find a way to embed Excel in your app ? I doubt it. I think you're just using a grid. So, now whatever functionality you're wanting, you need to write for yourself as well.
 
Share this answer
 
yes sir thats write I am just using a grig in silverlight3..

Now how can i add functions like in excelsheet

Allot the rows and columns name and also-
how to add substract and a font manager
thats all..

In starting I need only this much..
plz help me sir..
My project is almost completed but I am waiting for
making Excel and powerpoint in silverlight..

Thanks sir for this much support...
 
Share this answer
 
OK, first of all, you should not post 'answers' that ask more questions, you should edit your post to add details. The fact is, a grid control will give you a grid, but nothing else is going to come for free. If you want to read/write excel files, you'll need to work with Office interop, but I doubt you can do that with silverlight. The rest, there is no answer that can be given in a forum reply. You found that a grid control looks a little bit like Excel, but you've not actually done much of anything, you just added a control. Everything else requires you to write all your own code to create things like cell names, formulas, etc. You basically want to write excel ( and powerpoint, apparently ). What is this for, a paid project, homework, or your own interest ? If you have a deadline on this, then I suspect you're in real trouble.
 
Share this answer
 
"Its a paid project sir.."

Well, like I said, a grid is a grid, to turn it into Excel, you need to write the code to do it. I assume, given that you're being paid, you know how to do that ? You wouldn't take someone's money, have their business plan relying on your skills, and then post here because you have no idea how to do the job, right ?
 
Share this answer
 
Well, like I said, a grid is a grid, to turn it into Excel, you need to write the code to do it. I assume, given that you're being paid, you know how to do that ? You wouldn't take someone's money, have their business plan relying on your skills, and then post here because you have no idea how to do the job, right ?




Here also you started with your lectures.
Christian wr are here to sort out our coding related problems.Every time i found u giving lectures rather than suggestion solutions.
Plz change your attitude otherwise we dont need your suggestions
Dont Mind dear.


Er.Aashish Khandelwal
 
Share this answer
 
"Its a paid project sir.."

Well, like I said, a grid is a grid, to turn it into Excel, you need to write the code to do it. I assume, given that you're being paid, you know how to do that ? You wouldn't take someone's money, have their business plan relying on your skills, and then post here because you have no idea how to do the job, right ?




Thats good...If you don't know the answer then why you are wasting yours as well as my time...you are getting paid for this ..You are not supposed for to paid...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900