Category "excel"

What does the 130000 in Excel locale code [$-130000] mean?

Please note that my question is closely linked to this question. However, as the above question is technically already answered in the comments and I am still v

Write data frame to Excel file stored in Microsoft Teams using Graph API

I am new to working with APIs and especially MS Graph API so please excuse my ignorance. I work with data in R which is similar to Python, I have a data frame w

How to get the smtp email address located on the left of the "on behalf of" address

I would like to get the email address from the true contact that is sending the mailItem. I don't want the on behalf email address. Is there a way to do that? O

Data provider reading null cells , how do i handle it?

I'm trying to get the values from an excel sheet of 2 rows, the 1st row are the headings and the second row is the data, when I execute the code the 1st set of

Java ERROR: package X is declared in the unnamed module, but module Y does not read it

I am trying to make my javafx project to create an Excel file. One of the first steps for it would be XSSFWorkbook workbook = new XSSFWorkbook(); for which to w

How to set cell color based on another cell color

Sorry, I am new at MS Excel. I want to set cell A1 color to red if cell G1 is green and the same time I want to set cell A1 color to yellow if cell F1 is not em

Store name of email attachment - gives error on first run but works on second run

I'm attempting to open a dot .eml file stored locally and access the attachments file name with a excel macro. I've gathered some code that does the job but not

How to unfreeze excel column using python script

How to unfreeze excel column using python script wb = load_workbook(excel_file) ws = wb.active ws.freeze_panes = None wb.save(excel_file) Using above code unfre

Excel UNIQUE Across Columns

Is it possible for the new function UNIQUE to be used across various columns & have the output spill into a single column? Desired output is UNIQUE values

Sending mail with specific range in body using Excel VBA

I have VBA code by which I send mails with specific string body. I need this code to paste specific range(B2:F13) from sheet "MAIN" to mail body with its format

Change the background color of a whole table line based on a drop down list selection - conditional formatting

In my table (Range("A3:K9999")) there's one column E (E3:E9999), which contains drop down lists. My goal is to have the bg color changed in the whole table line

Using Python, Create Data Frame from Excel Table and Add Columns Containing Values from Certain Cells

I have a multiple excel files with multiple sheets and am trying to consolidate everything into a single data frame with certain cells added as new columns. Usi

How to find out the current group level of a range in excel for web using office-script

I am trying to find out how to identify the current group level of a range in office-script. Based on the documentation I was only able to find the group or ung

Excel calculating penalty payment

If all hours worked prior to 12:00pm on a Saturday are paid at normal time (1.0). Hours worked after 12pm on the same shift are paid at penalty (1.5) So if a s

Selenium on VBA can't find Xpath

I'm trying to find the Xpath for this HTMLcode: (Copied XPATH) /html/body/hub-menu//section-header//hubmenu-wrapper/div/search-customers//input [Picture af the

How can I find the last non-empty row of excel using openpyxl 3.03?

How can I find the number of the last non-empty row of an whole xlsx sheet using python and openpyxl? The file can have empty rows between the cells and the em

Change Sheet in Excelfile using SmartXls

I´m using SmartXLS for Java(5.7.1) to do some calculations in Excel. Does anyone have experience with SmartXLS? There are 5 worksheets in my file and I wa

How to export large pandas Data Frame to excel format?

I have converted binary files to NumPy array and then pandas data frame. The final shape is 217 rows × 524289 columns. When I tried to save it as .xlsx fo

VBA code in excel to copy a field and paste into a new outlook email [closed]

I currently have a vba code that is activated by a button in excel that copies certain information from the sheet into an outlook email. Havin

Convert Excel column width between characters unit and pixels (points)

"One unit of column width is equal to the width of one character in the Normal style. For proportional fonts, the width of the character 0 (zero) is used." So