Tagged Questions
The spreadsheetgear tag has no wiki summary.
5
votes
1answer
1k views
Excel number format strings (e.g. “@”, “$-409]d-mmm-yy;@”) - Complete reference availability?
I'm using Spreadsheet Gear to do some excel programming. I wan't more control over number formats and it appears that you need to use the NumberFormat property to achieve this.
I've seen suggestions ...
3
votes
1answer
108 views
What color code is this?
I'm looking at a code snippet which places text in an excel header:
headerText.Append(@"&""Calibri""&20&K04-024HEADER-TEXT");
&""Calibri"" modifies the font, &20 modifies the ...
2
votes
1answer
106 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
...
2
votes
1answer
198 views
Adding images to excel header using spreadsheet gear?
I'm using the latest Spreadsheet Gear and C# on .NET 3.5
I'm generating a spreadsheet and adding various formatting to it. One thing I would like to do is add an image to the left header section of ...
2
votes
1answer
228 views
Spreadsheet component with VBA support
I am looking for a .Net spreadsheet component that could also execute the VBA contained in Excel files.
I found Spreadsheet Gears to be very nice for manipulating and allowing the user to edit Excel ...
2
votes
2answers
413 views
SpreadsheetGear fonts look blurred compared to Excel
I'm evaluating the SpreadsheetGear component for Excel file manipulation. However, out of the box the fonts look slightly blurred or hazy when the same spreadsheet is viewed side-by-side with Excel. ...
2
votes
2answers
491 views
Accessing Comment Changes in a Spreadsheetgear WorkbookView Control
I have a C# application that uses SpreadsheetGear's WorkbookView control. A user wants to be able to have changes he makes to comments on a cell saved.
Does anyone know of a way to capture changes ...
1
vote
1answer
184 views
Get the number of rows of data with SpreadSheetGear?
I've checked a few online resources, maybe I'm blind but I've as yet been unable to find an answer to this.
I'm uploading a file, converting it to a stream, feeding it into SpreadSheetGear. Now, I ...
1
vote
2answers
478 views
SpreadsheetGear get column by name?
I'm just starting to work on a project that uses SpreadsheetGear. CopyFromDataTable is used to get all the data from a database. There are a lot of fields to work with; we're formatting them, hiding ...
1
vote
2answers
200 views
Hiding column and row headings in SpreadsheetGear control
Is there a way to hide the A,B,C column headers and 1,2,3 row headers in the SpreadsheetGear 2010 control? We are using this as a display only control and showing these headings gives the impression ...
1
vote
1answer
466 views
1
vote
1answer
243 views
Globalize/Localize Excel Reports Using Spreadsheet
My company has new customers in Brazil and we realized that our excel reports are not working when our Brazilian customers tried to open the reports in their Brazilian versions of excel.
For excel ...
1
vote
1answer
428 views
Changing Spreadsheetgear axis title orientation on a column chart
I am using Spreadsheetgear to create charts in Excel. I create a column chart with an axis title on the y-axis.
chart.Axes[SpreadsheetGear.Charts.AxisType.Value].HasTitle = true;
...
1
vote
1answer
685 views
Spreadsheetgear chart x-axis text orientation
I am using Spreadsheetgear to create and modify charts. I can create a chart and modify the data easily, however, I cannot seem to modify the orientation of text the way that I want.
The text lies ...
1
vote
2answers
572 views
How can I modify SpreadSheetGear's PrintPreview window (.NET)?
Spreadsheetgear provides ability to create PrintPreview window - using WorkbookView.PrintPreview().
But it seems impossible to modify that window. That function returns void and there are no ...
0
votes
2answers
44 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
15 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
0
votes
0answers
75 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
32 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 ...
0
votes
0answers
95 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
41 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 ?
...
0
votes
3answers
119 views
Excel column data type exclusive of the header row
Using spreadsheetgear, is there any way to get the "probable" data type for a column, exclusive of the header row (if one exists) and reasonably tolerant of sparse population without having to do a ...
0
votes
0answers
71 views
Deal with combobox using SpreadsheetGear
I have a question about a Excel file which has a combobox cell defined into a sheet. The combobox changes some values depending on the month selected. I have an application made using .Net with C# ...
0
votes
0answers
106 views
Formula One (Tidestone) question
At work we're stuck with using Formula One Excel components. The problem is that I can't find anywhere to post questions so I thought I try here.
What I'm trying to achieve is reading workbooks into ...
0
votes
0answers
47 views
Resize Col and Row in Spreadsheetgear
I can hide the A,B,C column headers and 1,2,3 row headers by the below source ↓
windowInfo.DisplayHeadings = false;
but after that , i cannt resize my columns and rows.
Is everybody could told me ...
0
votes
4answers
180 views
Are there any third-party tools which allow importing XML data into Excel?
We are currently working on an application that has been using COM Interop in C# to import data into an Excel workbook. This data is fairly complex and lengthy, so we have been using the Import from ...
0
votes
0answers
42 views
When using a custom paper size, how can I discover the dimensions in SpreadsheetGear.NET
I have a workbook that I've created using Excel then loaded programmatically into SpreadsheetGear.NET. The workbook has a custom paper/page size, which is loaded correctly by SpreadsheetGear as ...
0
votes
0answers
174 views
Powershell and SpreadsheetGear
Are there any examples which show how SpreadsheetGear can be used with Powershell?
I want to automate EXCEL using Powershell. However instead of using the actual EXCEL program I would love to use ...
0
votes
1answer
401 views
How can I set the values of a chart series in SpreadsheetGear programmatically?
According to MSDN, Excel permits setting the Values property of a chart series programmatically from an array:
Charts("Chart1").SeriesCollection(1).Values = _
Array(1, 3, 5, 7, 11, 13, 17, 19)
...
0
votes
1answer
340 views
How to set default date format when load an xls file to SpreadSheetGear workbook?
When I load an xls file, which is created by the user, to SpreadSheetGear workbook it changes date format from dd/mm/yyyy to mm/dd/yyyy. How can I prevent this?
I use the code below (VB.NET) to load ...
0
votes
2answers
322 views
Pivot Chart in SpreadsheetGear
I have Spreadsheetgear and I'm wondering if anyone knows if 2009 edition supports PivotCharts, does anyone know how to do this?
Cheers,
Doga
0
votes
1answer
104 views
reading excel data
How to read Excel data having Number format ;;; ie hidden value in C# using spreadsheet gear.
0
votes
1answer
409 views
Adding filter to Excel sheet columns using SpreadsheetGear?
How to add filter to excel work sheet columns using SpreadsheetGear?
0
votes
1answer
461 views
Spreadsheetgear.IWorkbook/workbook object. How Do I retrieve the length of the workbok?
Development Platform: .NET 2.0
Platform: ASP.NET
Spreadsheetgear: 2008
Language: C#
Is there a way to retrieve the Length in bytes of a workbook without copying it/saving it to another object?
I ...
-1
votes
1answer
35 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