excel tag

82 questions


1 answers
388 views
0
To enter a string from Python to Excel (xlwings) containing the 記号 symbol

I am thinking of using Python instead of Excel VBA.What should I do with the escape sequence (マーク mark) when I try to write a string stored in a variable on the python source that means a folder path ...

1 years ago

1 answers
256 views
0
Excel VBA Other Sheets Not Reflected

What I want to solveExcel VBA Does Not Reflect Data Extracted from Other SheetsProblems and Errors OccurredI would like to extract the data of Excel sheet from other sheets, but the data using '=' is ...

1 years ago

1 answers
237 views
0
I want to save my Print results to my desktop.

import pandas as pddf = pd.read_csv(PSD online data1.csv, thousands=',')from scipy.stats import pearsonrfrom scipy.stats import spearmanrdf.corr()import pandas aspdfrom scipy import statsstats.pearson...

1 years ago

1 answers
473 views
0
How to eliminate and treat data that does not meet the requirements in Excel data

I'd like to read the specific sheet of Excel file (the name of the sheet has been decided) and determine whether the data should be imported.Exclusion of nonconforming data (extracting suitable data) ...

1 years ago

1 answers
404 views
0
Is there a way to search and sort the same string?

Number in order in column A.There is input from Hokkaido to Okinawa in column B.(in the order shown in the statistical survey in general) A state ranking (with numbers) of an item is entered in column...

1 years ago

1 answers
280 views
0
Masters, please give me the code for making Python Excel file

In short, I want to create an Excel file that stores all phone numbers, but it's a phone number that doesn't have more than three digits in xxxx or yyyy.

1 years ago

1 answers
320 views
0
I want to automatically divide the string entered in one cell with different colors in Excel and replace it with a new cell.

How can I automatically divide a string entered in one cell with different colors in Excel and replace it with a cell?For example, Cell [A1] Ah (black) Good (blue) U (black) and what is entered in the...

1 years ago

2 answers
409 views
0
AWS CloudWatch Logs cannot be molded

Run EnvironmentOperating System: Windows 10languages:Python 3.xlibraries:standard libraries only (can't use pandas, numpy, etc.)What programs are you creatingWe are creating a program to mold AWS Clou...

1 years ago

1 answers
244 views
0
AWS cloudwatch logs cannot be molded.

Run EnvironmentOS:windows10vscodelanguages:python3libraries:standard libraries only (can't use pandas, numpy, etc.)About the program you are creatingI am creating a program to mold the AWS CloudWatch ...

1 years ago

1 answers
273 views
0
Please help me with Python Excel work.

def findfile(name, path):for dirpath, dirname, filename in os.walk(path): if name in filename: return os.path.join(dirpath, name)filepath = findfile(excel.xlsx, /)wb = load_workbook(filename=filepath...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.