About 8,320 results
Open links in new tab
  1. Microsoft Solver Foundation Alternative ou aide

    Donc chaque cellules Excel est représenté par une ou 2 méthodes dans mon c#, les Fonctions classique de calculs sont présentent et me retourne un double ou string. Les même fonctions …

  2. Excel file to listview - social.msdn.microsoft.com

    Jan 24, 2016 · I'm just starting out with visual studio. I've been looking around on the net for a way to read the data from an excel file into an array which i want to place into a listview but i can't seem to …

  3. Excel 2007 Translation problem - social.msdn.microsoft.com

    Dec 4, 2009 · But I have a problem with Translations when connecting to a AS 2005 cube from Excel 2007, when the Excel workbook is saved on a Sharepoint Server.

  4. The server threw an exception. (Exception from HRESULT: 0x80010105 …

    Apr 22, 2010 · The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) using Excel Archived Forums 421-440 > Visual C#

  5. How do I solve this compile error in Visual Basic?

    Dec 17, 2011 · Hi. I am a newbie to Visual Basic. I have made a user form in Excel that sends the info to a hidden sheet. When I test the user form, it says compile error - expected: list separator or ). I am …

  6. Excel workbook problem in vb.net - social.msdn.microsoft.com

    Jul 17, 2013 · I'm using a excel workbook in vb.net environment (project->Visual Basic->Office->2010->Excel 2010 workbook (not using windows form to create a excel workbook.). How can set the …

  7. VB.net: Errore apertura file Excel - social.msdn.microsoft.com

    Aug 4, 2020 · Ho definito le variabili Pubbliche in un Modulo in questa maniera: Imports Excel = Microsoft.Office.Interop.Excel e ho definito gli oggetti così: ReadOnly APP As New Excel.Application …

  8. Como Leer y Escribir en Excel desde ASP .net del lado del servidor

    Leer un fichero Excel desde ASP.NET con ADO.NET Connection strings for Excel Connection strings for Excel 2007 Read Data from Excel using OLEDB in VB.NET 2005 esta solucion lo bueno es que …

  9. Macro to get data from SQL server table

    Apr 21, 2016 · If there is a match populate data from sql server table on the same spredsheet. I'm new to VBA. According to your description, I suggest that you could use ActiveX Data Objects (ADO) to …

  10. C# 操作excel的 插入行问题? - social.msdn.microsoft.com

    Aug 3, 2011 · excelKccx.Workbooks.Add (true);//创建excel工作薄 System.Data.DataTable myDataTable = Dt1;//创建一个数据表,得到DataSet中“库存信息”表中的数据