About 12,800 results
Open links in new tab
  1. "No Current Record" error in Access Report

    Jun 23, 2014 · I have developed a report in Access 2010 that uses Excel tables as its data source. These Excel files are linked, as opposed to being embedded in the Access project. …

  2. Convert Very Dynamic Unstructured Word Table Data to …

    Dec 4, 2012 · I've created the VBA logic to copy and paste the data into 1 column for Access to read, but i'm on the next stage of compiling the data. Unfortunately, some of the entries aren't …

  3. How to open excel sheet in your app - social.msdn.microsoft.com

    Dec 14, 2018 · Syncfusion has a Xamarin library that allows you to work with excel sheets. It requires an API key though, but if it is a small project it is free. It is good if you need to be able …

  4. How to create/insert a chart in Word document using VSTO?

    Mar 21, 2007 · I have been thinking about creating a hidden excel sheet, copying the data from source into the sheet and generating a chart whereafter I will copy the chart into the Word …

  5. How to modify an Excel document from outside

    May 6, 2014 · I am sending the selected Excel data (data table) via AJAX with a POST request and when the data changes in the document, it triggers an event and sends an update to an …

  6. How to Truncate the Data from Excel sheet ..when loading

    Sep 19, 2011 · I am loading the data into Excel destination using ssis. Everyday I need to truncate the sheet and reload that fresh.

  7. Using LINQ and an XML spreadsheet - social.msdn.microsoft.com

    May 6, 2008 · I have an Excel workbook with several worksheets in it that has been saved in an XML. Is there a good "for dummies" tutorial describing how to use LINQ to query the data?

  8. Write binary or base64 data to Excel file using Sharepoint Update file

    May 26, 2020 · How can I take this new data and write it to a SharePoint file using 'Update file?' I currently am using this method but the output comes out with some of the correct data being …

  9. Writing to excel from VB.net using datagrid

    Nov 29, 2017 · Many have gone your way, and did not succeed. A DataGridView is made to present data which has fixed columns where every column tells what kind of Data is used. A …

  10. HOW TO CONVERT AN EXCEL DATA TO XAML

    May 7, 2012 · If you mean to load data from excel file and display in silverlight control for example datagrid, then i would suggest you try below link. It introduces how to extract data from excel …