-
September 25, 2006 - SpreadsheetGear for .NET provides the ability to create, read, view, edit, format, calculate, print and write Microsoft Excel files without Excel. New features include support for adding pictures to a worksheet, hyperlink support, password protected worksheets, sheet tab colors,...
-
Aspose.Grid for .NET (Desktop and Web) Aspose.Grid is of the .NET components offered by Aspose that provides you a total grid solution. Aspose.Grid is packaged with two different .NET components: One to support Desktop Applications and another to support Web Applications. Main features include: Importing...
-
Aspose.Cells for .NET Aspose.Cells is of the .NET components offered by Aspose for spreadsheet reporting in a desktop or web server environment without using Microsoft Excel. Main features include; Opening Excel files to and from Streams, Sending output to a client browser, Importing Images, Formulae...
-
Hi JaiB, thank u for ur reply, but i tested that code before and there is some problems wit it.. If i have a column in excel sheet whose first row value is a string then the dataset expects all other values as string.. and any numeric value encountered will get a null value.. eg : - column1 ----- Column2...
-
We're proud to present the recently published web site of Dnaxp.Net We provide DotNetNuke solutions, training, consultancy and the latest cutting-edge technology. Please review out latest modules for DotNetNuke (compatible from version 4.0.2 to 4.3.5), ReportGrid & ReportChart v1.4
Posted to
Announcements
(Forum)
by
dna2
on
11-01-2006, 12:00 AM
Filed under: CMS, Content Management System, .NET based CMS, Portal, ASP.NET 2.0, sqlserver, reporting, excel, vb.net, .NET 2.0, AJAX
-
Pagos Spreadsheet Component Version 4.1 released. Supports 300 Excel functions and is now also available for Linux FARMINGTON, CT, October 20, 2006 – Pagos, Inc. announced the release of Version 4.1 of its Spreadsheet Component (PSC). http://www.spreadsheetcomponent.com Pagos Spreadsheet Component reaches...
-
Dear all, I am having trouble with generating Excel when the application is placed on a webserver. Locally, it works fine but unfortunately, it gives the following error message when placed on a webserver. Actually, I am reading each node in a Treeview for generating the Excel. I am using the Microsoft...
-
I am using OleDbDataAdapter to fill a dataset with data from an Excel document. The OleDbConnection connection string's extended properties are: Extended Properties=\"Excel 8.0;IMEX=1;HDR=Yes;\"" I have noticed that if a cell contains a number but the cell is formatted as text, that the number returned...
-
Hi there , You can use following class file. These are overloaded functions. Pass your dataset and current response stream as parameters. It will popup save file option ! ================================ CODE ================================ Public Class DataSetToExcel Public Shared Sub Convert( ByVal...
-
I have been searching for a way to do this but to no avail. I need to export a GridView to an Excel spreadsheet in the actual XLS format. Not HTML tables saved to a file with XLS extension. The reason being, I need to reimport the data using the OleDbConnection (so I can query it and such) and it does...