SpreadsheetGear 2010 is a Microsoft Excel compatible spreadsheet component for the Microsoft .NET Framework.

learn more… | top users | synonyms

0
votes
0answers
27 views

How SpreadsheetGear treats unsupportable elements?

Looking at SpreadsheetGear features, I can see it supports a lot of Excel functions, charts, etc. I guess there are a lot of subtleties in formatting, charts that are not supported. The question is ...
0
votes
1answer
24 views

SpreadsheetGear Custom functions descriptions

Could SpreadsheetGear set descriptions for custom functions? Like Excel has descriptions for every argument in standard functions. Like Xll add-in can do it. In the constructor of ...
0
votes
1answer
22 views

SpreadsheetGear.ValidationType.List turn off

I have a spreadsheetgear validation type list on one of the columns in a spreadsheet. The issue I have is when I reload the spreadsheet with different sets of data, I get an error that validation ...
0
votes
1answer
24 views

How does one select an entire worksheet with Spreadsheet gear (.NET)

I am using the Spreadsheet gear component and need to select all cells in a worksheet so I can apply a consistent font setting across. How do you create an IRange that represents an entire worksheet? ...
0
votes
1answer
25 views

Applying number format on a column from a specific row number using SpreadsheetGear

I am using SpreadsheetGear to generate a excel sheet. I want to apply number formatting on a column starting from row number 10. But when I use below code, it apply formatting for the entire column. ...
1
vote
1answer
70 views

Spreadsheet Gear and DateTime Formatting

I'm trying to display date in the format dd/MM/yyyy in an excel file with the Spreadsheet Gear library, but the system and office looks like running an english localization. I've already try to use ...
0
votes
1answer
52 views

SpreadsheetGear - Create a workbookview by code

How do I create a workbookview using Spreadsheetgear with code. I do not want to use the workbookview control on the form, I want to create it dynamically, then place it on a tab control all by code.
1
vote
1answer
57 views

copy a list to a SpreadSheetGear Irange

