: : : hello,
: : : can anybody tell me how to design a excel spreadsheet
: : : using c++.to be specific i want to design this spread sheet
: : : in c++ not work on the existing one using c++. i would be
: : : happy if any one could guid me in that.
: : :
: : :
: : : thanx
: : : aashi
: : :
: : There are multiple options:
: : - use low-level graphics (that is, draw everything yourself, see
: :
http://www.richelbilderbeek.nl/CppCodeSnippets.htm for code snippets)
: : - use a customized TStringGrid
: : - use a grid of TComponents
: :
: : So could you perhaps be more specific in what you want?
: :
: : See ya,
: :
: :
: : bilderbikkel
:
:
:
:
:
:
:
: thanx 4 the reply.....
: you had witten "draw your self using low level graphics"
: actually i myself want to design somthing like excel spread sheet
: using c++........please guide me in that direction
:
: thanx
: aashi
:
Thanks for repeating your question, I assume you want to draw the Excel sheet yourself. This will make you want to use low-level graphics, with functions like SetPixel.
Check out
http://www.richelbilderbeek.nl/CppCodeSnippets.htm for the code snippets you'll need.
See ya,
bilderbikkel