ReoGrid
ReoGrid copied to clipboard
Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET...
Currently in reogrid it is a bit hard to left justify a numeric column that a big huge amount of integer as shown below.  Is there a way to...
hello, currently when we type in a cell the overflow goes over to the next cell until we've finished editing that cell. this isn't really a problem. but we're wondering...
Formulas
1. Excel autofinish formula when you start to print it. Reogrid do it also? 2. When adding a formula in Excel and open a bracket you can navigate the sheet...
## Description & To Reproduce grid.Load("C:\\mypath\\data.csv", IO.FileFormat.CSV); By default, ReoGrid will expand the size of worksheet in order to load and fill all data from a CSV. But it seems...
Hello, I have encountered some issues. If there are special symbols in the data in the cells, errors will be reported, such as the subscripts of some chemical expressions
## Describe the feature Is there somewhere the similar free project but web (mvc) version, from the same author or some other author? Can't find one yet... ## Which edition...
## Description I am a new coder in C#, I am using ReoGrid dll to read a text file and load it in a target Excel sheet. The test text...
I am unable to get the checkbox cell type to persist for an entire column. ```cs case (int)Headers.IsOpen: SetColumnWidth(colIndex, 1); var header = Grid.CurrentWorksheet.ColumnHeaders[colIndex]; header.DefaultCellBody = typeof(CheckBoxCell); header.Style.HorizontalAlign = ReoGridHorAlign.Center;...
## Describe the feature As title, does ReoGrid have function to show cell note like the image below?  ## Which edition of ReoGrid is targeted - Windows Form
## Description When I load rgf file to current sheet,all the dropdownlist items are missing. And I checked the saved rgffile, It only save the selected item,there's no dropdownlist item...