I have the following code: using (CPASEntities ctx = new CPASEntities()) { IWorksheet ws = wb.Worksheets[0]; ws.Name = "Summary"; var tsm = (from ...
0
votes
4answers
196 views

Best library to generate excel and charts in excel?

Which is the best 3rd party library to use for exporting data and generating charts in the Excel from Asp.net. I have researched on .Net and found the following: 1. EPPlus: Since we are to work in a ...
0
votes
1answer
183 views

XLSB with SpreadsheetGear2012 - Excel cannot open the file 'test.xlsb' because the file format or file extension is not valid

I am evaluating SpreadsheetGear2012 and I want to be able to open/save all types of Excel files: .xls, .xlsx, .xlsm and .xlsb. All extensions are working fine except for .xlsb. Here is the code for ...
0
votes
1answer
44 views

Cell Edits to SpreadsheetGear WorkbookView aren't persisting

What's going wrong: When I edit a cell in a SpreadsheetGear WorkbookView, and initiate the CellEndEdit event by either hitting Enter, Tab, or any of the arrow keys, the value I just typed is wiped ...
0
votes
1answer
82 views

is it possible to optimise spreadsheetgear performance?

I am using the spreadsheetgear library in a web application that manages some large spreadsheets, populating cell values and extracting the results. It runs extremely fast for small spreadsheets but ...
0
votes
0answers
52 views

Access to DocumentProperties using the SpreadsheetGear API

Does the SpreadSheetGear API provide access to the DocumentProperties of an Excel document? The XLSIO library by SyncFusion allows access to the DocumentProperties of Excel. I am building a custom ...
0
votes
1answer
68 views

WPF binding to obfuscated object can't find the property

I am trying to bind a ComboBox to the named cells of a SpreadsheetGear worksheet. SpreadsheetGear is an obfuscated assembly, so that i my first guess. <ComboBox Width="200" x:Name="comboBox" ...
0
votes
0answers
135 views

Hide Catagory Name from Excel Chart in Spreadsheetgear

I am using Spreadsheetgear 2010 for reporting in my application. Although i am able to export excel report of the data with desired chart, but i am unable to hide Series Name and Catagory name. I am ...
0
votes
0answers
174 views

Issue in SpreadSheetGear Report Processing(Report Processed twice time to get Report)

I am having issue with processing Excel Report using SpreadsheetGear tool. I have followed the sample Asp.net Report that was given in the following link ...
1
vote
1answer
152 views

SpreadsheetGear Grid: events for deleting or inserting rows or columns?

As the title says, is there an event for those actions like deleting a row or column, inserting a row or column, or changing text in a cell? I'd be very disappointed if there isn't.
1
vote
0answers
60 views

Store metadata for a spreadsheetgear cell

Is there a way to store custom metadata for a Cell using the SpreadsheetGear control? I need the metadata to persist when saved to an XLSX file. (I am wanting to store some data binding information ...
2
votes
1answer
133 views

How to add a triangle marker to any cell corner of SpreadsheetGear grid?

This is a SpreadsheetGear Grid specific question. I know you can add a comment to a cell and the cell gets red triangle marker at the top right corner automatically. But I have a need to add a small ...
2
votes
1answer
121 views

How can you set the scope for a defined name programmatically using SpreadsheetGear?

The support for working with defined names in SpreadsheetGear isn't as good as for other components of Excel. Can this be done? If so, how? When I copy in a sheet from another workbook, the scope is ...
2
votes
1answer
161 views

Spreadsheetgear column width changing event?

Is there any event in spreadsheetgear for worksheet column width changing? I want to perform some operation when user clicks on column separator and drags it to change its width in worksheet. What ...
0
votes
0answers
106 views

Excel ASP.NET API: Compiled vs uncompiled Excel file

I am developing ASP.NET web applications that use Excel as a calculation engine. All of the user interaction is via a normal web environment and I am using proprietary API's to run the I/O to the ...
4
votes
1answer
667 views

Performance difference when reading/writing many files with EPPlus versus Spreadsheet Gear

I've made a simple performance test between EPPlus and Spreadsheet Gear to see if there is any significant difference that would justify buying Spreadsheet Gear. I am no expert at either application ...
2
votes
1answer
168 views

Copy Excel RangeSelection to array in Windows Application

Thanks for any help in advance :) Context I am using SpreadsheetGear within my Windows Application and there are certain cases where a user will want to copy data from an open Excel application and ...
3
votes
1answer
185 views

Send spreadsheet as email attachment using SpreadsheetGear

A client has asked me to enhance one of their apps in order to send out an email containing an excel spreadsheet. They happened to have an old copy of SpreadsheetGear (2009) lying around, so I thought ...
0
votes
1answer
125 views

Spreadsheetgear .find method

Tools: asp.net VB, SpreadsheetGear 2010 I need to read in Excel files from external users and I do not control the format. There are 3 sections of data. I am able to read in the header. The ...
1
vote
0answers
73 views

How to get and set value/location on vertical scroll bar in SpreadsheetGear control

I am using the SpreadsheetGear control. I would like to be able to get the position of the vertical scroll bar so that after a refresh of the control I can return users to the same set of rows they ...
0
votes
1answer
152 views

Reference another sheet in Formula string SpreadSheetGear

As the questions states, I'm trying to reference some cells from one sheet to another. In one sheet I have the Data to populate some other cells in my Principal sheet In short: DataSheet > Feeds > ...
3
votes
2answers
277 views

Simple HLOOKUP Failing with Excel 2010

I have an Excel spreadsheet (generated by spreadsheet gear, but it's more an Excel problem) that isn't functioning as i would expect when I use HLOOKUPS. I use a simple HLOOKUP to look up the value ...
0
votes
0answers
57 views

Change Sheridan layout files to Excel spreadsheet for loading in SpreadSheetGear 2010

I am trying to replace Sheridan SSDBGrid ActiveX control type with a managed code .net control type that can read Excel files. I have a large number of Sheridan layout files and I would like a way to ...
1
vote
0answers
182 views

dropdown value limit in Excel when created from vb.net throws error when values are more than 255 characters

I am working on dynamic creation of dropdown using VB.Net and SpreadsheetGear dll and populate it with values as below worksheet.Range(Range).Validation.Add(ValidationType.List, ...
1
vote
1answer
219 views

SpreadSheetGear vs DataGridView Visual Studio 2008

I am creating a pros and cons list on the differences between SpreadSheetGear and the native DataGridView. Trying to determine if we should buy a control or use native DataGridView or some other ...
0
votes
1answer
235 views

VSTO Excel Add-In and SpreadsheetGear

We're working on a Excel Add-In in C# .Net 4. One of the requirements is to update a worksheet with results of some processing. The issue is, we need to do this both while the Excel file is open (with ...
1
vote
1answer
200 views

Is there a limit to the amount of data that can be held in a SpreadsheetGear WorkbookView?

I have an application that takes a table of data from Excel, and imports it into my embedded SpreadsheetGear.WorkbookView. I am aware of the limitations to the size of a worksheet in Excel, but I was ...
0
votes
1answer
275 views

Having trouble getting color scale conditional formatting from Excel file to show up in embedded spreadsheet in Windows Form

I have a Windows Form that currently displays a spreadsheet that is editable. I have functionality to allow the user to browse for an Excel file to import to the spreadsheet in the Form view. It is ...
0
votes
1answer
142 views

Spreadsheetgear - how to control tab bar

When I create a workbook in Spreadsheetgear with multiple worksheets, save it to a file, and open it - the tab bar displays only the last sheet added. I have to click on the tab bar navigation arrows ...
0
votes
0answers
98 views

SpreadsheetGear - Print Preview Not Working for Dropdown Controls

I'm using SpreadsheetGear for .NET 2007 version 3.1.1.106. I have two dropdown controls on a worksheet using IShape. These dropdowns are populated with values from a hidden Data worksheet. The Data ...
2
votes
2answers
514 views

How to get SpreadsheetGear.IRange.AutoFit() give the right width to each column?

I Use Spreadsheetgear to generate an Excel Workbook. My Workbook is very simple: I insert Strings in cells The first line is Bold I draw borders around the headers and between the columns. At ...
0
votes
1answer
391 views

How to define the borders for an entire column with spreadsheetgear?

I know how to define the style of the border for a Cell, like that for example: Dim border As SpreadsheetGear.IBorder border = sheet.Cells(1, column).Borders(SpreadsheetGear.BordersIndex.EdgeRight) ...
0
votes
2answers
585 views

Spreadsheetgear Maintains Lock on File

Through an C#/ASP.NET website, I'm using SpreadsheetGear to open a file from a template, then making modifications to it based off user input and then saving it a new location. When I attempt to ...
0
votes
1answer
128 views

Can I use an XLL add-in with SpreadsheetGear

I have a custom add-in that I need to use in SpreadsheetGear. Can I directly reference the XLL file, or is there a way of making an interface or wrapper to access it? Thanks!
0
votes
1answer
112 views

Setting Application.ErrorCheckingOptions.BackgroundChecking with Spreadsheetgear

What's the equivalent of doing Application.ErrorCheckingOptions.BackgroundChecking = False with Spreadsheetgear ? Thanks
1
vote
2answers
1k views

How to add a dropdownlist in excel using spreadsheetgear?

I want to add drop down list in one of column of Excel sheet. How to add it using spreadsheetgear????
0
votes
1answer
286 views

Charts in spreadsheet gear

I have created a chart that references table as a source .I need to delete some rows in a table after chart is plotted and leaving the chart unchanged. Is it possible to do that? -Raghu
-1
votes
1answer
225 views

dynamically generate the headers in excel using spreadsheet gear

Example: Let say A,B,C are columns and 1,2,3 are rows in a sheet.For A column 1,2,3 rows need to merge display as single rows how using spreadsheet gear A B C 1 2 3
0
votes
0answers
108 views

Regain access to clipboard

I have an application written in C# which uses the clipboard to sort some line in an Excel file (stupid solution but there is no other way). My problem is that when other process uses the clipboard ...
0
votes
1answer
155 views

Spreadsheetgears charts with multiple ranges as source

I have a problem when creating charts with Spreadsheetgears. I have a table with a bunch of columns and 3 rows: I need to create 3 charts with Spreadsheetgears for each row with the week names as ...
2
votes
1answer
390 views

Spreadsheetgear error when uses clipboard

In my application I use spreadsheetgear to work with Excel files. I use the following code: //move incorrect to aux incorrectLine.Select(); //select the line to be moved ...
0
votes
0answers
310 views

How to use Spreadsheetgear's Workbook View in a Windows Form (C#)

I am trying to use the spreadsheetgear "Workbook View" in my Windows Form that I have just set up for my GUI. I already have my constant variables and business logic but something is obviously not ...
0
votes
1answer
187 views

How do I disable the Drag Fill/ Auto Fill on an IRange object for Spreadsheet Gear .NET?

I am trying to disable the Drag Fill / Auto Fill functionality on spreadsheet gear IRange object, but have been unable to do so. Is there a way to disable the Drag Fill / Auto Fill functionality ? ...

1 2