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 164 ReoGrid issues
Sort by recently updated
recently updated
newest added

After setting the column width of the last column, save, open the next time, fix the width of the column after a column to 70, select all the cells to...

#region 合并不同结构的数据表到ReoGrid控件 private Worksheet worksheet; private void MergeDifferentStructureTables(List tables, ReoGridControl reoGrid) { try { // 检查输入参数 if (reoGrid == null) { MessageBox.Show("ReoGrid控件未初始化"); return; } if (tables == null || tables.Count...

Hello! Thank you for your very nice Control for .NET. I am trying to initialize a large Worksheet (dimension 1,000,000 x 2) with data already loaded in memory. Can I...

## Description I'm customizing the Control Appearance of ReoGrid Contol, but the colors are not being apllied for the sheet tabs. I had succes to change the colors of all...

Hi there, Is there a particular reason why the latest version of ReoGrid cannot be found on NuGet package manager? Thanks in advance!

resolved

### Description: A commonly used currency format defined as `[$USD] #,##0.0000_);([$USD] #,##0.0000)` in Excel, was wrongly parsed with two more scale digit (eg: from `1.1234` to `1.123400`) #### From common...

Would it be possible to integrate this change so that the code compiles cleanly in VS2015?

``` !!! Remove this before you submit the issue !!! Providing code or test projects to reproduce the bug is important. We may close the issue without resolving it if...

## Description If you drag a merged cell with content up or down into an area of unmerged cells, an area of blank cells appears that does not appear to...