About 6,130 results
Open links in new tab
  1. Can not read numeric values from an Excel file.

    Oct 1, 2009 · I am trying to read data with a test routine from a fairly simple 3rd party Excel file. The file has three sheets and was created by Open Office 3.x as an 'Excel 97/2000/XP .xls' file. The later, …

  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. Missing values for one attribute in ssas dimension while browsing the ...

    Aug 21, 2020 · When browsing the cube via Excel, the default is to hide attribute members on rows/columns for which there is no measure-data in the values section of the pivot table.

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

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

  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. not a legal OLEAut Date - social.msdn.microsoft.com

    Aug 13, 2015 · One of the tricky about working with excel is how it determines datatypes. It will often just scan the first 8 rows (I think, It may be as high as 12 but I thought it was 8) and determine the …

  9. SaveAs method of Workbook class failed - social.msdn.microsoft.com

    My application (MyApp) creates an instance of Excel.Application ActiveX object and after adding a workbook to the Excel.Application object and filling in its sheet saves the workbook by calling the …

  10. 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.