Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a free spreadsheet or spreadsheet-like control for Visual C++/ VB.Net? [closed]

I've been wanting to put together a simple little app that'll let me create simple spreadsheets; just entering data into a grid, maybe with a little basic font/cell/border formatting in there for good measure if possible.

In other words, I want to just slap together the spreadsheet equivalent of Notepad.

Looking around, I can't seem to find any info on a generic "spreadsheet" control for VC++ or VB. I've seen a few 3rd-party controls, but I don't really want to spend $500+ on something just for my simple use.

Does anyone have any suggestions or links to places where I can get info on how to create "Excel-lite"?

like image 421
Sean D Avatar asked Oct 26 '22 08:10

Sean D


1 Answers

You can try SourceGrid, it's a free grid. It's got a lot of formatting/spreadsheet options, but no formula stuff.

like image 196
Tony Abrams Avatar answered Nov 15 '22 11:11

Tony Abrams