Browse by Tags

Related Posts

  • Re: Reading from Excel to DataGrid then to ArrayList - Not seeing first row

    It's nice when you get to answer your own posts in the same day. I needed to add a bit more to my connection string: strConn = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + filePath + "; Extended Properties='Excel 8.0; HDR=NO;IMEX=1 '" ; Also note the single quotes...
    Posted to Data Presentation Controls (Forum) by cherz on 03-24-2009, 12:00 AM
    Filed under: arraylist, c#, Excel, excel C#, Excel Datagrid
  • How to Populate Multiple lines in Line Chart in Excel using C#

    Hi Friends, I have generated Excel Report which contains Charts(Line Chart with Markers) . I am able to generate Sing line Chart. How to generate multiline chart in Excel using C#. **There is a option to assign values to Chart Series, I am not able to assign. Please help me in this regard. Thanks, Basawareddy...
    Posted to Enterprise Services Integration (Forum) by Basawareddy on 02-09-2009, 12:00 AM
    Filed under: Asp.Net 1.1, C#, excel spreadsheet, excel, <C#>, C# ASP.NET Databinding Expressions
  • Problem with Excel Dcom objects

    Hey fellows, I am using Microsoft Excel Interop (DCom) object in my ASP.NET project, everything works out well but the problem is that everytime an Excel file is Created a new Excel Process is started in the memory so the memory consumption goes high. Can anyone tell me the solution to it.
    Posted to Enterprise Services Integration (Forum) by programmar on 12-25-2008, 12:00 AM
    Filed under: c#, export excel, interop, Excel
  • Excel Automation using jet provider 4.0

    hi Friends, I am trying to automate excel using "jet provider 4.0". iam facing a strange problem, please find my approach and the problem below. 1) i have written the following code to read data from the excelsheet. iam passing source file name (srcFileName ) and worksheetname as parameters...
    Posted to Enterprise Services Integration (Forum) by bhargava.kva@gmail.com on 12-08-2008, 12:00 AM
    Filed under: .net 2.0 c#, C#, C# 2005, C# code, C#. NET 2005, Com Interop, excel spreadsheet, C# 2.0, C# code, excel, <C#>, .net 2.0, c# com interop cast
  • File .CSV Error :System.Data.Odbc.OdbcErrorCollection Help!!!!!!!!!!!

    Hi There, I Have this error when I Uploaded the page in my Host, but in my computer work excellent. (Error :System.Data.Odbc.OdbcErrorCollection) What I do is Copy the data from a .csv file to a database in MS SQL , in Godaddy.com This is the Code: protected void Cargar_Click(object sender, EventArgs...
    Posted to Other Databases (Forum) by luisbragagnolo@hotmail.com on 12-02-2008, 12:00 AM
    Filed under: Odbc.OdbcErrorCollection, PostgreSQL, sybase, sybase sql server multiple queries temporary interim table, asp.net, C#, Data masking, data retention, database audit, Database security, DB2, db2 monitor, dbf asp.net gridview, enterprise data management, excel-querying, excel, sql server, dynamically creating a table in progress database, SQL Query, sybase sql server ODBC and OLEDB, .NET, sql tuning, store procedures, archive data
  • Exporting data to Excel in multiple sheets

    Hi, I am creating a report on Asp.net 3.5/C#. This report shoule be in excel format with following considerations Excel is not installed on web server, so can not use COM object of excel. A report will consist of one file having multiple sheets, so can not generate HTML's table and output as excel...
    Posted to Enterprise Services Integration (Forum) by ProgrammingFreak on 11-26-2008, 12:00 AM
    Filed under: Exporting data to excel, exporting data to excel on ASP.net, exportting data to excel in multiple tabs C#, Excel, C#
  • Excel instance will not stop after calling asp.net page

    Hello Forum Folks, I'm attempting to download an Excel spreadsheet, adjust the columns as needed and save it as a .prn file so that it can be uploaded to an AS400. I'm currently running this all through VisualStudio 2008 before I try to put this all on a IIS server. The problem here is after...
    Posted to Enterprise Services Integration (Forum) by awclements on 11-04-2008, 12:00 AM
    Filed under: Excel, C#
  • SpreadsheetGear® Adds Microsoft Excel 2007 Open XML and Excel Compatible Charting Support to ASP.NET and Windows Forms Spreadsheet Component

    LENEXA, KS, October 14th, 2008 - Today, SpreadsheetGear LLC announced the immediate availability of SpreadsheetGear 2008. With one safe managed assembly, SpreadsheetGear 2008 enables developers to easily add scalable ASP.NET Excel Reporting , dynamic Dashboards from Excel Charts and Ranges , powerful...
    Posted to Announcements (Forum) by Joe Erickson on 10-14-2008, 12:00 AM
    Filed under: MS Excel, Office 2007 Open XML formats, office open XML, OOXML, open xml, OpenHighLowClose, Opening an excel file to and from streams, Save & Convert Office 2007 Open XML Formats Documents, spreadsheet, spreadsheet component, SpreadsheetGear, SpreadsheetML, spreadsheets, Statistics, visual studio, visual studio 2008, VS 2008, web application, web components, Web Forms, .NET 2.0, .NET 3.0, .net 3.5, .net chart, .NET charting components, .NET component, .NET Components, .net graph, .net grid component, 2005 & 2008, Active Sheet, asp.net, ASP.NET 2.0, ASP.NET AJAX, asp.net chart, c#, calculations, Candlestick, Cells, Component, control, Convert excel chart to image, data grid, datagrid, excel, excel reporting, Formulae, Gantt, Grid, HighLowClose, Import and export of data from DataTable, webgrid, Word and Excel, Chart, Charting, charts, XLS, XLSX and SpreadsheetML, grid view, VS2008, generate xls, asp .NET 2.0, excel dashboard
  • Download excel sheet problem

    Hi Experts, I just want to tell you that i had a problem at the time of import excel file. Programme is in ASP.NET and C#.NET I have one grid view which bind at design time and two combo box on the grid in Row temp let. I have download excel file without this two combo box. but column header has different...
    Posted to Enterprise Services Integration (Forum) by hemal2801 on 10-10-2008, 12:00 AM
    Filed under: ASP.NET, Excel, Excel download, C#
  • Re: workbooks.open() method error

    You might try: Excel.Workbook theWorkbook = ExcelObj.Workbooks.Open( openFileDialog1.FileName, 0, true , 5, Type.Missing , Type.Missing , true , Excel.XlPlatform.xlWindows, "\t" , false , false ,0, true ); Type.Missing is used for the parameters you don't want to set. So to simply set the...
    Posted to Enterprise Services Integration (Forum) by rpeteg on 08-22-2008, 12:00 AM
    Filed under: ASP.NET, Excel, Excel 2007, Excel C# Data Writing, .NET, C#
Page 1 of 3 (28 items) 1 2 3 Next >