About 5,780 results
Open links in new tab
  1. Write DataTable result to Excel using OpenXML

    Apr 13, 2014 · As same as using Excel PIA to write data to Excel, Open XML also only provide method to set cell value instead of convert a datatable to Excel directly. Then you can loop …

  2. How to delete multiple entire columns by column number?

    Jul 19, 2018 · Since I know the first and last column by number, I simply deleted the rows one at a time iteratively. It's probably not as efficient as deleting all the columns in one fell swoop, but …

  3. when i export a report to an excel file , the column header name …

    Feb 15, 2019 · However, if you want to export a query to an excel file with custom field names, you can try to use DoCmd.TransferText method with the specification, and then open the file in …

  4. Column width when exporting to excel SSRS

    Nov 25, 2011 · I have an SSRS report that when is exported to excel, merges columns together, i.e. data is in column A but column B is merged (with no data) and the next column contains …

  5. 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 …

  6. Reading an excel file embedded within an excel spreadsheet using …

    Aug 25, 2015 · I am able to read the text in the excel file, but unable to read excel file embedded within an excel spreadsheet. Can we read this excel file embedded within an excel spread …

  7. Dynamic SSIS Package Development To Load 100 Excel Files into 1 …

    Dec 12, 2017 · We have 100 Excel files in one shared path, which contain different / same columns in each files.We wanted to load all 100 excel files into one table in sql server. Please …

  8. OleDB Adding Columns, Inserting values, and other data …

    Aug 24, 2015 · First, a little background for the application I'm trying to write. I would like to take a spreadsheet, check the UPC value from a single row & column pulled from the spreadsheet …

  9. How to calculate discount in PowerPivot??

    Jun 29, 2015 · The problem (at least I feel) is I defined some dates in the Startdate and Enddate for a particular year. But these discounts should apply for all of the years in my fSalesBook, …

  10. Get records by column count in EXCEL OLEDB connection.

    Jul 6, 2012 · I'm working with extraction of data from excel. If my query would be <select * from [sheetName$] where id>20> means all the records from the sheet which has ID > 20 will be …