ReoGrid icon indicating copy to clipboard operation
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...

Results 146 ReoGrid issues
Sort by recently updated
recently updated
newest added

How do I change the font size for row and column headers? vb.net thanks!

question
resolved

I am trying to draw a combobox with text editable in a cell. I'm currently using DropdownListCell, is it possible to edit text when a cell is clicked? If not,...

Hello Jing, what an amazing piece of software. Best grid-view, -edit & -'have fun with' ever. :) A little problem occurred while adding some worksheets in the background. The last...

bug
help wanted
todo

fix this [issue](https://github.com/unvell/ReoGrid/issues/446) Add ScaleByDPI to unvell.ReoGrid.Utility.MeasureToolkit. Scale cell's width and height in Worksheet.InitGrid. Scale fixedCharWidth in ExcelReader.LoadWorksheet.

## Describe the feature Currently there is no option setting to align the contents of the row header. The row headers are always aligned in the middle. ![align](https://user-images.githubusercontent.com/21179007/170973529-6dd28744-8a1a-4cba-969c-be344f94fa46.PNG) ## Which...

confirming
todo

## Describe the feature Currently the row header width can be adjusted to a specific pixel number. Is it possible to set the row header width to auto adjust it's...

I am created line chart follow this code [Line Chart](https://reogrid.net/document/chart/line-chart/) and save to xlsx file `WorkBook.Save(pathFile, FileFormat.Excel2007);` program display ![untitled2](https://user-images.githubusercontent.com/39406037/40357135-64695a0a-5de5-11e8-8a4e-88c0274c6cfb.png) excel file display ![untitled](https://user-images.githubusercontent.com/39406037/40357152-716b01ea-5de5-11e8-906a-e42fa691aba4.png) Question: Why this line chart is...

enhancement

1. Change system locale to 'English (United Kingdom)' ![image](https://user-images.githubusercontent.com/12944354/168465077-98285214-8a62-4976-987e-e90fb30dc28b.png) 2. Load the attached native Excel file into Winforms Editor ![image](https://user-images.githubusercontent.com/12944354/168465187-baeb2284-34e7-4802-808b-728b75b68485.png) 3. ReoGrid loses the currency symbol and 'Currency' type ![image](https://user-images.githubusercontent.com/12944354/168465216-b656ae7b-d632-4e8e-af60-d812ca6a2626.png)...

Hi Unvell I've spent a couple of evenings trying to make progress with scripting but without luck. I'm running the Winforms Editor Project with EX_SCRIPT defined. ![image](https://user-images.githubusercontent.com/12944354/168416470-e5561c21-bf08-4b30-b459-161142e4c5b5.png) and have entered...

question
resolved

## Description The LOG function (with no supplied base) is not consistent with how Excel handles the same formula/function ## To Reproduce 1. Write a formula with an Excel LOG...

todo