About 6,350,000 results
Open links in new tab
  1. How to use Regular Expressions (Regex) in Microsoft Excel both in …

    How can I use regular expressions in Excel and take advantage of Excel's powerful grid-like setup for data manipulation? In-cell function to return a matched pattern or replaced value in a string. ...

  2. Write multiple SAS datasets into one Excel sheet

    Jul 25, 2021 · I am using SAS enterprise guide 7.15. I want to export several datasets into multiple excel sheets (multiple tables in every sheet). I'm using ODS and even though i'm …

  3. Openpyxl or Pandas, which is better at reading data from a excel …

    Nov 12, 2022 · Hello Stack OF Community, * Basically my goal is to extract values from an excel file, after reading through data from another column.* ** Thickness** of parcel, with values for …

  4. Cannot import excel file into SAS using proc import

    Feb 22, 2018 · You can fix your bitness (get 32 bit SAS or 64 bit Excel). You can use a PC Files Server (including hosting one on your own machine). If you're using Enterprise Guide, you can …

  5. Way to run Excel macros from command line or batch file?

    Jan 13, 2010 · 84 I have an Excel VBA macro which I need to run when accessing the file from a batch file, but not every time I open it (hence not using the open file event). Is there a way to …

  6. Open a PowerPoint presentation from Excel with VBA and then set …

    Jul 24, 2015 · 1 I was trying to create an excel file that can generate a predefined powerpoint presentation on the basis of a specific worksheet, with different values within the excel-file. My …

  7. Excel with xml -> source and guide for tags and attributes

    Dec 9, 2013 · Given that you mention that you are unfamiliar, prior to having a reference for tags, etc., you would probably like to read some kind of user's guide on what you can achieve with …

  8. C# Blazor Export To Excel File Format or File Extension is not valid

    Mar 28, 2022 · I have a list that I am trying to export to excel using the following code with the ClosedXML nuget package and following a guide online: private async TaskClickExportXLS() { ...

  9. c# - How to export DataTable to Excel - Stack Overflow

    How can I export a DataTable to Excel in C#? I am using Windows Forms. The DataTable is associated with a DataGridView control. I have to export records of DataTable to Excel.

  10. excel - Using VBA how do I call up the Adobe Create PDF function ...

    Does the Acrobat add-in provide an API? an object model? anything that's programmatically accessible from VBA? If not, you might have to resort to SendKeys, which is a horrible, …