About 392 results
Open links in new tab
  1. Merged Cells Problem in Excel Export - social.msdn.microsoft.com

    Sep 21, 2011 · I have a basic matrix report but whenever I export this report to Excel, some of the cells end up becoming merged. Is there any way to avoid this using Reporting Services instead of …

  2. Vsto addin user settings not being persisted after excel update.

    Jun 28, 2017 · Our company has a excel vsto addin and we are storing few user details in .net user settings. I located user.config file in AppData\Local\Microsoft_Corporation\<addin name followed by …

  3. Previous beta version error when reading a file created in Exel 2007

    Jan 13, 2009 · Message="This file was created in a previous beta version of Excel 2007. Open the file with Excel 2007 to save it to the most recent version of the Excel 2007 file format before opening the …

  4. Export Excel Chart to OneNote - social.msdn.microsoft.com

    Jul 19, 2017 · Use Excel VBA to copy the chart and paste it into OneNote. - I couldn't find an option in OneNote's API to paste from the clipboard. Use Excel VBA to export the chart as an image (I was …

  5. How to upload excel file using SSIS with out Excel installed on thes erver

    Aug 5, 2015 · The Excel connection manager uses data provider to connect and read and write data to Excel data sources. There is no need to install Microsoft Excel on the server. The data provider that …

  6. How can I undo from the worksheet I'm on? - social.msdn.microsoft.com

    Nov 15, 2018 · The ribbon should apply to the current file. Having an undo stack for each file would be very useful, and Excel already dumps the undo history on certain operations anyway, so doing that …

  7. How to fetch data from db to an excel file and send as attachment

    Oct 7, 2021 · I am doing a project in C#/ASP.NET using VS2008. I need to send mail in that project. Also an attachment needs to be send along with the mail. In that attachment I need to show certain …

  8. prevent password change - social.msdn.microsoft.com

    Jun 5, 2020 · I would like to prevent the removal (or change) of the password of a protected excel file. I mean the password related to "Encrypt with password". It would be fine also if there is a way to force …

  9. In C#, how can I create a table in excel from a range of cells?

    Feb 4, 2010 · In my C# program, I'm creating an excel file (using Microsoft.Office.Interop.Excel). In this excel file, I'd like to be able to create a table over a range of data.

  10. VBA REST api authentication with Windows credentials

    Jun 27, 2017 · Hello, I am trying to use REST api calls to SharePoint 2013 to retrieve list data. I have the code working if I specify a user name and password in the ".SetCredentials" of my WinHttpRequest. I …