|
Browse by Tags
All Tags » excel ( RSS)
-
Hi Yanko, Thanks for your response! I've just sent a request to your devcenter regarding these issues... But, I was wondering whether it's possibible, and how, to implement such features in the version that exists today...? Thanks Best Regards, Anders
-
Hi, I need some assitance in implementing some features from Excel in the datagrid. I'm wondering whether it's possible to copy the content(value) of cell in the xamDataGrid, by dragging from one cell (bottom right corner) and down? The cells included in the drag should then contain the same...
-
You'll probably want one MemoryStream, it can contain a Workbook having multiple Worksheets. The following knowledge base article describes one way of switching between Worksheets for each call to the Export method to achieve this effect (note that since 2004 when this article was written, the ActiveWorksheet...
-
I think you should be able to modify the IWorksheetCellFormat in the HeaderCellExported and FooterCellExported events for these cells, this will have a direct effect on the formatting as Excel sees it. This next blog entry describes some of the rich formatted string capabilities that should be available...
-
In the WinClient download, you should see installers for: NetAdvantage_Samples_20083 NetAdvantage_WinForms_20083 NetAdvantage_WPF_20082 You get both WPF & Windows Forms controls as part of your subscription. For Windows Forms, the following 2 assemblies are available in CLR 2.0 and CLR 3.0: Infragistics...
-
Update: changed pagemethods call to: PageMethods.exportOverviewGrid_to_Excel(OnCallexportOverviewGrid_to_ExcelSuccess, OnCallexportOverviewGrid_to_ExcelError, oWebTab); getting response from server side code in form of error: A circular reference was detected while serializing an object of type 'Infragistics...
-
Hi, What's the best way to format number columns in excel after export? I am using following which is a quick and dirty way of doing it I suppose: for ( int i = 0; i < 25; i++){ws1.Columns[i].CellFormat.FormatString = "#,##0.00_);[Red](#,##0.00)" ;} Where the numbers are displayed with...
-
Hi, I need to change the mouse pointer to hourglass before the excel export starts and change it back to default after it is done. I am changing the cursor to hourglass when I click on the image button that starts the export. However, I can't get back to the page I was on to change the mouse pointer...
-
Hello, I recently upgraded from NetAdvantage for .NET 2008 Vol. 1 CLR 2.0 to NetAdvantage for .NET 2008 Vol. 2 CLR 2.0. I am using Visual Studio 2005 with VB. Before I upgraded, I was able to have a couple of merged regions along the top of my worksheets in Excel as report headers and then start the...
-
Handle the WebGridExcelExporter's RowExported event and keep the maximum e.RowIndex you see around in a member variable; when the export is finished that will be the number of WorksheetRows. The WorksheetRowsCollection always assumes there can be 65,536 WorksheetRows in itself, so the first time...
|
|