Category "excel"

JAVA - Compare value in Excel file with files present in the folder

I have an excel file that I read through org.apache.poi, but I would like to read all the values ​​of column 1 and column 2. If the value in column

How do I pass a cell value, for the Subject line, to code called to create mail?

I am gluing pieces together to automate sending emails with each new line added to an Excel sheet. I want the subject line to contain the text of a cell in colu

How do I hide a range of rows by getting the start and end row values from user input cells?

I have a sheet of 1,000 plus rows. I'm trying to hide all rows that match the values I input into cells A1 (the starting row in the range), and cell A2 (the end

Excel Office Scripts - Copy and paste range if filtered data is not empty

Summary: I have a multi-step script where I need an IF statement to handle a scenario when the range I am copying from could be empty. I need the script to move

Call COM Add-In Function in VBA

I want to call the "Refresh" function of the Microsoft Dynamics NAV Excel Add-in which has a button on the ribbon using VBA. I tried recording a macro when clic

Populating range from array

I have a worksheet change event that runs when three adjacent cells in columns C, D and E are filled with any value, which puts the date of entry into a separat

How to get autosuggestions for Excel worksheets in Word VBA editor?

Normally when using the VBA editor, code autosuggests from available methods.properties for whatever object being referenced. I'm trying to pull data from an Ex

Autofilter error: the object invoked has disconnected from its clients

I've seen this error message on other posts but none matched my situation. I have a few AutoFilter functions done one after the other checking if the target cel

Why is this VBA Worksheet_Change not firing when a cell is edited by the user?

I am trying to create a macro that inserts an image into one cell when the user enters specific information into an other cell. Right now it's working but not r

Why is this VBA Worksheet_Change not firing when a cell is edited by the user?

I am trying to create a macro that inserts an image into one cell when the user enters specific information into an other cell. Right now it's working but not r

How to move UsedRange into Array for processing tasks and then copy back to the sheet?

Regarding this question “combine or merge cells with the same values vertically and horizontally” Link, the provided answer (edited one) it works ,b

How can I write this to include multiple conditions?

I am trying to write out excel files as workbooks where columns satisfy more than one condition. I receive errors here with grep function and unexpected } If I

Using read_excel to upload and automatically name all existing workbook sheets (without specifying the number of sheets)

I would like to adapt the answer below, taken from this question. # Example data write.xlsx(mtcars, "mt cars.xlsx") write.xlsx(mtcars, "mt car s.xlsx") temp =

exceljs wrapText doesnt work on merge cell

workSheet.getCell(`B7`).alignment = { vertical: 'middle', horizontal: 'left', wrapText: true // autoHeight }; its only work on 1 cell B7 if i tried

Using a VBA script to validate if an excel workbook is protected and read what password was applied to it while doing so [closed]

I am writing for an application that validates if users perform tasks successfully in various Microsoft applications. One of these skills is

mapping excel columns to table column in database with python

json file "mappingdef": [ { "src": "A", "dest": "id" }, {

Out of Memory Error when running Drill Down Script

The purpose of the macro is to avoid creating a new worksheet each time a user double clicks / drills down on a pivot table value. Instead the script copies the

How to download html table to excel in angular with style

I am able to download table data in excel using xlsx and file-save, however I want to download data with styles in excel (So if my text is bold, if it has align

Unable to read a column of an excel by Column Name using Pandas

Excel Sheet I want to read values of the column 'Site Name' but in this sheet, the location of this tab is not fixed. I tried, df = pd.read_excel('TestFile.xlsx

Excel Single Use Dropdownlist

My problem is the following. I have two tables. The first table is a guest list where the information on who is the guest and how many beds he need is stored. S