About 187 results
Open links in new tab
  1. Excel file meta data issue in SSIS while import to SQL Server

    Aug 18, 2015 · Question 0 Sign in to vote in My Data flow --Source: Excel (xls) , Destination:OLEDB::SQL Server DB Excel had Multiple Sheets So I used For Each Loop ( …

  2. Export dataTable to Excel from C# - social.msdn.microsoft.com

    Apr 3, 2012 · Following code will help you add a Column/Row Header to the final exported excel. Invoke the ExportGridView function with required parameters. Add the Header row, when we loop thru each …

  3. Error at Data Flow Task [Flat File Destination [4165]]: The data type ...

    Aug 26, 2011 · First i tried Excel Destination with no luck then i decided to try Flat File Destination.

  4. C# Excel Range's HorizontalAlignment Not Working

    Nov 1, 2016 · I have an application that exports results into Excel and will create a PivotTable is specified to do so. Problem that I am experiencing is that when a PivotTable is being created the …

  5. can't import Excel into Visual Basic - social.msdn.microsoft.com

    May 26, 2007 · I have just installed Visual Studio 2005 Professional onto my PC and want to write an application that opens an Excel spreadsheet and reads data from a specific range in the sheet.

  6. Preserving the leading Zero while creating the CSV

    Jun 20, 2013 · Rename the file with a txt extension (which you can do in your macro), then open that file and go step by step in the wizard - use delimited, comma, and in the last step select and change the …

  7. Export to Excel taking too much time. - social.msdn.microsoft.com

    Oct 24, 2011 · If I grouped, based on a column ( (ID), each ID has around 200-300 records) and exported to excel it took around 9 min to export and the of the excel sheet is 97 MB. I am not sure …

  8. Printing - "Fit to screen" - social.msdn.microsoft.com

    Dec 4, 2012 · I am trying to get my users off Excel, so telling them to export to something else just for printing is going to be a backward step in their mind. I can spout the benefits of relational database …

  9. can i get total of calculated column?????

    Jan 24, 2012 · For this scenario in your second post, ethier you do the calculation of % column in database and then get their total via =SUM (Fields! [%column].value) in the table footer, or you do it …

  10. 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 through rows and …