About 6,270 results
Open links in new tab
  1. SSRS: How to remove the extra rows when exporting the drill down …

    Jun 18, 2015 · I have a drill down report which need to be exported to excel. But, when exporting to excel it shows many unwanted blank rows for a particular record due to the drill down option. Is it …

  2. Export SSRS report to Excel with formulas

    Mar 6, 2020 · I have an SSRS report with 10 columns with three group summary levels. I desperately need those summary rows exported as formulas to Excel as real formulas. I need to know how I …

  3. How to compare two worksheet cells and find the difference in color

    Jan 3, 2019 · Example for working with a Range. Option Strict On Option Infer On Imports Excel = Microsoft.Office.Interop.Excel Imports Microsoft.Office Imports System.Runtime.InteropServices …

  4. Excel VBA Code to delete Empty ListObject Row

    Oct 31, 2016 · To get best data model to be use with Pivot Table it is important to erase all Blank Row (row with no data) from a Table. So I wrote VBA Code to automate deletion of Blank Row process. …

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

    Oct 24, 2011 · Thanks for your post. As you said above, you excel sheet size is 97MB, which would cost much more time to write it to excel. Additionally, the performance of export report to excel should be …

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

  7. This table contains cells that are outside the range of cells defined ...

    Mar 19, 2013 · OleDbConnection treats the excel workbook like an access database which requires headers in every row and column in the used area. YOu don't have to worry about the rows to the …

  8. Disable/hide Edit in Excel in Excel Online - social.msdn.microsoft.com

    Feb 6, 2018 · Is there a way to disable or hide <Edit in Excel> option when an excel sheet is open online? We often have a case where a user accidentally opens the sheet in Excel to edit (instead of …

  9. Creating a custom Tab using the Ribbon Designer

    May 5, 2011 · I am basically looking to create a custom Excel tab group, then add menu items to add user functionality. In turn those functions will create an Excel workbook to display lots of financial data.

  10. Extracting data from Excel to import to SQL

    Oct 7, 2021 · Ok guys, I know Excel isn't a database so let's get that one out of the way. What I'm wondering is if URL fields inside of an excel sheet are accessible from c# in code behind? What I'm …