My Little Grid
My Little Grid (MLG) is a 32-bit grid component written in PowerBASIC, available as both DLL and SLL libraries.
MLG is open source software, released under the GNU Lesser General Public License, LGPL-3.0-only or LGPL-3.0-or-later.
Files
Features
- Maximum Rows 2,000,000,000 (Limited by Memory)
- Maximum Columns 2,000 - 26 columns in freeware version
- Maximum 255 sheets in an individual Workbook - 3 sheets in freeware version
- Column,Row and Individual Cell Formatting
- Justify Left, Right, Center
- Writelock
- Numbers Only Cells (define decimal places if desired)
- Dates Only Cells (define format from built-in selection)
- Text Length Control for Cells
- Case Control for Cells
- Color Control for Cells
- Flexible Numeric Display Formatting (new to version 1.08)
- Three Cell Types 1) Text(General,Number,Date), 2) Checkbox(Static or Editable), 3) Combobox
- Cell, Column and Row High Lighting
- User Defined Right-click Menu
- Row Can Store Record Number for Easy Database Access
- Validation Control With Notification Messages
- Auto Row Append Mode
- Manual Resize Columns and Rows
- Choice of Fonts and Sizes
- Choice of Background Colors
- Flexible Enter Key and Tab Key actions
- Row and Column Header Hiding
- Ability to Select Rows and Columns
- Ability to Split Grid in 4 Panes
- Freeze thePanes
- Excel feel
- Very easy to use